Skip to content

Commit 8489a4c

Browse files
committed
Pre-release PR for v2.1.0
1 parent c1ca51e commit 8489a4c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-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.0
2+
* Update CodeQL workflow to v2. ([#1485](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1485),[@mskanth972](https://github.com/mskanth972))
3+
* Bump side-cars to the latest. ([#1484](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1484),[@mskanth972](https://github.com/mskanth972))
4+
* Update kubernetes to version 1.27.16 to patch CVE-2024-5321. ([#1475](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1475),[@mselim00](https://github.com/mselim00))
15
# V2.0.9
26
* Upgrade AL2 version and address CVEs (CVE-2024-34156, CVE-2024-34158)
37
* Fix controller template to support replicaCount, resources, topologySpreadConstraints

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.9
16+
VERSION=v2.1.0
1717

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

docs/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
7171
| Amazon EFS CSI Driver \ Kubernetes Version | maturity | v1.11 | v1.12 | v1.13 | v1.14 | v1.15 | v1.16 | v1.17+ |
7272
|--------------------------------------------|----------|-------|-------|-------|-------|-------|-------|--------|
7373
| master branch | GA | no | no | no | no | no | no | yes |
74+
| v2.1.x | GA | no | no | no | no | no | no | yes |
7475
| v2.0.x | GA | no | no | no | no | no | no | yes |
7576
| v1.7.x | GA | no | no | no | no | no | no | yes |
7677
| v1.6.x | GA | no | no | no | no | no | no | yes |
@@ -88,6 +89,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
8889
| Amazon EFS CSI Driver Version | Image |
8990
|-------------------------------|----------------------------------|
9091
| master branch | amazon/aws-efs-csi-driver:master |
92+
| v2.1.0 | amazon/aws-efs-csi-driver:v2.1.0 |
9193
| v2.0.9 | amazon/aws-efs-csi-driver:v2.0.9 |
9294
| v2.0.8 | amazon/aws-efs-csi-driver:v2.0.8 |
9395
| v2.0.7 | amazon/aws-efs-csi-driver:v2.0.7 |
@@ -148,7 +150,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
148150
### ECR Image
149151
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
150152
|----------------|-------------------------------------------------------------------------------|
151-
| v2.0.9 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.0.9 |
153+
| v2.1.0 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.0 |
152154

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

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:
372+
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.0`) in the yaml file, and deploy driver yaml again:
371373
```sh
372374
kubectl apply -f driver.yaml
373375
```

0 commit comments

Comments
 (0)