Skip to content

Commit dba6d70

Browse files
authored
Merge pull request #2351 from ElijahQuinones/fixChangelog
Update changelog to include String Interpolation and enableWindows
2 parents 35cec84 + 57c7be7 commit dba6d70

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
If you are not using the AmazonEBSCSIDriverPolicy managed policy, a change to your EBS CSI Driver policy may be needed. For more information and remediation steps, see [GitHub issue #2190](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/2190). As of 2025-01-13: AWS updated the `AmazonEBSCSIDriverPolicy` managed policy in all AWS partitions. Any driver installation referencing this managed policy has been updated automatically and no action is needed on your part. This change affects all versions of the EBS CSI Driver and action may be required even on clusters where the driver is not upgraded. This will be the last release with this warning message.
66

7+
### Feature
8+
9+
Support String Interpolation for Modifying Tags On Existing Volumes Through VAC ([#2093](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2093), [@mdzraf](https://github.com/mdzraf))
10+
711
### Bug or Regression
812

913
Fix raw pointer log in `EnableFastSnapshotRestores` ([#2334](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2334), [@torredil](https://github.com/torredil))

charts/aws-ebs-csi-driver/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## v2.40.0
44

5+
#### Default for enable windows changed
6+
7+
The default value for enableWindows has been changed from false to true. This change makes it so the node damemonset will be scheduled on windows nodes by default. If you wish to not have the node daemonset scheduled on your windows nodes you will need to change enableWindows to false.
8+
59
### Feature
610

711
- Add values.schema.json to validate changes in values.yaml. ([#2286](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2286), [@ElijahQuinones](https://github.com/ElijahQuinones))

0 commit comments

Comments
 (0)