Skip to content

Commit b010ccf

Browse files
authored
Merge pull request #1231 from mskanth972/pre-v1.7.3
Pre-release PR for v1.7.3
2 parents f054e2c + a9a9bcd commit b010ccf

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG-1.x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# V1.7.3
2+
* Edit file paths in provisioning.go to fix failing e2e test. ([#1223](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1223) [@seanzatzdev-amazon](https://github.com/seanzatzdev-amazon))
3+
* CVE-2023-48795: bump golang.org/x/crypto to v0.17.0. ([#1222](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1222), [@dobsonj](https://github.com/dobsonj))
4+
* set results count for listing access points. ([#1217](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1217), [@RomanBednar](https://github.com/RomanBednar))
5+
* Reduce calls to EFS API. ([#1226](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1226), [@otorreno](https://github.com/otorreno))
16
# V1.7.2
27
* Fixed the GID allocator work with the cross account feature. ([#1199](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1199), [@RomanBednar](https://github.com/RomanBednar))
38
* Added Startup Taint Removal Feature to alleviate potential race conditions. ([#1197](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1197), [@mskanth972](https://github.com/mskanth972))

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.2
16+
VERSION=v1.7.3
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.3 | amazon/aws-efs-csi-driver:v1.7.3 |
8990
| v1.7.2 | amazon/aws-efs-csi-driver:v1.7.2 |
9091
| v1.7.1 | amazon/aws-efs-csi-driver:v1.7.1 |
9192
| v1.7.0 | amazon/aws-efs-csi-driver:v1.7.0 |
@@ -131,7 +132,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
131132
### ECR Image
132133
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
133134
|----------------|-------------------------------------------------------------------------------|
134-
| v1.7.2 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v1.7.2 |
135+
| v1.7.3 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v1.7.3 |
135136

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

346-
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.2`) in the yaml file, and deploy driver yaml again:
347+
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.3`) in the yaml file, and deploy driver yaml again:
347348
```sh
348349
kubectl apply -f driver.yaml
349350
```

0 commit comments

Comments
 (0)