Skip to content

Commit

Permalink
Merge pull request #870 from mskanth972/master
Browse files Browse the repository at this point in the history
Pre-release for v1.4.9
  • Loading branch information
Ashley-wenyizha committed Jan 7, 2023
2 parents 94d5dbf + 0b5c543 commit 8f54754
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
@@ -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
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.4.8
VERSION=v1.4.9

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 @@ -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 |
Expand Down

0 comments on commit 8f54754

Please sign in to comment.