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

v4.0.0

Compare
Choose a tag to compare
@monkeynator monkeynator released this 14 Jun 10:53
· 11 commits to main since this release

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.