Skip to content

Commit 0f3eaad

Browse files
authored
Merge pull request #2360 from ElijahQuinones/master
Release helm chart 2.40.1
2 parents a6e9f12 + 8a0dd2d commit 0f3eaad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Helm chart
22

3+
## v2.40.1
4+
5+
### Bug or Regression
6+
7+
- Prevent null deref when enableWindows and otelTracing enabled on node ([#2357](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2357), [@ConnorJC3](https://github.com/ConnorJC3))
8+
- Fix incorrect properties validation in Helm schema ([#2356](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2356), [@ConnorJC3](https://github.com/ConnorJC3))
9+
310
## v2.40.0
411

512
#### Default for enable windows changed

charts/aws-ebs-csi-driver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 1.40.0
33
name: aws-ebs-csi-driver
44
description: A Helm chart for AWS EBS CSI Driver
5-
version: 2.40.0
5+
version: 2.40.1
66
kubeVersion: ">=1.17.0-0"
77
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
88
sources:

0 commit comments

Comments
 (0)