Releases: enix/san-iscsi-csi
Releases · enix/san-iscsi-csi
v3.0.3
3.0.3 (2021-03-31)
Bug Fixes
- replace debian by ubuntu to reduce vulnerabilities (d4d91c9)
- node: upgrade csi-lib-iscsi to fix a typo (6cad085)
v3.0.2
3.0.2 (2021-03-16)
Bug Fixes
- helm: mount udev database in dothill-node container (e5658d2)
- node: add 2 second timeout on blkid to prevent a deadlock (b925c4b)
- node: check multipath consistency on connection/disconnection (22b373d)
v3.0.1
3.0.1 (2021-03-02)
Bug Fixes
- node: check fs health before ejecting devices (1d4ad89)
- node: set disable_changed_wwids to yes in multipathd config (6f7af14)
v3.0.0
3.0.0 (2021-02-19)
Bug Fixes
chore
- rename dothill-provisioner to dothill-csi (a6624e8)
BREAKING CHANGES
- The docker image and helm chart are now called dothill-csi instead of dothill-provisioner
v2.4.1
2.4.1 (2021-02-18)
Bug Fixes
- ci: push latest tag (1d5523e), closes #80
- fix typos (2c3917d)
- controller: upgrade dothill-api-go to fix sigsegv on nil status (9ff320f)
- helm: mount /run/udev to fix multipathd table loading at startup (4159980), closes #81
- node: upgrade csi-lib-iscsi (3505af6), closes #74
v2.4.0
2.4.0 (2021-02-02)
Bug Fixes
- controller: expand volume by the right amount (1009455)
Features
- controller: volume expansion (2dfdf8a)
- node: volume expansion (194b06b)
v2.3.2
2.3.2 (2021-01-26)
Bug Fixes
- controller: make ControllerPublishVolume idempotent again (e1eade8)
- node: check if a volume is mounted somewhere else before ejecting (8650885), closes #72
v2.3.1
2.3.1 (2021-01-19)
Bug Fixes
- controller: prevent multi-attach by disallowing multi-mapping (8f058cf)
v2.3.0
2.3.0 (2021-01-12)
Features
- helm: add daemonNodeSelector and daemonNodeAffinity (0f41b0c), closes #63