Skip to content

Commit 73c3ba7

Browse files
authored
Merge pull request #1731 from DavidXU12345/release-2.1
Pre-release PR 2.1.14 release
2 parents 227da2e + 1d27183 commit 73c3ba7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG-2.x.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# V2.1.14
2+
* Upgrade aws-sdk-go-v2 to latest version ([#1729](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1729), [@DavidXU12345](https://github.com/DavidXU12345))
3+
14
# V2.1.13
25
* Update Dependencies ([#1709](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1709), [@zmaguire](https://github.com/zmaguire))
36
* Set PosixUser.Uid correctly in ListAccessPoints ([#1707](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1707), [@yerzhan7](https://github.com/yerzhan7))

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.13
16+
VERSION=v2.1.14
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.14 | amazon/aws-efs-csi-driver:v2.1.14|
9293
| v2.1.13 | amazon/aws-efs-csi-driver:v2.1.13|
9394
| v2.1.12 | amazon/aws-efs-csi-driver:v2.1.12|
9495
| v2.1.11 | amazon/aws-efs-csi-driver:v2.1.11|
@@ -163,7 +164,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
163164
### ECR Image
164165
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
165166
|----------------|-------------------------------------------------------------------------------|
166-
| v2.1.13 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.13 |
167+
| v2.1.14 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.14 |
167168

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

413-
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.13`) in the yaml file, and deploy driver yaml again:
414+
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.14`) in the yaml file, and deploy driver yaml again:
414415
```sh
415416
kubectl apply -f driver.yaml
416417
```

0 commit comments

Comments
 (0)