Skip to content

Commit ab4c92c

Browse files
authored
Merge pull request #1474 from jrakas-dev/master
Pre-release PR for v2.0.9
2 parents 3226e70 + 246250d commit ab4c92c

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.0.9
2+
* Upgrade AL2 version and address CVEs (CVE-2024-34156, CVE-2024-34158)
3+
* Fix controller template to support replicaCount, resources, topologySpreadConstraints
4+
* Migrate to aws-sdk-go-v2. ([#1458](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1458), [@avanish23](https://github.com/avanish23))
15
# V2.0.8
26
* Update K8s dependencies. ([#1440](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1440), [@retornam](https://github.com/retornam))
37
* Add flag that enables CSI driver to be added without using helm hooks ([#1074](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1074), [@woehrl01](https://github.com/woehrl01))

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.0.8
16+
VERSION=v2.0.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
@@ -88,6 +88,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
8888
| Amazon EFS CSI Driver Version | Image |
8989
|-------------------------------|----------------------------------|
9090
| master branch | amazon/aws-efs-csi-driver:master |
91+
| v2.0.9 | amazon/aws-efs-csi-driver:v2.0.9 |
9192
| v2.0.8 | amazon/aws-efs-csi-driver:v2.0.8 |
9293
| v2.0.7 | amazon/aws-efs-csi-driver:v2.0.7 |
9394
| v2.0.6 | amazon/aws-efs-csi-driver:v2.0.6 |
@@ -147,7 +148,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
147148
### ECR Image
148149
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
149150
|----------------|-------------------------------------------------------------------------------|
150-
| v2.0.8 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.0.8 |
151+
| v2.0.9 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.0.9 |
151152

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

369-
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.0.8`) in the yaml file, and deploy driver yaml again:
370+
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.0.9`) in the yaml file, and deploy driver yaml again:
370371
```sh
371372
kubectl apply -f driver.yaml
372373
```

0 commit comments

Comments
 (0)