From 0b5c5431663e076dc9a13d4181ed7237d6a81cc5 Mon Sep 17 00:00:00 2001 From: SHASHIKANTH MADDINENI Date: Fri, 6 Jan 2023 16:50:45 -0500 Subject: [PATCH] Pre-release for v1.4.9 --- CHANGELOG-1.x.md | 4 ++++ Makefile | 2 +- docs/README.md | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-1.x.md b/CHANGELOG-1.x.md index d3cd9a1e5..ba69b0387 100644 --- a/CHANGELOG-1.x.md +++ b/CHANGELOG-1.x.md @@ -1,3 +1,7 @@ +# V1.4.9 +* Bumped up the sidecars version +* Fixed-AWS EFS CSI Driver crashes if Access Point creation fails and static GID set +* Update efs-csi-driver to use efs-utils latest release v1.34.5 which Handle invalid mount point name, Avoid redundant get_target_region call, Update man page and Watchdog detect empty private key and regenerate # V1.4.8 * Update efs-csi-driver to use efs-utils latest release v1.34.4 and include stunnel fix ([#125](https://github.com/aws/efs-utils/issues/125)) # V1.4.7 diff --git a/Makefile b/Makefile index 426a74c0d..f9ab5407f 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # limitations under the License. # -VERSION=v1.4.8 +VERSION=v1.4.9 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 f2ddec5e3..1876c3cba 100644 --- a/docs/README.md +++ b/docs/README.md @@ -74,6 +74,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.4.9 | amazon/aws-efs-csi-driver:v1.4.9 | | v1.4.8 | amazon/aws-efs-csi-driver:v1.4.8 | | v1.4.7 | amazon/aws-efs-csi-driver:v1.4.7 | | v1.4.6 | amazon/aws-efs-csi-driver:v1.4.6 |