Skip to content

Commit e17b6c7

Browse files
authored
Merge pull request #1745 from zmaguire/release-2.1
Pre-release PR 2.1.15 release
2 parents ee2ee0b + e126b27 commit e17b6c7

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG-2.x.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
# V2.1.15
2+
* Golang upgrade ([#1738](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1738), [@DavidXU12345](https://github.com/DavidXU12345))
3+
* Update efs-utils conf for eu regions DNS ([#1737](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1737), [@dankova22](https://github.com/dankova22))
4+
* Update Dockerfile for new efs-utils dependencies ([#1736](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1736), [@dankova22](https://github.com/dankova22))
5+
* Specify fileSystemId from K8 ConfigMap/Secret ([#1724](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1724), [@aliyajo](https://github.com/aliyajo))
6+
* Add force unmount after timeout option ([#1710](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1710), [@DavidXU12345](https://github.com/DavidXU12345))
17
# V2.1.14
28
* 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-
49
# V2.1.13
510
* Update Dependencies ([#1709](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1709), [@zmaguire](https://github.com/zmaguire))
611
* 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.14
16+
VERSION=v2.1.15
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
@@ -93,6 +93,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
9393
| Amazon EFS CSI Driver Version | Image |
9494
|-------------------------------|----------------------------------|
9595
| master branch | amazon/aws-efs-csi-driver:master |
96+
| v2.1.15 | amazon/aws-efs-csi-driver:v2.1.15|
9697
| v2.1.14 | amazon/aws-efs-csi-driver:v2.1.14|
9798
| v2.1.13 | amazon/aws-efs-csi-driver:v2.1.13|
9899
| v2.1.12 | amazon/aws-efs-csi-driver:v2.1.12|
@@ -168,7 +169,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
168169
### ECR Image
169170
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
170171
|----------------|-------------------------------------------------------------------------------|
171-
| v2.1.14 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.14 |
172+
| v2.1.15 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.15 |
172173

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

423-
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:
424+
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.15`) in the yaml file, and deploy driver yaml again:
424425
```sh
425426
kubectl apply -f driver.yaml
426427
```

0 commit comments

Comments
 (0)