Skip to content

Releases: IBM/ibm-csi-common

v1.1.10

04 Dec 11:13
0fd5698
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.9...v1.1.10

v1.1.9

27 Oct 09:23
315eda5
Compare
Choose a tag to compare

Fix for VPC File CSI driver sanity tests

v1.1.8

05 Oct 09:28
c745f4a
Compare
Choose a tag to compare

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

04 May 07:53
5a36edb
Compare
Choose a tag to compare

Use provided token exchange URL for satellite clusters, if not provided, always use public IAM endpoint

v1.1.6

28 Feb 10:19
c83d3d7
Compare
Choose a tag to compare

update Kubernetes to 1.26

v1.1.5

07 Feb 06:59
99265b9
Compare
Choose a tag to compare

Transitioning from reading workerID from node labels to reading it from ProviderID in node spec for managed and IPI clusters.

v1.1.4

30 Jan 14:40
76e6c02
Compare
Choose a tag to compare
  1. 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.
  2. Only clusterID is necessary for CreateVolume, ControllerPublishVolume. Hence removing dependency on entire cluster-info config.
  3. Code changes to keep intact with dependent libraries - secret-common-lib, etc.

v1.1.3

06 Jan 13:52
141ca4f
Compare
Choose a tag to compare

Add missing mounter method

v1.1.2

04 Jan 05:50
4eb89bf
Compare
Choose a tag to compare

Upgrade ibmcloud-volume-vpc version

v1.1.1

20 Dec 11:49
bffaad6
Compare
Choose a tag to compare

Updating secret-utils-lib, secret-common-lib - refactored code