Skip to content

Commit 67e6337

Browse files
authored
Merge pull request #1368 from seanzatzdev-amazon/master
Pre-release PR for v2.0.4
2 parents aab83e7 + 8e6e950 commit 67e6337

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG-2.x.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# V2.0.4
2+
* Reap efs-proxy zombie processes. ([#1364](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1364),[@mskanth972](https://github.com/mskanth972))
3+
* Sanitize CSI RPC request logs. ([#1363](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1363),[@mskanth972](https://github.com/mskanth972))
4+
* Edit file paths in provisioning.go to fix failing e2e test. ([#1366](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1366) [@seanzatzdev-amazon](https://github.com/seanzatzdev-amazon))
15
# V2.0.3
26
* Expose env, volume, and volume mounts in helm chart for the efs controller and deamonset. ([#1165](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1165), [@cnmcavoy](https://github.com/cnmcavoy))
37
* Update golang.org dependency. ([#1355](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1355),[@mskanth972](https://github.com/mskanth972))

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515

16-
VERSION=v2.0.3
16+
VERSION=v2.0.4
1717

1818
PKG=github.com/kubernetes-sigs/aws-efs-csi-driver
1919
GIT_COMMIT?=$(shell git rev-parse HEAD)

docs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
8888
| Amazon EFS CSI Driver Version | Image |
8989
|-------------------------------|----------------------------------|
9090
| master branch | amazon/aws-efs-csi-driver:master |
91+
| v2.0.4 | amazon/aws-efs-csi-driver:v2.0.4 |
9192
| v2.0.3 | amazon/aws-efs-csi-driver:v2.0.3 |
9293
| v2.0.2 | amazon/aws-efs-csi-driver:v2.0.2 |
9394
| v2.0.1 | amazon/aws-efs-csi-driver:v2.0.1 |
@@ -142,7 +143,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
142143
### ECR Image
143144
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
144145
|----------------|-------------------------------------------------------------------------------|
145-
| v2.0.3 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.0.3 |
146+
| v2.0.4 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.0.4 |
146147

147148
**Note**
148149
You can find previous efs-csi-driver versions' images from [here](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver)
@@ -360,7 +361,7 @@ If you want to update to a specific version, first customize the driver yaml fil
360361
kubectl kustomize "github.com/kubernetes-sigs/aws-efs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-2.0" > driver.yaml
361362
```
362363

363-
Then, update all lines referencing `image: amazon/aws-efs-csi-driver` to the desired version (e.g., to `image: amazon/aws-efs-csi-driver:v2.0.3`) in the yaml file, and deploy driver yaml again:
364+
Then, update all lines referencing `image: amazon/aws-efs-csi-driver` to the desired version (e.g., to `image: amazon/aws-efs-csi-driver:v2.0.4`) in the yaml file, and deploy driver yaml again:
364365
```sh
365366
kubectl apply -f driver.yaml
366367
```

0 commit comments

Comments
 (0)