Skip to content

Commit 13d42ac

Browse files
authored
Merge pull request #1548 from dankova22/doc-2.1.3
Pre-release PR for v2.1.3 (documentation and changelog)
2 parents 8223084 + 93b6d17 commit 13d42ac

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG-2.x.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# V2.1.3
2+
* Fix default value for unhealthyPodEvictionPolicy ([#1524](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1524), [@z0rc](https://github.com/z0rc))
3+
* Switch to adaptive retry mode to reduce throttling errors ([#1520](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1520), [@dankova22](https://github.com/dankova22))
14
# V2.1.2
25
* Modify delete access point root directory logic to only remove temporary directory if empty ([#1532](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1532), [@jrakas-dev](https://github.com/jrakas-dev))
36
* Bump golang.org/x/crypto to v0.31.0 ([#1531](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1531), [@germanparente](https://github.com/germanparente))

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.1.2
16+
VERSION=v2.1.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
@@ -89,6 +89,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
8989
| Amazon EFS CSI Driver Version | Image |
9090
|-------------------------------|----------------------------------|
9191
| master branch | amazon/aws-efs-csi-driver:master |
92+
| v2.1.3 | amazon/aws-efs-csi-driver:v2.1.3 |
9293
| v2.1.2 | amazon/aws-efs-csi-driver:v2.1.2 |
9394
| v2.1.1 | amazon/aws-efs-csi-driver:v2.1.1 |
9495
| v2.1.0 | amazon/aws-efs-csi-driver:v2.1.0 |
@@ -152,7 +153,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
152153
### ECR Image
153154
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
154155
|----------------|-------------------------------------------------------------------------------|
155-
| v2.1.2 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.2 |
156+
| v2.1.3 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.3 |
156157

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

375-
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.1.2`) in the yaml file, and deploy driver yaml again:
376+
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.1.3`) in the yaml file, and deploy driver yaml again:
376377
```sh
377378
kubectl apply -f driver.yaml
378379
```

0 commit comments

Comments
 (0)