- Sep 30, 2021
-
-
Paul Laffitte authored
-
- Sep 29, 2021
-
-
Paul Laffitte authored
-
- Sep 27, 2021
-
-
Paul Laffitte authored
closes #99
-
- Aug 17, 2021
-
-
semantic-release-bot authored
## [4.0.1](https://github.com/enix/san-iscsi-csi/compare/v4.0.0...v4.0.1) (2021-08-17) ### Bug Fixes * **node:** add timeout on iscsiadm commands and logout on timeout ([4c7f1c25](https://github.com/enix/san-iscsi-csi/commit/4c7f1c2555f02d04c37e96220dc021b385958308))
-
Paul Laffitte authored
-
- Jun 16, 2021
-
-
Paul Laffitte authored
-
- Jun 14, 2021
-
-
Alexandre Buisine authored
-
semantic-release-bot authored
# [4.0.0](https://github.com/enix/san-iscsi-csi/compare/v3.1.6...v4.0.0) (2021-06-14) ### Bug Fixes * **node:** remove -kubeletpath flag ([6a038fa6](https://github.com/enix/san-iscsi-csi/commit/6a038fa6924dd595e9e8ff5abb9d53cae0e0c40a)), closes [#90](https://github.com/enix/san-iscsi-csi/issues/90) [#45](https://github.com/enix/san-iscsi-csi/issues/45) ### chore * rename dothill-csi to san-iscsi-csi ([f09b5fce](https://github.com/enix/san-iscsi-csi/commit/f09b5fcee9d5870f3a7af317be5c4c5415dcb726)) ### Features * **node:** extract iscsid to the host ([3295b05f](https://github.com/enix/san-iscsi-csi/commit/3295b05f041a7a41f6634e1d1e99a33af5bbc714)) * **node:** extract multipathd to the host ([8aac2c74](https://github.com/enix/san-iscsi-csi/commit/8aac2c74b370c6e97dbabf057dfc3f35738541d8)) * **node:** probe to check required packages on the host ([9b4e26e4](https://github.com/enix/san-iscsi-csi/commit/9b4e26e4e38ae1ee9f9de64324cbda559c8344c0)) ### BREAKING CHANGES * The docker image and helm chart are now called san-iscsi-csi instead of dothill-csi * **node:** open-iscsi now have to be installed on the host * **node:** Since CSI is orchestrator agnostic, -kubeletpath flag break the spec by making the plugin Kubernetes dependent. Thus we remove it and -bind can be used instead.
-
Paul Laffitte authored
-
Alexandre Buisine authored
-
- Jun 11, 2021
-
-
Paul Laffitte authored
-
Paul Laffitte authored
BREAKING CHANGE: The docker image and helm chart are now called san-iscsi-csi instead of dothill-csi
-
Paul Laffitte authored
-
Paul Laffitte authored
-
- Jun 10, 2021
-
-
Paul Laffitte authored
-
Paul Laffitte authored
-
Paul Laffitte authored
-
- Jun 09, 2021
-
-
Paul Laffitte authored
-
Paul Laffitte authored
-
Paul Laffitte authored
-
Paul Laffitte authored
-
Paul Laffitte authored
-
Paul Laffitte authored
BREAKING CHANGE: open-iscsi now have to be installed on the host
-
Paul Laffitte authored
-
Paul Laffitte authored
BREAKING CHANGE: Since CSI is orchestrator agnostic, -kubeletpath flag break the spec by making the plugin Kubernetes dependent. Thus we remove it and -bind can be used instead. closes #90, closes #45
-
Paul Laffitte authored
-
Paul Laffitte authored
-
Paul Laffitte authored
-
Paul Laffitte authored
-
semantic-release-bot authored
## [3.1.6](https://github.com/enix/dothill-csi/compare/v3.1.5...v3.1.6) (2021-06-09) ### Bug Fixes * **node:** add hostIPC flag on pod to prevent multipath -f from hanging ([d292c50f](https://github.com/enix/dothill-csi/commit/d292c50f15bfab68839a4a9aacf0f37eac85da20)) * **node:** fix typo in logs and improve lsblk error handling ([d24b2cf5](https://github.com/enix/dothill-csi/commit/d24b2cf52f529bf60f1d21b8407c7d847582dc22)), closes [#92](https://github.com/enix/dothill-csi/issues/92) * **node:** handle errors on read connection information properly ([a311b472](https://github.com/enix/dothill-csi/commit/a311b47238cdc9786ec4048d2594c7817314b6ac)), closes [#96](https://github.com/enix/dothill-csi/issues/96)
-
Paul Laffitte authored
-
Paul Laffitte authored
- assume that the iSCSI connection is closed only when the connection information file doesn't exists - upgrade csi-lib-iscsi to eject remaining devices even if one or more are missing closes #96
-
Paul Laffitte authored
closes #92
-
- Jun 08, 2021
-
-
Paul Laffitte authored
hostIPC allows to share semaphores with host, since multipath -f is using semaphores, it was a requirement for it to not hang
-
- May 20, 2021
-
-
semantic-release-bot authored
## [3.1.5](https://github.com/enix/dothill-csi/compare/v3.1.4...v3.1.5) (2021-05-20) ### Bug Fixes * **node:** add a timeout on scsi_id ([7ce732f8](https://github.com/enix/dothill-csi/commit/7ce732f88c1709b234a58f76b5d547bad35f8b1c))
-
Paul Laffitte authored
-
- Apr 27, 2021
-
-
semantic-release-bot authored
## [3.1.4](https://github.com/enix/dothill-csi/compare/v3.1.3...v3.1.4) (2021-04-27) ### Bug Fixes * **node:** better checks on umount ([34b65af3](https://github.com/enix/dothill-csi/commit/34b65af38e4365619c8976486d039f82bfc03ba5))
-
Paul Laffitte authored
-
- Apr 13, 2021
-
-
semantic-release-bot authored
## [3.1.3](https://github.com/enix/dothill-csi/compare/v3.1.2...v3.1.3) (2021-04-13) ### Bug Fixes * **node:** make mount idempotent in NodePublishVolume ([7d3bfca3](https://github.com/enix/dothill-csi/commit/7d3bfca3db808634a31ad7ca4950a0adab2242c9)), closes [#91](https://github.com/enix/dothill-csi/issues/91)
-
Paul Laffitte authored
closes #91
-