From 41e087aef84b0459a19ff88bf6b1032287701c96 Mon Sep 17 00:00:00 2001 From: SHASHIKANTH MADDINENI Date: Mon, 19 Jun 2023 12:34:14 -0400 Subject: [PATCH] Pre-release of v1.5.7 --- CHANGELOG-1.x.md | 5 +++++ Makefile | 2 +- docs/README.md | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-1.x.md b/CHANGELOG-1.x.md index 885d850bb..3e47056bd 100644 --- a/CHANGELOG-1.x.md +++ b/CHANGELOG-1.x.md @@ -1,3 +1,8 @@ +# V1.5.7 +* Addressed CVEs (CVE-2023-0464, CVE-2023-0466, CVE-2023-2650, CVE-2023-0465, CVE-2015-8390, CVE-2015-8394) +* Added a e2e test to make sure that side-car images are located in Private ECR repository. ([#1018](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1018), [@mskanth972](https://github.com/mskanth972)) +* Upgraded golang to v1.20. ([#992](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/992), [@kalpanathanneeru21](https://github.com/kalpanathanneeru21)) +* Validate fstype on CreateVolume rather than NodePublishVolume. ([#1027](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1027), [@jingxu97](https://github.com/jingxu97)) # V1.5.6 * Added the SecurityContext for Driver ([#1001](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1001), [@mskanth972](https://github.com/mskanth972)) * Updated Side-cars to address pull back error in private manifest ([#1009](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1009), [@mskanth972](https://github.com/mskanth972)) diff --git a/Makefile b/Makefile index 83a75a54d..35f28412b 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # limitations under the License. # -VERSION=v1.5.6 +VERSION=v1.5.7 PKG=github.com/kubernetes-sigs/aws-efs-csi-driver GIT_COMMIT?=$(shell git rev-parse HEAD) diff --git a/docs/README.md b/docs/README.md index 72dcc9b85..aa8b8a1c3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -84,6 +84,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us | EFS CSI Driver Version | Image | |------------------------|----------------------------------| | master branch | amazon/aws-efs-csi-driver:master | +| v1.5.7 | amazon/aws-efs-csi-driver:v1.5.7 | | | v1.5.6 | amazon/aws-efs-csi-driver:v1.5.6 | | v1.5.5 | amazon/aws-efs-csi-driver:v1.5.5 | | v1.5.4 | amazon/aws-efs-csi-driver:v1.5.4 |