Skip to content

Commit 7a2b782

Browse files
authored
Merge pull request #1248 from mskanth972/pre-v1.7.4
pre-release PR for v1.7.4
2 parents 8d55e36 + 79e825f commit 7a2b782

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG-1.x.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# V1.7.4
2+
* Bump the side-cars to the latest to mitigate the CVEs. ([#1246](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1246), [@mskanth972](https://github.com/mskanth972))
3+
* Update efs-csi-driver to use efs-utils latest release v1.35.1 which include adding 'fsap' to the ignored mount option list, compatibility with OpenSSL 3.0 in the RPM spec file, a new watchdog log message for outdated efs-utils versions, and regeneration of empty private key files.
14
# V1.7.3
25
* 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))
36
* 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))

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

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

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:
348+
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.4`) in the yaml file, and deploy driver yaml again:
348349
```sh
349350
kubectl apply -f driver.yaml
350351
```

0 commit comments

Comments
 (0)