Skip to content

Commit c71918d

Browse files
committed
Pre-release v2.2.0
1 parent d416f57 commit c71918d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG-2.x.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# V2.2.0
2+
* Add revisionHistoryLimit support in charts ([#1760](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1760), [@DavidXU12345](https://github.com/DavidXU12345))
3+
* Upgrade sidecar to fix CVEs ([#1758](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1758), [@DavidXU12345](https://github.com/DavidXU12345))
4+
* Add force-unmount-after-timeout configuration to the helm chart ([#1751](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1751), [@brainfair](https://github.com/brainfair))
5+
* Add opt-in parameter to disable node mutation permissions ([#1739](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1739), [@dankova22](https://github.com/dankova22))
6+
* feat: Add ability to configure emptyDir params (sizeLimit, medium) ([#1727](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1727), [@mkilchhofer](https://github.com/mkilchhofer))
7+
* Support whitespace in tag keys and values ([#1716](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1716), [@slackfan](https://github.com/slackfan))
8+
* feat: added support for externalId in cross-account EFS configuration ([#1690](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1690), [@andylim0221](https://github.com/andylim0221))
19
# V2.1.15
210
* Golang upgrade ([#1738](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1738), [@DavidXU12345](https://github.com/DavidXU12345))
311
* Update efs-utils conf for eu regions DNS ([#1737](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1737), [@dankova22](https://github.com/dankova22))
@@ -28,7 +36,7 @@
2836
* CVE-2025-22869: bump golang.org/x/crypto to v0.35.0 ([#1611](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1611)), [@kunalmemane](https://github.com/kunalmemane)
2937
# V2.1.8
3038
* Remove unused workflow that publishes images to dockerhub ([#1621](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1621), [@jrakas-dev](https://github.com/jrakas-dev))
31-
* Return existing access point if one already exists during create workflow ([#1620](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1620), [@jrakas-dev](https://github.com/jrakas-dev))
39+
* Return existing access point if one already exists during create workflow ([#1620](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1620), [@jrakas-dev](https://github.com/jrakas-dev))
3240
* Clean install openssl and standardize eks distro ([#1619](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1619), [@dankova22](https://github.com/dankova22))
3341
* Fix centos image in pod config examples ([#1611](https://github.com/kubernetes-sigs/aws-efs-csi-driver/pull/1611), [@thakurmi](https://github.com/thakurmi))
3442
# V2.1.7

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.15
16+
VERSION=v2.2.0
1717

1818
PKG=github.com/kubernetes-sigs/aws-efs-csi-driver
1919
GIT_COMMIT?=$(shell git rev-parse HEAD)

0 commit comments

Comments
 (0)