Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1039 from mskanth972/pre-release_1…
Browse files Browse the repository at this point in the history
….5.7

Pre-release of v1.5.7
  • Loading branch information
k8s-ci-robot authored Jun 19, 2023
2 parents 5a12fca + 41e087a commit d0430a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
@@ -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))
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.5.6
VERSION=v1.5.7

PKG=github.com/kubernetes-sigs/aws-efs-csi-driver
GIT_COMMIT?=$(shell git rev-parse HEAD)
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit d0430a2

Please sign in to comment.