Skip to content

Commit ac2d469

Browse files
authored
Merge pull request #2264 from kubernetes-sigs/release-1.38
Finalize Release 1.38
2 parents 49e575b + 4857695 commit ac2d469

File tree

8 files changed

+141
-7
lines changed

8 files changed

+141
-7
lines changed

CHANGELOG.md

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,125 @@
1+
# v1.38.1
2+
3+
_Notice: The v1.38.0 images were promoted incorrectly due to a process error. Do not use any images from `v1.38.0` and upgrade directly to `v1.38.1`._
4+
5+
## Changes by Kind
6+
7+
### Urgent Upgrade Notes
8+
*(No, really, you MUST read this before you upgrade)*
9+
10+
#### Breaking Metrics Changes
11+
12+
Node plugin metrics have been renamed to follow Prometheus best practices:
13+
- Added `aws_ebs_csi_` prefix
14+
- Added `_total` suffix for counters
15+
- Changed time units from microseconds to seconds for all counters
16+
17+
The controller plugin metrics now use the prefix `aws_ebs_csi_` instead of `cloudprovider_aws_`. The old metric names will still be emitted, but can be disabled via the CLI parameter `--deprecated-metrics=false` on the controller. This will default to `true` in a future version of the EBS CSI Driver. The old metric names (`cloudprovider_aws_*`) are deprecated and will be removed in a future version of the EBS CSI Driver.
18+
19+
#### [ACTION REQUIRED] Update to the EBS CSI Driver IAM Policy
20+
21+
_(This warning is the same as previous releases and can be disregarded if you have already taken appropriate action)_
22+
23+
Due to an upcoming change in handling of IAM polices for the CreateVolume API when creating a volume from an EBS snapshot, 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). This change affects all versions of the EBS CSI Driver and action may be required even on clusters where the driver is not upgraded.
24+
25+
### Feature
26+
27+
- Confirm metrics to Prometheus best practices ([#2248](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2248), [@torredil](https://github.com/torredil))
28+
- Enable the `VolumeAttributesClass` by default for the Kustomize deployment. If you are deploying using the Kustomize manifests on a cluster that does not have the `VolumeAttributesClass` feature gate enabled on the control plane, you may see harmless extra failures related to the feature in the csi-provisioner and/or csi-resizer logs. ([#2240](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2240), [@ConnorJC3](https://github.com/ConnorJC3))
29+
30+
### Bug or Regression
31+
- Prevent attempting to query NVMe metrics of NVMe volumes from other CSI drivers ([#2239](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2239), [@ConnorJC3](https://github.com/ConnorJC3))
32+
33+
## Dependencies
34+
35+
### Added
36+
_Nothing has changed._
37+
38+
### Changed
39+
- cel.dev/expr: v0.16.1 → v0.19.1
40+
- github.com/aws/aws-sdk-go-v2/config: [v1.28.3 → v1.28.6](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.28.3...config/v1.28.6)
41+
- github.com/aws/aws-sdk-go-v2/credentials: [v1.17.44 → v1.17.47](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.44...credentials/v1.17.47)
42+
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds: [v1.16.19 → v1.16.21](https://github.com/aws/aws-sdk-go-v2/compare/feature/ec2/imds/v1.16.19...feature/ec2/imds/v1.16.21)
43+
- github.com/aws/aws-sdk-go-v2/internal/configsources: [v1.3.23 → v1.3.25](https://github.com/aws/aws-sdk-go-v2/compare/internal/configsources/v1.3.23...internal/configsources/v1.3.25)
44+
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2: [v2.6.23 → v2.6.25](https://github.com/aws/aws-sdk-go-v2/compare/internal/endpoints/v2/v2.6.23...internal/endpoints/v2/v2.6.25)
45+
- github.com/aws/aws-sdk-go-v2/service/ec2: [v1.187.1 → v1.196.0](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.187.1...service/ec2/v1.196.0)
46+
- github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding: [v1.12.0 → v1.12.1](https://github.com/aws/aws-sdk-go-v2/compare/service/internal/accept-encoding/v1.12.0...service/internal/accept-encoding/v1.12.1)
47+
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url: [v1.12.4 → v1.12.6](https://github.com/aws/aws-sdk-go-v2/compare/service/internal/presigned-url/v1.12.4...service/internal/presigned-url/v1.12.6)
48+
- github.com/aws/aws-sdk-go-v2/service/sso: [v1.24.5 → v1.24.7](https://github.com/aws/aws-sdk-go-v2/compare/service/sso/v1.24.5...service/sso/v1.24.7)
49+
- github.com/aws/aws-sdk-go-v2/service/ssooidc: [v1.28.4 → v1.28.6](https://github.com/aws/aws-sdk-go-v2/compare/service/ssooidc/v1.28.4...service/ssooidc/v1.28.6)
50+
- github.com/aws/aws-sdk-go-v2/service/sts: [v1.32.4 → v1.33.2](https://github.com/aws/aws-sdk-go-v2/compare/service/sts/v1.32.4...service/sts/v1.33.2)
51+
- github.com/aws/aws-sdk-go-v2: [v1.32.4 → v1.32.6](https://github.com/aws/aws-sdk-go-v2/compare/v1.32.4...v1.32.6)
52+
- github.com/aws/smithy-go: [v1.22.0 → v1.22.1](https://github.com/aws/smithy-go/compare/v1.22.0...v1.22.1)
53+
- github.com/awslabs/volume-modifier-for-k8s: [v0.4.0 → v0.5.0](https://github.com/awslabs/volume-modifier-for-k8s/compare/v0.4.0...v0.5.0)
54+
- github.com/container-storage-interface/spec: [v1.10.0 → v1.11.0](https://github.com/container-storage-interface/spec/compare/v1.10.0...v1.11.0)
55+
- github.com/cyphar/filepath-securejoin: [v0.3.4 → v0.3.5](https://github.com/cyphar/filepath-securejoin/compare/v0.3.4...v0.3.5)
56+
- github.com/golang/groupcache: [41bb18b → 2c02b82](https://github.com/golang/groupcache/compare/41bb18b...2c02b82)
57+
- github.com/google/cel-go: [v0.21.0 → v0.22.1](https://github.com/google/cel-go/compare/v0.21.0...v0.22.1)
58+
- github.com/google/gnostic-models: [v0.6.8 → v0.6.9](https://github.com/google/gnostic-models/compare/v0.6.8...v0.6.9)
59+
- github.com/google/pprof: [d1b30fe → 40e02aa](https://github.com/google/pprof/compare/d1b30fe...40e02aa)
60+
- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.23.0 → v2.24.0](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.23.0...v2.24.0)
61+
- github.com/onsi/ginkgo/v2: [v2.21.0 → v2.22.0](https://github.com/onsi/ginkgo/compare/v2.21.0...v2.22.0)
62+
- github.com/onsi/gomega: [v1.35.1 → v1.36.1](https://github.com/onsi/gomega/compare/v1.35.1...v1.36.1)
63+
- github.com/opencontainers/runc: [v1.2.1 → v1.2.3](https://github.com/opencontainers/runc/compare/v1.2.1...v1.2.3)
64+
- github.com/prometheus/common: [v0.60.1 → v0.61.0](https://github.com/prometheus/common/compare/v0.60.1...v0.61.0)
65+
- github.com/stretchr/testify: [v1.9.0 → v1.10.0](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0)
66+
- go.etcd.io/etcd/api/v3: v3.5.16 → v3.5.17
67+
- go.etcd.io/etcd/client/pkg/v3: v3.5.16 → v3.5.17
68+
- go.etcd.io/etcd/client/v3: v3.5.16 → v3.5.17
69+
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.56.0 → v0.57.0
70+
- go.opentelemetry.io/proto/otlp: v1.3.1 → v1.4.0
71+
- golang.org/x/crypto: v0.28.0 → v0.30.0
72+
- golang.org/x/exp: 701f63a → 1829a12
73+
- golang.org/x/mod: v0.21.0 → v0.22.0
74+
- golang.org/x/net: v0.30.0 → v0.32.0
75+
- golang.org/x/oauth2: v0.23.0 → v0.24.0
76+
- golang.org/x/sync: v0.9.0 → v0.10.0
77+
- golang.org/x/sys: v0.27.0 → v0.28.0
78+
- golang.org/x/term: v0.25.0 → v0.27.0
79+
- golang.org/x/text: v0.20.0 → v0.21.0
80+
- golang.org/x/time: v0.7.0 → v0.8.0
81+
- golang.org/x/tools: v0.26.0 → v0.28.0
82+
- google.golang.org/genproto/googleapis/api: dd2ea8e → e6fa225
83+
- google.golang.org/genproto/googleapis/rpc: dd2ea8e → e6fa225
84+
- google.golang.org/grpc: v1.68.0 → v1.68.1
85+
- google.golang.org/protobuf: v1.35.1 → v1.35.2
86+
- k8s.io/api: v0.31.2 → v0.31.4
87+
- k8s.io/apiextensions-apiserver: v0.31.2 → v0.31.4
88+
- k8s.io/apimachinery: v0.31.2 → v0.31.4
89+
- k8s.io/apiserver: v0.31.2 → v0.31.4
90+
- k8s.io/cli-runtime: v0.31.2 → v0.31.4
91+
- k8s.io/client-go: v0.31.2 → v0.31.4
92+
- k8s.io/cloud-provider: v0.31.2 → v0.31.4
93+
- k8s.io/cluster-bootstrap: v0.31.2 → v0.31.4
94+
- k8s.io/code-generator: v0.31.2 → v0.31.4
95+
- k8s.io/component-base: v0.31.2 → v0.31.4
96+
- k8s.io/component-helpers: v0.31.2 → v0.31.4
97+
- k8s.io/controller-manager: v0.31.2 → v0.31.4
98+
- k8s.io/cri-api: v0.31.2 → v0.31.4
99+
- k8s.io/cri-client: v0.31.2 → v0.31.4
100+
- k8s.io/csi-translation-lib: v0.31.2 → v0.31.4
101+
- k8s.io/dynamic-resource-allocation: v0.31.2 → v0.31.4
102+
- k8s.io/endpointslice: v0.31.2 → v0.31.4
103+
- k8s.io/kms: v0.31.2 → v0.31.4
104+
- k8s.io/kube-aggregator: v0.31.2 → v0.31.4
105+
- k8s.io/kube-controller-manager: v0.31.2 → v0.31.4
106+
- k8s.io/kube-openapi: 67ed584 → 9959940
107+
- k8s.io/kube-proxy: v0.31.2 → v0.31.4
108+
- k8s.io/kube-scheduler: v0.31.2 → v0.31.4
109+
- k8s.io/kubectl: v0.31.2 → v0.31.4
110+
- k8s.io/kubelet: v0.31.2 → v0.31.4
111+
- k8s.io/kubernetes: v1.31.2 → v1.31.4
112+
- k8s.io/metrics: v0.31.2 → v0.31.4
113+
- k8s.io/mount-utils: v0.31.2 → v0.31.4
114+
- k8s.io/pod-security-admission: v0.31.2 → v0.31.4
115+
- k8s.io/sample-apiserver: v0.31.2 → v0.31.4
116+
- k8s.io/utils: 6fe5fd8 → 24370be
117+
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.31.0 → v0.31.1
118+
- sigs.k8s.io/structured-merge-diff/v4: v4.4.1 → v4.4.3
119+
120+
### Removed
121+
_Nothing has changed._
122+
1123
# v1.37.0
2124
### Urgent Upgrade Notes
3125
*(No, really, you MUST read this before you upgrade)*

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
## Variables/Functions
2020

21-
VERSION?=v1.37.0
21+
VERSION?=v1.38.1
2222

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.38.1 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.38.1 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.38.1 |
2829
| v1.37.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.37.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.37.0 |
29-
| v1.36.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.36.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.36.0 |
3030

3131
## Releases
3232

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Helm chart
2+
3+
## v2.38.1
4+
5+
### Feature
6+
7+
- Render templated controller service account parameters ([#2243](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2243), [@ElijahQuinones](https://github.com/ElijahQuinones))
8+
9+
### Bug or Regression
10+
11+
- Fix rendering failrue when `node.enableMetrics` is set to `true` ([#2250](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2250), [@mindw](https://github.com/mindw))
12+
- Remove duplicate 'enableMetrics' key ([#2256](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2256), [@sule26](https://github.com/sule26))
13+
214
## v2.37.0
315
* Bump driver version to `v1.37.0`
416
* Add init containers to node daemonset ([#2215](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2215), [@clbx](https://github.com/clbx))

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

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

deploy/kubernetes/base/controller.yaml

Lines changed: 1 addition & 1 deletion
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.37.0
67+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.38.1
6868
imagePullPolicy: IfNotPresent
6969
args:
7070
- controller

deploy/kubernetes/base/node.yaml

Lines changed: 1 addition & 1 deletion
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.37.0
59+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.38.1
6060
imagePullPolicy: IfNotPresent
6161
args:
6262
- node

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You may deploy the EBS CSI driver via Kustomize, Helm, or as an [Amazon EKS mana
7777

7878
#### Kustomize
7979
```sh
80-
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.37"
80+
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.38"
8181
```
8282

8383
*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)