Skip to content

Commit e88bcd3

Browse files
authored
Merge pull request #1587 from dankova22/pr-rel-2.1.6
Pre release PR for 2.1.6
2 parents 8928fad + f4f59f5 commit e88bcd3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG-2.x.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# V2.1.6
2+
Remove libwrap=no from stunnel config on startup for newer stunnel compatibility ([#1586](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1586/commits/5151feef34da86595a9ccc7e3c960aea537a61dc), [@dankova22](https://github.com/dankova22))
13
# V2.1.5
24
* Upgrade golang.net (v0.25.0 -> v0.33.0) ([#1562]https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1562)
35
* Updated Python distribution to latest version and add symlink to stunnel5 to ensure compatibility ([#1569]https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1569/files)

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.5
16+
VERSION=v2.1.6
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.6 | amazon/aws-efs-csi-driver:v2.1.6 |
9293
| v2.1.5 | amazon/aws-efs-csi-driver:v2.1.5 |
9394
| v2.1.4 | amazon/aws-efs-csi-driver:v2.1.4 |
9495
| v2.1.3 | amazon/aws-efs-csi-driver:v2.1.3 |
@@ -155,7 +156,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
155156
### ECR Image
156157
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
157158
|----------------|-------------------------------------------------------------------------------|
158-
| v2.1.5 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.5 |
159+
| v2.1.6 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.1.6 |
159160

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

383-
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.5`) in the yaml file, and deploy driver yaml again:
384+
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.6`) in the yaml file, and deploy driver yaml again:
384385
```sh
385386
kubectl apply -f driver.yaml
386387
```

0 commit comments

Comments
 (0)