Releases: IBM/ibm-csi-common
Releases · IBM/ibm-csi-common
v1.1.10
v1.1.9
v1.1.8
What's Changed
- Fix "with 5iops sc: should create a pvc & pv, pod resources, write and read to volume" test case by @ambiknai in #86
- E2E test support for Z clusters by @GunaKKIBM in #91
- Make worker count configurable by @ambiknai in #93
- Optimise volume creation for vol-attach-tests by @ambiknai in #94
- Adding support for ENI Feature by @sameshai in #89
Full Changelog: v1.1.7...v1.1.8
v1.1.7
v1.1.6
v1.1.5
v1.1.4
- Fetch k8s secret/config map using golang k8s client and passing the same k8s client to initialise secret provider. This removes dependency on mounting k8s secret/config map in the deployment.
- Only clusterID is necessary for CreateVolume, ControllerPublishVolume. Hence removing dependency on entire cluster-info config.
- Code changes to keep intact with dependent libraries - secret-common-lib, etc.