Releases: kubernetes-csi/csi-driver-iscsi
Releases · kubernetes-csi/csi-driver-iscsi
v0.1.0 alpha release
Features
- Attach/mount iscsi shares to worker nodes when iscsi shares are backing the PV.
- Detach/unmount iscsi shares when workloads are deleted.
Bug Fixes:
Various bug fixes and code improvements are part of this release and we make use of latest csi-lib-iscsi and kubernetes client APIs along with latest CSI spec 1.5.0.
This is the very first release of ISCSI CSI driver . Thanks for all contributions !!
What's Changed
- Moves iscsi csi-driver from kubernetes-csi/drivers mono-repo by @prateekpandey14 in #2
- Add j-griffith and msau42 as approvers by @msau42 in #7
- release tools by @pohly in #6
- Correct/use better struct fields/variables in iscsi driver by @humblec in #10
- Add PR template by @jsafrane in #12
- Remove csi-common dependencies by @mkimuram in #14
- Use csi-lib-iscsi by @mkimuram in #16
- Remove Brad Childs from OWNERS by @pmorie in #21
- Setup prow testing by @peter-wangxu in #22
- master: update release-tools by @pohly in #28
- Add cloudbuild.yaml for Prow by @namrata-ibm in #31
- master: update release-tools by @pohly in #30
- Update release-tools by @xing-yang in #32
- Move to k8s 1.19 and updates vendors for klogv2 by @huffmanca in #34
- Switch to klog by @huffmanca in #35
- master: update release-tools by @pohly in #36
- master: update release-tools by @pohly in #37
- master: update release-tools + dependencies by @pohly in #39
- master: update release-tools by @pohly in #41
- Update OWNERS by @andyzhangx in #46
- Update CSI spec and other kube dependencies to latest by @humblec in #50
- Rename iscsi_lib to iscsiLib to avoid snake case import by @humblec in #51
- master: update release-tools by @pohly in #47
- Bring csi-lib-iscsi to latest version by @humblec in #53
- Update OWNERS by @humblec in #54
- master: update release-tools + OWNERS by @pohly in #55
- correct csc execution section by @humblec in #56
- master: update release-tools by @pohly in #59
- Removed reference to gocsi by @sayantani11 in #62
- master: update release-tools by @mauriciopoppe in #64
- test: set up sanity test and fix sanity test failures by @andyzhangx in #67
- master: update release-tools by @pohly in #66
- master: update release-tools by @pohly in #69
- doc: add issue template by @andyzhangx in #71
- update apiVersion of statefulset to v1 and Daemonsets to v1 by @Kartik494 in #68
- test: add verification test by @andyzhangx in #73
- Make driver functionality to work and adopt latest csi-lib-iscsi and csi spec 1.5.0 by @humblec in #70
- chore: add image local build by @andyzhangx in #74
- address error return and unwanted type conversion by @humblec in #75
- import csi-lib-iscsi to this project by @humblec in #76
- update kube and dependencies to v1.23 by @humblec in #77
- Adjust the tag in deployment of node plugin yaml by @humblec in #78
- Add details about the debugging of the driver by @humblec in #79
- test: add api version verification by @andyzhangx in #80
- doc: update plugin version in the readme by @humblec in #81
- Add more debugging tips to the documentation by @humblec in #82
- code cleanup and formatting corrections in iscsi package. by @humblec in #83
- test: fix sanity test failure by @andyzhangx in #85
- iscsi: correct error message format by @humblec in #84
- fix: CVE-2021-3997 in image build by @andyzhangx in #87
- master: update release-tools by @chrishenzie in #86
- update: pick latest kube release for alpha version by @humblec in #88
New Contributors
- @prateekpandey14 made their first contribution in #2
- @msau42 made their first contribution in #7
- @pohly made their first contribution in #6
- @humblec made their first contribution in #10
- @jsafrane made their first contribution in #12
- @mkimuram made their first contribution in #14
- @pmorie made their first contribution in #21
- @peter-wangxu made their first contribution in #22
- @namrata-ibm made their first contribution in #31
- @xing-yang made their first contribution in #32
- @huffmanca made their first contribution in #34
- @andyzhangx made their first contribution in #46
- @sayantani11 made their first contribution in #62
- @mauriciopoppe made their first contribution in #64
- @Kartik494 made their first contribution in #68
- @chrishenzie made their first contribution in #86
Full Changelog: https://github.com/kubernetes-csi/csi-driver-iscsi/commits/v0.1.0