Skip to content

Commit ef4b3ee

Browse files
authored
Merge pull request #2875 from k8s-infra-cherrypick-robot/cherry-pick-2874-to-master
[master] Release 2.56.1
2 parents 72f4f4d + 4a8af49 commit ef4b3ee

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

charts/aws-ebs-csi-driver/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Helm chart
22

3+
## 2.56.1
4+
5+
### Security
6+
7+
This release upgrades to the latest volume-modifer-for-k8s version to adress CVE-2025-68121 and CVE-2026-24051
8+
39
## 2.56.0
410

511
- Bump driver version to `v1.56.0`.

charts/aws-ebs-csi-driver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 1.56.0
33
name: aws-ebs-csi-driver
44
description: A Helm chart for AWS EBS CSI Driver
5-
version: 2.56.0
5+
version: 2.56.1
66
kubeVersion: ">=1.17.0-0"
77
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
88
sources:

charts/aws-ebs-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ sidecars:
167167
image:
168168
pullPolicy: IfNotPresent
169169
repository: public.ecr.aws/ebs-csi-driver/volume-modifier-for-k8s
170-
tag: "v0.9.2"
170+
tag: "v0.9.3"
171171
leaderElection:
172172
enabled: true
173173
# Optional values to tune lease behavior.

0 commit comments

Comments
 (0)