Skip to content

Commit

Permalink
Merge pull request #1296 from seanzatzdev-amazon/master
Browse files Browse the repository at this point in the history
Pre-release PR for v1.7.7
  • Loading branch information
k8s-ci-robot authored Mar 28, 2024
2 parents fa594fb + 7c8df1b commit 68f9e5c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# V1.7.7
* Add seanzatzdev-amazon OWNERS. ([#1200](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1200), [@seanzatzdev-amazon](https://github.com/seanzatzdev-amazon))
* CVE-2024-24786: bump google.golang.org/protobuf to v1.33.0. ([#1286](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1286), [@dobsonj](https://github.com/dobsonj))
* Update EFS Utils Restoration to Overwrite Certificates. ([#1289](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1289), [@mskanth972](https://github.com/mskanth972))
* Add static & dynamic provisioning options for using efs-utils crossacount mount option for cross-account AZ mapping between client instance and mount target ([#1292](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1292), [@seanzatzdev-amazon](https://github.com/seanzatzdev-amazon))
* Add unit tests for cross account dns feature ([#1293](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1293), [@seanzatzdev-amazon](https://github.com/seanzatzdev-amazon))
# V1.7.6
* 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))
* 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))
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
#

VERSION=v1.7.6
VERSION=v1.7.7

PKG=github.com/kubernetes-sigs/aws-efs-csi-driver
GIT_COMMIT?=$(shell git rev-parse HEAD)
Expand Down
5 changes: 3 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
| Amazon EFS CSI Driver Version | Image |
|-------------------------------|----------------------------------|
| master branch | amazon/aws-efs-csi-driver:master |
| v1.7.7 | amazon/aws-efs-csi-driver:v1.7.7 |
| v1.7.6 | amazon/aws-efs-csi-driver:v1.7.6 |
| v1.7.5 | amazon/aws-efs-csi-driver:v1.7.5 |
| v1.7.4 | amazon/aws-efs-csi-driver:v1.7.4 |
Expand Down Expand Up @@ -135,7 +136,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
### ECR Image
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
|----------------|-------------------------------------------------------------------------------|
| v1.7.6 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v1.7.6 |
| v1.7.7 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v1.7.7 |

**Note**
You can find previous efs-csi-driver versions' images from [here](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver)
Expand Down Expand Up @@ -353,7 +354,7 @@ If you want to update to a specific version, first customize the driver yaml fil
kubectl kustomize "github.com/kubernetes-sigs/aws-efs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.7" > driver.yaml
```
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:
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.7`) in the yaml file, and deploy driver yaml again:
```sh
kubectl apply -f driver.yaml
```
Expand Down

0 comments on commit 68f9e5c

Please sign in to comment.