Skip to content

Commit

Permalink
Merge pull request #723 from Ashley-wenyizha/preRelease1.4.0
Browse files Browse the repository at this point in the history
Pre-release of v1.4.0
  • Loading branch information
k8s-ci-robot authored Jun 21, 2022
2 parents 949c672 + a02d6b1 commit d1cdb95
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.4.0
* Conditionally added AWS_STS_REGIONAL_ENDPOINTS flag ([#585](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/585), [@holmesb](https://github.com/holmesb))
* Removing Dependency on IMDS, allowing `hostNetwork: true` to be removed ([#681](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/681), [@jonathanrainer](https://github.com/jonathanrainer))
* Support e2e test EFS create on EKS clusters by finding EKS node subnets ([#707](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/707), [@wongma7](https://github.com/wongma7))
* Upgrade gopkg.in yaml.v3 ([#717](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/717), [@Ashley-wenyizha](https://github.com/Ashley-wenyizha))
# V1.3.8
* From V1.3.8 and forward, efs-csi-driver will stop updating docker Hub for new releases
* Revise utils tag number ([#666](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/666), [@Ashley-wenyizha](https://github.com/Ashley-wenyizha))
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.3.8
VERSION=v1.4.0

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 @@ -69,6 +69,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.0 |amazon/aws-efs-csi-driver:v1.4.0 |
|v1.3.8 |amazon/aws-efs-csi-driver:v1.3.8 |
|v1.3.7 |amazon/aws-efs-csi-driver:v1.3.7 |
|v1.3.6 |amazon/aws-efs-csi-driver:v1.3.6 |
Expand Down

0 comments on commit d1cdb95

Please sign in to comment.