Skip to content

Commit d854a85

Browse files
authored
Merge pull request #1700 from zmaguire/release-2.1
Pre-release PR 2.1.12 release
2 parents 7119574 + 0d9eceb commit d854a85

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.12
2+
* Update golang MV in DockerFile ([#1697](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1697), [@mondaljs](https://github.com/mondaljs))
3+
* Update Sidecar Versions to Resolve CVEs ([#1694](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1694), [@samuhale](https://github.com/samuhale))
4+
* Allow : in Tags with Escape Character ([#1693](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1693), [@samuhale](https://github.com/samuhale))
15
# V2.1.11
26
* Bump k8 version to default 1.33 for e2e tests([#1681](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1681), [@dankova22](https://github.com/dankova22))
37
* Update openssl installation change in Dockerfile ([#1678](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1678), [@anthotse](https:///github.com/anthotse))

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.11
16+
VERSION=v2.1.12
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.12 | amazon/aws-efs-csi-driver:v2.1.12 |
9293
| v2.1.11 | amazon/aws-efs-csi-driver:v2.1.11|
9394
| v2.1.10 | amazon/aws-efs-csi-driver:v2.1.10|
9495
| v2.1.9 | amazon/aws-efs-csi-driver:v2.1.9 |
@@ -161,7 +162,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
161162
### ECR Image
162163
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
163164
|----------------|-------------------------------------------------------------------------------|
164-
| v2.1.11 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.11 |
165+
| v2.1.12 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.12 |
165166

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

389-
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.11`) in the yaml file, and deploy driver yaml again:
390+
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.12`) in the yaml file, and deploy driver yaml again:
390391
```sh
391392
kubectl apply -f driver.yaml
392393
```

0 commit comments

Comments
 (0)