Skip to content

Commit 78759e1

Browse files
committed
Pre-release PR 2.1.9 release
1 parent bb7a8bd commit 78759e1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG-2.x.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# V2.1.9
2+
* Fixing CVEs and depricated pod images ([#1649](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1649)), [@thakurmi](https://github.com/thakurmi)
3+
* unpinned openssl to fix failing build ([#1611](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1638)), [@thakurmi](https://github.com/thakurmi)
4+
* CVE-2025-22869: bump golang.org/x/crypto to v0.35.0 ([#1611](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1611)), [@kunalmemane](https://github.com/kunalmemane)
15
# V2.1.8
26
* Remove unused workflow that publishes images to dockerhub ([#1621](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1621), [@jrakas-dev](https://github.com/jrakas-dev))
37
* Return existing access point if one already exists during create workflow ([#1620](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1620), [@jrakas-dev](https://github.com/jrakas-dev))

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515

16-
VERSION=v2.1.8
16+
VERSION=v2.1.9
1717

1818
PKG=github.com/kubernetes-sigs/aws-efs-csi-driver
1919
GIT_COMMIT?=$(shell git rev-parse HEAD)

docs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
8989
| Amazon EFS CSI Driver Version | Image |
9090
|-------------------------------|----------------------------------|
9191
| master branch | amazon/aws-efs-csi-driver:master |
92+
| v2.1.9 | amazon/aws-efs-csi-driver:v2.1.9 |
9293
| v2.1.8 | amazon/aws-efs-csi-driver:v2.1.8 |
9394
| v2.1.7 | amazon/aws-efs-csi-driver:v2.1.7 |
9495
| v2.1.6 | amazon/aws-efs-csi-driver:v2.1.6 |
@@ -158,7 +159,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
158159
### ECR Image
159160
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
160161
|----------------|-------------------------------------------------------------------------------|
161-
| v2.1.8 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.8 |
162+
| v2.1.9 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.9 |
162163

163164
**Note**
164165
You can find previous efs-csi-driver versions' images from [here](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver)
@@ -383,7 +384,7 @@ If you want to update to a specific version, first customize the driver yaml fil
383384
kubectl kustomize "github.com/kubernetes-sigs/aws-efs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-2.0" > driver.yaml
384385
```
385386

386-
Then, update all lines referencing `image: amazon/aws-efs-csi-driver` to the desired version (e.g., to `image: amazon/aws-efs-csi-driver:v2.1.8`) in the yaml file, and deploy driver yaml again:
387+
Then, update all lines referencing `image: amazon/aws-efs-csi-driver` to the desired version (e.g., to `image: amazon/aws-efs-csi-driver:v2.1.9`) in the yaml file, and deploy driver yaml again:
387388
```sh
388389
kubectl apply -f driver.yaml
389390
```

0 commit comments

Comments
 (0)