Skip to content

Commit f9ccf72

Browse files
authored
Merge pull request #1463 from jrakas-dev/pre-release-v2.0.8-master
Pre-release PR for v2.0.8
2 parents b0af6bc + 923ff3a commit f9ccf72

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG-2.x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# V2.0.8
2+
* Update K8s dependencies. ([#1440](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1440), [@retornam](https://github.com/retornam))
3+
* Add flag that enables CSI driver to be added without using helm hooks ([#1074](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1074), [@woehrl01](https://github.com/woehrl01))
4+
* Add new region DNS suffixes to watchdog ([#1455](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1455), [@jdwtf](https://github.com/jdwtf))
5+
* Use protobuf content type instead of JSON for K8s client ([#1451](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1451), [@bhavi-koduru](https://github.com/bhavi-koduru))
16
# V2.0.7
27
* Update GO version from 1.20 to 1.22.5 to mitigate CVEs. ([#1427](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1427),[@mskanth972](https://github.com/mskanth972))
38
# V2.0.6

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.7
16+
VERSION=v2.0.8
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.8 | amazon/aws-efs-csi-driver:v2.0.8 |
9192
| v2.0.7 | amazon/aws-efs-csi-driver:v2.0.7 |
9293
| v2.0.6 | amazon/aws-efs-csi-driver:v2.0.6 |
9394
| v2.0.5 | amazon/aws-efs-csi-driver:v2.0.5 |
@@ -146,7 +147,7 @@ The following sections are Kubernetes specific. If you are a Kubernetes user, us
146147
### ECR Image
147148
| Driver Version | [ECR](https://gallery.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver) Image |
148149
|----------------|-------------------------------------------------------------------------------|
149-
| v2.0.7 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.0.7 |
150+
| v2.0.8 | public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver:v2.0.8 |
150151

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

368-
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.7`) in the yaml file, and deploy driver yaml again:
369+
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.8`) in the yaml file, and deploy driver yaml again:
369370
```sh
370371
kubectl apply -f driver.yaml
371372
```

0 commit comments

Comments
 (0)