Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Releases: enix/san-iscsi-csi

v4.0.2

29 Sep 09:50
Compare
Choose a tag to compare

4.0.2 (2021-09-29)

Bug Fixes

  • controller: check for required parameters (813d50b), closes #99
  • node: try to do discovery if iscsi session re-scan fail (04f9eb6)

v4.0.1

17 Aug 11:14
Compare
Choose a tag to compare

4.0.1 (2021-08-17)

Bug Fixes

  • node: add timeout on iscsiadm commands and logout on timeout (4c7f1c2)

v4.0.0

14 Jun 10:53
Compare
Choose a tag to compare

4.0.0 (2021-06-14)

Bug Fixes

chore

  • rename dothill-csi to san-iscsi-csi (f09b5fc)

Features

  • node: extract iscsid to the host (3295b05)
  • node: extract multipathd to the host (8aac2c7)
  • node: probe to check required packages on the host (9b4e26e)

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.

v3.1.6

09 Jun 13:27
Compare
Choose a tag to compare

3.1.6 (2021-06-09)

Bug Fixes

  • node: add hostIPC flag on pod to prevent multipath -f from hanging (d292c50)
  • node: fix typo in logs and improve lsblk error handling (d24b2cf), closes #92
  • node: handle errors on read connection information properly (a311b47), closes #96

v3.1.5

20 May 10:01
Compare
Choose a tag to compare

3.1.5 (2021-05-20)

Bug Fixes

  • node: add a timeout on scsi_id (7ce732f)

v3.1.4

27 Apr 10:07
Compare
Choose a tag to compare

3.1.4 (2021-04-27)

Bug Fixes

  • node: better checks on umount (34b65af)

v3.1.3

13 Apr 14:06
Compare
Choose a tag to compare

3.1.3 (2021-04-13)

Bug Fixes

  • node: make mount idempotent in NodePublishVolume (7d3bfca), closes #91

v3.1.2

08 Apr 10:45
Compare
Choose a tag to compare

3.1.2 (2021-04-08)

Bug Fixes

  • controller: check for missing credentials before API calls (7e387c3), closes #83

v3.1.1

07 Apr 10:38
Compare
Choose a tag to compare

3.1.1 (2021-04-07)

Bug Fixes

  • helm: fix link in helm install notes (6ee05de)
  • node: fix WWIDs differ logs (b548749)
  • node: improve multipath device consistency check (e310820)

v3.1.0

02 Apr 08:47
Compare
Choose a tag to compare

3.1.0 (2021-04-02)

Bug Fixes

  • node: fix NodeUnpublishVolume when device is already disconnected (5f3cb60)

Features

  • controller: snapshot restoration (5a62d21)
  • controller: volume cloning (30f6257), closes #21
  • controller: volume snapshotting (8beefd3)
  • exporter: dothill_api metrics (31bf4c4)
  • exporter: dothill_csi_rpc_call metric (32ae764)
  • exporter: dothill_csi_rpc_call_duration (ab82a71)
  • helm: add optional PodMonitor and ServiceMonitor (6c06ed8)