Skip to content

Commit b141622

Browse files
authored
Merge pull request #1528 from tdachille-dev/master
Pre-release PR for v2.1.2
2 parents a0a1562 + f61663c commit b141622

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG-2.x.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# V2.1.2
2+
* Update k8s dependencies ([#1514](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1514), [@andrewjamesbrown](https://github.com/andrewjamesbrown))
13
# V2.1.1
24
* Fix volume delete failure for static provisioning when accessPointId is empty ([#1507](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1507), [@dankova22](https://github.com/dankova22))
35
* Update Go and dependencies to address CVEs ([#1513](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1513), [@andrewjamesbrown](https://github.com/andrewjamesbrown))

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.1
16+
VERSION=v2.1.2
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.2 | amazon/aws-efs-csi-driver:v2.1.2 |
9293
| v2.1.1 | amazon/aws-efs-csi-driver:v2.1.1 |
9394
| v2.1.0 | amazon/aws-efs-csi-driver:v2.1.0 |
9495
| v2.0.9 | amazon/aws-efs-csi-driver:v2.0.9 |
@@ -151,7 +152,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
151152
### ECR Image
152153
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
153154
|----------------|-------------------------------------------------------------------------------|
154-
| v2.1.1 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.1 |
155+
| v2.1.2 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.2 |
155156

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

373-
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.1`) in the yaml file, and deploy driver yaml again:
374+
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.2`) in the yaml file, and deploy driver yaml again:
374375
```sh
375376
kubectl apply -f driver.yaml
376377
```

0 commit comments

Comments
 (0)