Skip to content

Releases: kubernetes-sigs/ibm-vpc-block-csi-driver

v5.1.6

09 Jun 06:02
Compare
Choose a tag to compare

nancy ignore

CVE-2021-25749 ## Windows workloads can run as ContainerAdministrator even when those workloads set the runAsNonRoot option to true.Fix not available in community till now.

v5.1.5

04 May 09:23
564aa68
Compare
Choose a tag to compare

Determine token exchange URL based on cluster provider.
In case of satellite cluster provider, always use provided token exchange URL, if not provided use public IAM endpoint.

v5.1.4

27 Mar 10:57
fc83859
Compare
Choose a tag to compare

Nancy Ignore

CVE-2020-8561 ## CWE-610: Externally Controlled Reference to a Resource in Another Sphere
CVE-2021-25740 ## CWE-610: Externally Controlled Reference to a Resource in Another Sphere
sonatype-2022-6522 ## 1 non-CVE vuln [pkg:golang/k8s.io/apiserver@v0.26.3]

v5.1.3

01 Mar 08:22
58fa16b
Compare
Choose a tag to compare

Upgrade golang to 1.19.6
Upgrade k8s dependencies to 1.26

v5.1.2

07 Feb 09:37
cfb1567
Compare
Choose a tag to compare

Read node instance ID from node spec provider ID
Avoid resizing filesystem for block volumes
Remove preStop hook for csi-driver-registrar in deployment file
CVE-2022-41717

v5.1.1

31 Jan 07:34
aa7067d
Compare
Choose a tag to compare
  1. Remove dependency on gc_provider configuration.
  2. Reading secrets and config map using golang k8s client, hence removing dependency on mounting the necessary k8s secret and config map.
  3. Code changes to keep intact with secret-common-lib repository - passing initialised k8s client as argument to secret provider.

v5.1.0

12 Jan 11:11
50dc6d1
Compare
Choose a tag to compare

v5.0.2

22 Nov 04:59
cff775b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v5.0.2

v4.4.6

22 Nov 05:01
caa4f8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.5...v4.4.6

v5.0.1

28 Oct 11:52
33ad087
Compare
Choose a tag to compare

Updated secret-common-lib dependency which has capability to read the k8s secret as per the provider type (VPC).