Skip to content

Commit b82bd4b

Browse files
authored
Merge pull request #2403 from kubernetes-sigs/release-1.41
Release aws-ebs-csi-driver 1.41 & Helm Chart v2.41.0
2 parents 9e4030d + 9678e02 commit b82bd4b

File tree

11 files changed

+159
-11
lines changed

11 files changed

+159
-11
lines changed

CHANGELOG.md

+137
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,140 @@
1+
# v1.41.0
2+
3+
### Note on Deprecated Metrics
4+
5+
- Prior to this release, disabled metrics (prefixed with `cloudprovider_aws_`) were on by default, they are now disabled by default. Equivalent metrics are emitted with the prefix `aws_ebs_csi_`. The old metric names may be re-enabled via the CLI parameter `--deprecated-metrics=true` on the controller (on Helm via the `controller.additionalArgs` parameter). The old metric names are deprecated and the CLI parameter will be removed in a future version of the EBS CSI Driver.
6+
7+
### Feature
8+
9+
- Error `code` label is now supported EBS CSI API request error metrics ([#2355](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2355), [@engedaam](https://github.com/engedaam))
10+
11+
### Documentation
12+
13+
- Fix metrics.md To Show How to Export Leader Pods for Sidecars ([#2362](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2362), [@mdzraf](https://github.com/mdzraf))
14+
15+
### Bug or Regression
16+
17+
- Fix p4d.24xlarge reporting wrong volume limit ([#2353](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2353), [@ElijahQuinones](https://github.com/ElijahQuinones))
18+
- Skip IMDS call if AWS_EC2_METADATA_DISABLED=true ([#2342](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2342), [@AndrewSirenko](https://github.com/AndrewSirenko))
19+
20+
### Other
21+
22+
- Add Logs On How We Calculate CSINode.allocatables in NodeGetInfo ([#2372](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2372), [@mdzraf](https://github.com/mdzraf))
23+
- Sets `deprecatedMetrics` to false by default ([#2390](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2390), [@mdzraf](https://github.com/mdzraf))
24+
25+
## Dependencies
26+
27+
### Added
28+
- github.com/containerd/errdefs/pkg: [v0.3.0](https://github.com/containerd/errdefs/tree/pkg/v0.3.0)
29+
- github.com/envoyproxy/go-control-plane/envoy: [v1.32.4](https://github.com/envoyproxy/go-control-plane/tree/envoy/v1.32.4)
30+
- github.com/envoyproxy/go-control-plane/ratelimit: [v0.1.0](https://github.com/envoyproxy/go-control-plane/tree/ratelimit/v0.1.0)
31+
- github.com/opencontainers/cgroups: [v0.0.1](https://github.com/opencontainers/cgroups/tree/v0.0.1)
32+
- github.com/santhosh-tekuri/jsonschema/v5: [v5.3.1](https://github.com/santhosh-tekuri/jsonschema/tree/v5.3.1)
33+
- sigs.k8s.io/randfill: v1.0.0
34+
35+
### Changed
36+
- cel.dev/expr: v0.20.0 → v0.22.0
37+
- cloud.google.com/go/compute/metadata: v0.5.2 → v0.6.0
38+
- github.com/aws/aws-sdk-go-v2/config: [v1.29.6 → v1.29.9](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.6...config/v1.29.9)
39+
- github.com/aws/aws-sdk-go-v2/credentials: [v1.17.59 → v1.17.62](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.59...credentials/v1.17.62)
40+
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds: [v1.16.28 → v1.16.30](https://github.com/aws/aws-sdk-go-v2/compare/feature/ec2/imds/v1.16.28...feature/ec2/imds/v1.16.30)
41+
- github.com/aws/aws-sdk-go-v2/internal/configsources: [v1.3.32 → v1.3.34](https://github.com/aws/aws-sdk-go-v2/compare/internal/configsources/v1.3.32...internal/configsources/v1.3.34)
42+
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2: [v2.6.32 → v2.6.34](https://github.com/aws/aws-sdk-go-v2/compare/internal/endpoints/v2/v2.6.32...internal/endpoints/v2/v2.6.34)
43+
- github.com/aws/aws-sdk-go-v2/internal/ini: [v1.8.2 → v1.8.3](https://github.com/aws/aws-sdk-go-v2/compare/internal/ini/v1.8.2...internal/ini/v1.8.3)
44+
- github.com/aws/aws-sdk-go-v2/service/ec2: [v1.203.0 → v1.209.0](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.203.0...service/ec2/v1.209.0)
45+
- github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding: [v1.12.2 → v1.12.3](https://github.com/aws/aws-sdk-go-v2/compare/service/internal/accept-encoding/v1.12.2...service/internal/accept-encoding/v1.12.3)
46+
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url: [v1.12.13 → v1.12.15](https://github.com/aws/aws-sdk-go-v2/compare/service/internal/presigned-url/v1.12.13...service/internal/presigned-url/v1.12.15)
47+
- github.com/aws/aws-sdk-go-v2/service/sso: [v1.24.15 → v1.25.1](https://github.com/aws/aws-sdk-go-v2/compare/service/sso/v1.24.15...service/sso/v1.25.1)
48+
- github.com/aws/aws-sdk-go-v2/service/ssooidc: [v1.28.14 → v1.29.1](https://github.com/aws/aws-sdk-go-v2/compare/service/ssooidc/v1.28.14...service/ssooidc/v1.29.1)
49+
- github.com/aws/aws-sdk-go-v2/service/sts: [v1.33.14 → v1.33.17](https://github.com/aws/aws-sdk-go-v2/compare/service/sts/v1.33.14...service/sts/v1.33.17)
50+
- github.com/aws/aws-sdk-go-v2: [v1.36.1 → v1.36.3](https://github.com/aws/aws-sdk-go-v2/compare/v1.36.1...v1.36.3)
51+
- github.com/aws/smithy-go: [v1.22.2 → v1.22.3](https://github.com/aws/smithy-go/compare/v1.22.2...v1.22.3)
52+
- github.com/census-instrumentation/opencensus-proto: [v0.4.1 → v0.2.1](https://github.com/census-instrumentation/opencensus-proto/compare/v0.4.1...v0.2.1)
53+
- github.com/cilium/ebpf: [v0.16.0 → v0.17.3](https://github.com/cilium/ebpf/compare/v0.16.0...v0.17.3)
54+
- github.com/cncf/xds/go: [b4127c9 → cff3c89](https://github.com/cncf/xds/compare/b4127c9...cff3c89)
55+
- github.com/containerd/errdefs: [v0.1.0 → v1.0.0](https://github.com/containerd/errdefs/compare/v0.1.0...v1.0.0)
56+
- github.com/containerd/typeurl/v2: [v2.2.0 → v2.2.3](https://github.com/containerd/typeurl/compare/v2.2.0...v2.2.3)
57+
- github.com/emicklei/go-restful/v3: [v3.12.1 → v3.12.2](https://github.com/emicklei/go-restful/compare/v3.12.1...v3.12.2)
58+
- github.com/envoyproxy/go-control-plane: [v0.13.1 → v0.13.4](https://github.com/envoyproxy/go-control-plane/compare/v0.13.1...v0.13.4)
59+
- github.com/envoyproxy/protoc-gen-validate: [v1.1.0 → v1.2.1](https://github.com/envoyproxy/protoc-gen-validate/compare/v1.1.0...v1.2.1)
60+
- github.com/golang/glog: [v1.2.3 → v1.2.4](https://github.com/golang/glog/compare/v1.2.3...v1.2.4)
61+
- github.com/google/cadvisor: [v0.51.0 → v0.52.1](https://github.com/google/cadvisor/compare/v0.51.0...v0.52.1)
62+
- github.com/google/go-cmp: [v0.6.0 → v0.7.0](https://github.com/google/go-cmp/compare/v0.6.0...v0.7.0)
63+
- github.com/google/pprof: [d0013a5 → 9094ed2](https://github.com/google/pprof/compare/d0013a5...9094ed2)
64+
- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.26.1 → v2.26.3](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.26.1...v2.26.3)
65+
- github.com/klauspost/compress: [v1.17.11 → v1.18.0](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0)
66+
- github.com/matttproud/golang_protobuf_extensions: [v1.0.2 → v1.0.1](https://github.com/matttproud/golang_protobuf_extensions/compare/v1.0.2...v1.0.1)
67+
- github.com/onsi/ginkgo/v2: [v2.22.2 → v2.23.0](https://github.com/onsi/ginkgo/compare/v2.22.2...v2.23.0)
68+
- github.com/opencontainers/image-spec: [v1.1.0 → v1.1.1](https://github.com/opencontainers/image-spec/compare/v1.1.0...v1.1.1)
69+
- github.com/opencontainers/runtime-spec: [v1.2.0 → v1.2.1](https://github.com/opencontainers/runtime-spec/compare/v1.2.0...v1.2.1)
70+
- github.com/prometheus/client_golang: [v1.20.5 → v1.21.1](https://github.com/prometheus/client_golang/compare/v1.20.5...v1.21.1)
71+
- github.com/vishvananda/netlink: [b1ce50c → 62fb240](https://github.com/vishvananda/netlink/compare/b1ce50c...62fb240)
72+
- go.etcd.io/etcd/api/v3: v3.5.18 → v3.5.19
73+
- go.etcd.io/etcd/client/pkg/v3: v3.5.18 → v3.5.19
74+
- go.etcd.io/etcd/client/v3: v3.5.18 → v3.5.19
75+
- go.opentelemetry.io/contrib/detectors/gcp: v1.32.0 → v1.34.0
76+
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.59.0 → v0.60.0
77+
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.59.0 → v0.60.0
78+
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.34.0 → v1.35.0
79+
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.34.0 → v1.35.0
80+
- go.opentelemetry.io/otel/metric: v1.34.0 → v1.35.0
81+
- go.opentelemetry.io/otel/sdk/metric: v1.32.0 → v1.35.0
82+
- go.opentelemetry.io/otel/sdk: v1.34.0 → v1.35.0
83+
- go.opentelemetry.io/otel/trace: v1.34.0 → v1.35.0
84+
- go.opentelemetry.io/otel: v1.34.0 → v1.35.0
85+
- golang.org/x/crypto: v0.33.0 → v0.36.0
86+
- golang.org/x/exp: eff6e97 → 054e65f
87+
- golang.org/x/mod: v0.23.0 → v0.24.0
88+
- golang.org/x/net: v0.35.0 → v0.37.0
89+
- golang.org/x/oauth2: v0.26.0 → v0.28.0
90+
- golang.org/x/sync: v0.11.0 → v0.12.0
91+
- golang.org/x/sys: v0.30.0 → v0.31.0
92+
- golang.org/x/term: v0.29.0 → v0.30.0
93+
- golang.org/x/text: v0.22.0 → v0.23.0
94+
- golang.org/x/time: v0.10.0 → v0.11.0
95+
- golang.org/x/tools: v0.30.0 → v0.31.0
96+
- google.golang.org/genproto/googleapis/api: 5a70512 → 81fb87f
97+
- google.golang.org/genproto/googleapis/rpc: 5a70512 → 81fb87f
98+
- google.golang.org/grpc: v1.70.0 → v1.71.0
99+
- k8s.io/api: v0.32.2 → v0.32.3
100+
- k8s.io/apiextensions-apiserver: v0.32.2 → v0.32.3
101+
- k8s.io/apimachinery: v0.32.2 → v0.32.3
102+
- k8s.io/apiserver: v0.32.2 → v0.32.3
103+
- k8s.io/cli-runtime: v0.32.2 → v0.32.3
104+
- k8s.io/client-go: v0.32.2 → v0.32.3
105+
- k8s.io/cloud-provider: v0.32.2 → v0.32.3
106+
- k8s.io/cluster-bootstrap: v0.32.2 → v0.32.3
107+
- k8s.io/code-generator: v0.32.2 → v0.32.3
108+
- k8s.io/component-base: v0.32.2 → v0.32.3
109+
- k8s.io/component-helpers: v0.32.2 → v0.32.3
110+
- k8s.io/controller-manager: v0.32.2 → v0.32.3
111+
- k8s.io/cri-api: v0.32.2 → v0.32.3
112+
- k8s.io/cri-client: v0.32.2 → v0.32.3
113+
- k8s.io/csi-translation-lib: v0.32.2 → v0.32.3
114+
- k8s.io/dynamic-resource-allocation: v0.32.2 → v0.32.3
115+
- k8s.io/endpointslice: v0.32.2 → v0.32.3
116+
- k8s.io/externaljwt: v0.32.2 → v0.32.3
117+
- k8s.io/kms: v0.32.2 → v0.32.3
118+
- k8s.io/kube-aggregator: v0.32.2 → v0.32.3
119+
- k8s.io/kube-controller-manager: v0.32.2 → v0.32.3
120+
- k8s.io/kube-openapi: 2c72e55 → e5f78fe
121+
- k8s.io/kube-proxy: v0.32.2 → v0.32.3
122+
- k8s.io/kube-scheduler: v0.32.2 → v0.32.3
123+
- k8s.io/kubectl: v0.32.2 → v0.32.3
124+
- k8s.io/kubelet: v0.32.2 → v0.32.3
125+
- k8s.io/kubernetes: v1.32.2 → v1.32.3
126+
- k8s.io/metrics: v0.32.2 → v0.32.3
127+
- k8s.io/mount-utils: v0.32.2 → v0.32.3
128+
- k8s.io/pod-security-admission: v0.32.2 → v0.32.3
129+
- k8s.io/sample-apiserver: v0.32.2 → v0.32.3
130+
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.31.2 → v0.32.0
131+
- sigs.k8s.io/structured-merge-diff/v4: v4.5.0 → v4.6.0
132+
133+
### Removed
134+
- cloud.google.com/go/compute: v1.25.1
135+
- github.com/xeipuuv/gojsonpointer: [4e3ac27](https://github.com/xeipuuv/gojsonpointer/tree/4e3ac27)
136+
- github.com/xeipuuv/gojsonreference: [bd5ef7b](https://github.com/xeipuuv/gojsonreference/tree/bd5ef7b)
137+
- github.com/xeipuuv/gojsonschema: [v1.2.0](https://github.com/xeipuuv/gojsonschema/tree/v1.2.0)
1138
# v1.40.1
2139

3140
### Feature

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
## Variables/Functions
2020

21-
VERSION?=v1.40.1
21+
VERSION?=v1.41.0
2222

2323
PKG=github.com/kubernetes-sigs/aws-ebs-csi-driver
2424
GIT_COMMIT?=$(shell git rev-parse HEAD)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
> [!CAUTION]
66
> ## [Deprecation announcement] AWS Snow Family device support for the EBS CSI Driver
7-
> Support for the EBS CSI Driver on [AWS Snow Family devices](https://aws.amazon.com/snowball/) is deprecated, effective immediately. No further Snow-specific bugfixes or feature requests will be merged. The existing functionality for Snow devices will be removed in the 1.43 release of the EBS CSI Driver. This announcement does not affect the support of the EBS CSI Driver on other platforms, such as [Amazon EC2](https://aws.amazon.com/ec2/) or EC2 on [AWS Outposts](https://aws.amazon.com/outposts/). For any questions related to this announcement, please comment on this issue [#2365](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/2365) or open a new issue.
7+
> Support for the EBS CSI Driver on [AWS Snow Family devices](https://aws.amazon.com/snowball/) is deprecated, effective immediately. No further Snow-specific bugfixes or feature requests will be merged. The existing functionality for Snow devices will be removed in the 1.44 release of the EBS CSI Driver. This announcement does not affect the support of the EBS CSI Driver on other platforms, such as [Amazon EC2](https://aws.amazon.com/ec2/) or EC2 on [AWS Outposts](https://aws.amazon.com/outposts/). For any questions related to this announcement, please comment on this issue [#2365](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/2365) or open a new issue.
88
99

1010
## Overview
@@ -25,8 +25,8 @@ The [Amazon Elastic Block Store](https://aws.amazon.com/ebs/) Container Storage
2525

2626
| Driver Version | [registry.k8s.io](https://kubernetes.io/blog/2022/11/28/registry-k8s-io-faster-cheaper-ga/) Image | [ECR Public](https://gallery.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver) Image |
2727
|----------------|---------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
28+
| v1.41.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.41.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.41.0 |
2829
| v1.40.1 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.40.1 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.40.1 |
29-
| v1.39.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.39.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.39.0 |
3030

3131
## Releases
3232

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

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Helm chart
22

3+
## v2.41.0
4+
5+
### Feature
6+
7+
- Add `enabled` flag to schema for use in sub-charting ([#2361](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2361), [@ConnorJC3](https://github.com/ConnorJC3))
8+
- Add Prometheus Annotations to the Node Service ([#2363](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2363), [@mdzraf](https://github.com/mdzraf))
9+
10+
### Bug or regression
11+
12+
- Prevent nil pointer deref in Helm chart when `node.enableWindows` and `node.otelTracing` are both set ([#2357](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2357), [@ConnorJC3](https://github.com/ConnorJC3))
13+
314
## v2.40.3
415

516
### Feature

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: 1.40.1
2+
appVersion: 1.41.0
33
name: aws-ebs-csi-driver
44
description: A Helm chart for AWS EBS CSI Driver
5-
version: 2.40.3
5+
version: 2.41.0
66
kubeVersion: ">=1.17.0-0"
77
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
88
sources:

charts/aws-ebs-csi-driver/templates/NOTES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ To verify that aws-ebs-csi-driver has started, run:
44

55
[Deprecation announcement] AWS Snow Family device support for the EBS CSI Driver
66

7-
Support for the EBS CSI Driver on [AWS Snow Family devices](https://aws.amazon.com/snowball/) is deprecated, effective immediately. No further Snow-specific bugfixes or feature requests will be merged. The existing functionality for Snow devices will be removed the 1.43 release of the EBS CSI Driver. This announcement does not affect the support of the EBS CSI Driver on other platforms, such as [Amazon EC2](https://aws.amazon.com/ec2/) or EC2 on [AWS Outposts](https://aws.amazon.com/outposts/). For any questions related to this announcement, please comment on this issue [#2365](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/2365) or open a new issue.
7+
Support for the EBS CSI Driver on [AWS Snow Family devices](https://aws.amazon.com/snowball/) is deprecated, effective immediately. No further Snow-specific bugfixes or feature requests will be merged. The existing functionality for Snow devices will be removed the 1.44 release of the EBS CSI Driver. This announcement does not affect the support of the EBS CSI Driver on other platforms, such as [Amazon EC2](https://aws.amazon.com/ec2/) or EC2 on [AWS Outposts](https://aws.amazon.com/outposts/). For any questions related to this announcement, please comment on this issue [#2365](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/2365) or open a new issue.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
customLabels: {}
1212
# k8s-app: aws-ebs-csi-driver
1313

14-
# Instruct the AWS SDK to use AWS FIPS endpoints, and deploy container built with BoringCrypto (a FIPS-validated cryptographic library) instead of the Go default
14+
# Instruct the AWS SDK to use AWS FIPS endpoints, and deploy container built with Boring Crypto (a FIPS-validated cryptographic library) instead of the Go default
1515
#
1616
# The EBS CSI Driver FIPS images have not undergone FIPS certification, and no official guarantee is made about the compliance of these images under the FIPS standard
1717
# Users relying on these images for FIPS compliance should perform their own independent evaluation

deploy/kubernetes/base/controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
runAsUser: 1000
6565
containers:
6666
- name: ebs-plugin
67-
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.40.1
67+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.41.0
6868
imagePullPolicy: IfNotPresent
6969
args:
7070
- controller

deploy/kubernetes/base/node-windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
- operator: Exists
5151
containers:
5252
- name: ebs-plugin
53-
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.40.1
53+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.41.0
5454
imagePullPolicy: IfNotPresent
5555
args:
5656
- node

deploy/kubernetes/base/node.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
runAsUser: 0
5757
containers:
5858
- name: ebs-plugin
59-
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.40.1
59+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.41.0
6060
imagePullPolicy: IfNotPresent
6161
args:
6262
- node

docs/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ You may deploy the EBS CSI driver via Kustomize, Helm, or as an [Amazon EKS mana
127127

128128
#### Kustomize
129129
```sh
130-
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.40"
130+
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.41"
131131
```
132132

133133
*Note: Using the master branch to deploy the driver is not supported as the master branch may contain upcoming features incompatible with the currently released stable version of the driver.*

0 commit comments

Comments
 (0)