Skip to content

Commit c2a8461

Browse files
authored
Merge pull request #1685 from dankova22/pre-rel-2.1.11-release
Pre-release PR for 2.1.11 release
2 parents 348c8b6 + 61d3dc7 commit c2a8461

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.1.11
2+
* Bump k8 version to default 1.33 for e2e tests([#1681](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1681), [@dankova22](https://github.com/dankova22))
3+
* Update openssl installation change in Dockerfile ([#1678](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1678), [@anthotse](https:///github.com/anthotse))
4+
* Fix spelling errors and modernize deprecated io/ioutil usage ([#1674](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1674), [@oyiz](https://github.com/oyuz))
15
# V2.1.10
26
* Update dependencies and fix go.sum ([#1663](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1663), [@anthotse](https://anthotse))
37
* Implement ControllerModifyVolume function ([#1663](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1663), [@anthotse](https://anthotse))

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.10
16+
VERSION=v2.1.11
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.11 | amazon/aws-efs-csi-driver:v2.1.11|
9293
| v2.1.10 | amazon/aws-efs-csi-driver:v2.1.10|
9394
| v2.1.9 | amazon/aws-efs-csi-driver:v2.1.9 |
9495
| v2.1.8 | amazon/aws-efs-csi-driver:v2.1.8 |
@@ -160,7 +161,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
160161
### ECR Image
161162
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
162163
|----------------|-------------------------------------------------------------------------------|
163-
| v2.1.10 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.10 |
164+
| v2.1.11 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.11 |
164165

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

388-
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.10`) in the yaml file, and deploy driver yaml again:
389+
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.11`) in the yaml file, and deploy driver yaml again:
389390
```sh
390391
kubectl apply -f driver.yaml
391392
```

0 commit comments

Comments
 (0)