Skip to content

Commit 67265f0

Browse files
authored
Merge pull request #1358 from seanzatzdev-amazon/master
pre-release PR for v2.0.3
2 parents 006ac6b + 070c199 commit 67265f0

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.3
2+
* 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))
3+
* Update golang.org dependency. ([#1355](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1355),[@mskanth972](https://github.com/mskanth972))
4+
* efs-utils v2.0.2: Check for efs-proxy PIDs when cleaning tunnel state files. ([#219](https://github.com/aws/efs-utils/pull/219), [@anthotse](https://github.com/anthotse))
15
# V2.0.2
26
* Update the ChangeLog to point to latest. ([#1334](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1334), [@mskanth972](https://github.com/mskanth972))
37
* Fix ARM support for EFS CSI Driver.

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.2
16+
VERSION=v2.0.3
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.3 | amazon/aws-efs-csi-driver:v2.0.3 |
9192
| v2.0.2 | amazon/aws-efs-csi-driver:v2.0.2 |
9293
| v2.0.1 | amazon/aws-efs-csi-driver:v2.0.1 |
9394
| v2.0.0 | amazon/aws-efs-csi-driver:v2.0.0 |
@@ -141,7 +142,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
141142
### ECR Image
142143
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
143144
|----------------|-------------------------------------------------------------------------------|
144-
| v2.0.2 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.0.2 |
145+
| v2.0.3 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.0.3 |
145146

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

362-
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.2`) in the yaml file, and deploy driver yaml again:
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:
363364
```sh
364365
kubectl apply -f driver.yaml
365366
```

0 commit comments

Comments
 (0)