Skip to content

Commit 817dfb8

Browse files
authored
Merge pull request #1277 from mjsoyeon/master
pre-release PR for v1.7.6
2 parents 3836d95 + 7692299 commit 817dfb8

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG-1.x.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# V1.7.6
2+
* Add feature to disable efs-utils version check. ([#1272](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1272), [@RyanStan](https://github.com/RyanStan))
3+
* Fix checker in controller to use gid instead of uid. ([#1269](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1269), [@ashrayjain](https://github.com/ashrayjain))
4+
* Update efs-csi-driver to use efs-utils latest release v1.35.2 (https://github.com/aws/efs-utils/releases/tag/v1.35.2)
15
# V1.7.5
26
* Allow controller SA to describe Secrets - fixes cross account dynamic provisioning. ([#1256](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1256), [@RyanStan](https://github.com/RyanStan))
37
* Added Fargate support for EFS CSI Controller. ([#1195](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1195), [@Rio Maulana](https://github.com/rimaulana))

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=v1.7.5
16+
VERSION=v1.7.6
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
@@ -86,6 +86,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
8686
| Amazon EFS CSI Driver Version | Image |
8787
|-------------------------------|----------------------------------|
8888
| master branch | amazon/aws-efs-csi-driver:master |
89+
| v1.7.6 | amazon/aws-efs-csi-driver:v1.7.6 |
8990
| v1.7.5 | amazon/aws-efs-csi-driver:v1.7.5 |
9091
| v1.7.4 | amazon/aws-efs-csi-driver:v1.7.4 |
9192
| v1.7.3 | amazon/aws-efs-csi-driver:v1.7.3 |
@@ -134,7 +135,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
134135
### ECR Image
135136
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
136137
|----------------|-------------------------------------------------------------------------------|
137-
| v1.7.5 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v1.7.5 |
138+
| v1.7.6 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v1.7.6 |
138139

139140
**Note**
140141
You can find previous efs-csi-driver versions' images from [here](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver)
@@ -352,7 +353,7 @@ If you want to update to a specific version, first customize the driver yaml fil
352353
kubectl kustomize "github.com/kubernetes-sigs/aws-efs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.7" > driver.yaml
353354
```
354355

355-
Then, update all lines referencing `image: amazon/aws-efs-csi-driver` to the desired version (e.g., to `image: amazon/aws-efs-csi-driver:v1.7.5`) in the yaml file, and deploy driver yaml again:
356+
Then, update all lines referencing `image: amazon/aws-efs-csi-driver` to the desired version (e.g., to `image: amazon/aws-efs-csi-driver:v1.7.6`) in the yaml file, and deploy driver yaml again:
356357
```sh
357358
kubectl apply -f driver.yaml
358359
```

0 commit comments

Comments
 (0)