Skip to content

Commit

Permalink
Merge pull request #1548 from dankova22/doc-2.1.3
Browse files Browse the repository at this point in the history
Pre-release PR for v2.1.3 (documentation and changelog)
  • Loading branch information
k8s-ci-robot authored Dec 20, 2024
2 parents 8223084 + 93b6d17 commit 13d42ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-2.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# V2.1.3
* Fix default value for unhealthyPodEvictionPolicy ([#1524](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1524), [@z0rc](https://github.com/z0rc))
* 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))
# V2.1.2
* 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))
* 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))
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=v2.1.2
VERSION=v2.1.3

PKG=github.com/kubernetes-sigs/aws-efs-csi-driver
GIT_COMMIT?=$(shell git rev-parse HEAD)
Expand Down
5 changes: 3 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
| Amazon EFS CSI Driver Version | Image |
|-------------------------------|----------------------------------|
| master branch | amazon/aws-efs-csi-driver:master |
| v2.1.3 | amazon/aws-efs-csi-driver:v2.1.3 |
| v2.1.2 | amazon/aws-efs-csi-driver:v2.1.2 |
| v2.1.1 | amazon/aws-efs-csi-driver:v2.1.1 |
| v2.1.0 | amazon/aws-efs-csi-driver:v2.1.0 |
Expand Down Expand Up @@ -152,7 +153,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
### ECR Image
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
|----------------|-------------------------------------------------------------------------------|
| v2.1.2 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.2 |
| v2.1.3 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.3 |

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

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:
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:
```sh
kubectl apply -f driver.yaml
```
Expand Down

0 comments on commit 13d42ac

Please sign in to comment.