Skip to content

Commit 2f4c2e0

Browse files
authored
Merge pull request #2936 from ElijahQuinones/release1.60
Release Driver version 1.60.0
2 parents 8787b6b + 492531c commit 2f4c2e0

9 files changed

Lines changed: 84 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
1+
# v1.60.0
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
7+
- Fix init order bug that allowed modifying tags reserved for use by the EBS CSI Driver ([#2932](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2932), [@ElijahQuinones](https://github.com/ElijahQuinones))
8+
- Fix possible nil pointer deref on clones path ([#2931](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2931), [@ElijahQuinones](https://github.com/ElijahQuinones))
9+
- Add mutex to MetricRecorder to prevent crashes caused by concurrent access ([#2933](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2933), [@ElijahQuinones](https://github.com/ElijahQuinones))
10+
11+
## Dependencies
12+
13+
### Added
14+
- k8s.io/streaming: v0.36.1
15+
16+
### Changed
17+
- github.com/aws/aws-sdk-go-v2/config: [v1.32.16 → v1.32.17](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.32.16...config/v1.32.17)
18+
- github.com/aws/aws-sdk-go-v2/credentials: [v1.19.15 → v1.19.16](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.19.15...credentials/v1.19.16)
19+
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds: [v1.18.22 → v1.18.23](https://github.com/aws/aws-sdk-go-v2/compare/feature/ec2/imds/v1.18.22...feature/ec2/imds/v1.18.23)
20+
- github.com/aws/aws-sdk-go-v2/internal/configsources: [v1.4.22 → v1.4.23](https://github.com/aws/aws-sdk-go-v2/compare/internal/configsources/v1.4.22...internal/configsources/v1.4.23)
21+
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2: [v2.7.22 → v2.7.23](https://github.com/aws/aws-sdk-go-v2/compare/internal/endpoints/v2/v2.7.22...internal/endpoints/v2/v2.7.23)
22+
- github.com/aws/aws-sdk-go-v2/internal/v4a: [v1.4.23 → v1.4.24](https://github.com/aws/aws-sdk-go-v2/compare/internal/v4a/v1.4.23...internal/v4a/v1.4.24)
23+
- github.com/aws/aws-sdk-go-v2/service/ec2: [v1.297.1 → v1.301.0](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.297.1...service/ec2/v1.301.0)
24+
- github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding: [v1.13.8 → v1.13.9](https://github.com/aws/aws-sdk-go-v2/compare/service/internal/accept-encoding/v1.13.8...service/internal/accept-encoding/v1.13.9)
25+
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url: [v1.13.22 → v1.13.23](https://github.com/aws/aws-sdk-go-v2/compare/service/internal/presigned-url/v1.13.22...service/internal/presigned-url/v1.13.23)
26+
- github.com/aws/aws-sdk-go-v2/service/sagemaker: [v1.241.0 → v1.246.0](https://github.com/aws/aws-sdk-go-v2/compare/service/sagemaker/v1.241.0...service/sagemaker/v1.246.0)
27+
- github.com/aws/aws-sdk-go-v2/service/signin: [v1.0.10 → v1.0.11](https://github.com/aws/aws-sdk-go-v2/compare/service/signin/v1.0.10...service/signin/v1.0.11)
28+
- github.com/aws/aws-sdk-go-v2/service/sso: [v1.30.16 → v1.30.17](https://github.com/aws/aws-sdk-go-v2/compare/service/sso/v1.30.16...service/sso/v1.30.17)
29+
- github.com/aws/aws-sdk-go-v2/service/ssooidc: [v1.35.20 → v1.35.21](https://github.com/aws/aws-sdk-go-v2/compare/service/ssooidc/v1.35.20...service/ssooidc/v1.35.21)
30+
- github.com/aws/aws-sdk-go-v2/service/sts: [v1.42.0 → v1.42.1](https://github.com/aws/aws-sdk-go-v2/compare/service/sts/v1.42.0...service/sts/v1.42.1)
31+
- github.com/aws/aws-sdk-go-v2: [v1.41.6 → v1.41.7](https://github.com/aws/aws-sdk-go-v2/compare/v1.41.6...v1.41.7)
32+
- github.com/aws/smithy-go: [v1.25.0 → v1.25.1](https://github.com/aws/smithy-go/compare/v1.25.0...v1.25.1)
33+
- github.com/cncf/xds/go: [ee656c7 → dba9d58](https://github.com/cncf/xds/compare/ee656c7...dba9d58)
34+
- github.com/envoyproxy/go-control-plane/envoy: [v1.36.0 → v1.37.0](https://github.com/envoyproxy/go-control-plane/compare/envoy/v1.36.0...envoy/v1.37.0)
35+
- github.com/envoyproxy/protoc-gen-validate: [v1.3.0 → v1.3.3](https://github.com/envoyproxy/protoc-gen-validate/compare/v1.3.0...v1.3.3)
36+
- github.com/fxamacker/cbor/v2: [v2.9.1 → v2.9.2](https://github.com/fxamacker/cbor/compare/v2.9.1...v2.9.2)
37+
- github.com/go-jose/go-jose/v4: [v4.1.3 → v4.1.4](https://github.com/go-jose/go-jose/compare/v4.1.3...v4.1.4)
38+
- go.opentelemetry.io/contrib/detectors/gcp: v1.39.0 → v1.42.0
39+
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.61.0 → v0.65.0
40+
- go.uber.org/zap: v1.27.1 → v1.28.0
41+
- golang.org/x/crypto: v0.50.0 → v0.51.0
42+
- golang.org/x/mod: v0.34.0 → v0.35.0
43+
- golang.org/x/net: v0.53.0 → v0.54.0
44+
- golang.org/x/sys: v0.43.0 → v0.44.0
45+
- golang.org/x/telemetry: 579e4da → be6f6cb
46+
- golang.org/x/term: v0.42.0 → v0.43.0
47+
- golang.org/x/text: v0.36.0 → v0.37.0
48+
- golang.org/x/tools: v0.43.0 → v0.44.0
49+
- google.golang.org/genproto/googleapis/api: afd174a → 3700d41
50+
- google.golang.org/genproto/googleapis/rpc: afd174a → 3700d41
51+
- google.golang.org/grpc: v1.80.0 → v1.81.0
52+
- google.golang.org/protobuf: v1.36.11 → f2248ac
53+
- k8s.io/api: v0.35.4 → v0.36.1
54+
- k8s.io/apimachinery: v0.35.4 → v0.36.1
55+
- k8s.io/client-go: v0.35.4 → v0.36.1
56+
- k8s.io/component-base: v0.35.4 → v0.36.1
57+
- k8s.io/gengo/v2: 85fd79d → ec3ebc5
58+
- k8s.io/kube-openapi: ec9c827 → ef417d0
59+
- k8s.io/mount-utils: v0.35.4 → v0.36.1
60+
- k8s.io/utils: 28399d8 → ff6756f
61+
62+
### Removed
63+
- github.com/armon/go-socks5: [e753329](https://github.com/armon/go-socks5/tree/e753329)
64+
- github.com/cenkalti/backoff/v4: [v4.3.0](https://github.com/cenkalti/backoff/tree/v4.3.0)
65+
- github.com/gregjones/httpcache: [901d907](https://github.com/gregjones/httpcache/tree/901d907)
66+
167
# v1.59.0
268

369
## Changes by Kind

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.59.0
21+
VERSION?=v1.60.0
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
@@ -20,8 +20,8 @@ The [Amazon Elastic Block Store](https://aws.amazon.com/ebs/) Container Storage
2020

2121
| 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 |
2222
|----------------|---------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
23+
| v1.60.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.60.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.60.0 |
2324
| v1.59.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.59.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.59.0 |
24-
| v1.58.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.58.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.58.0 |
2525

2626
## Releases
2727

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

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

3+
## 2.60.0
4+
5+
- Bumped EBS CSI Driver to `v1.60.0`
6+
- Bumped `csi-provisioner` to `v6.2.0-eksbuild.4`
7+
- Bumped `csi-attacher` to `v4.11.0-eksbuild.5`
8+
- Bumped `csi-snapshotter` to `v8.5.0-eksbuild.5`
9+
- Bumped `csi-resizer` to `v2.1.0-eksbuild.5`
10+
- Bumped `csi-node-driver-registrar` to `v2.16.0-eksbuild.5`
11+
- Bumped `livenessprobe` to `v2.18.0-eksbuild.5`
12+
313
## 2.59.0
414

515
- Bumped EBS CSI Driver to `v1.59.0`

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.59.0
2+
appVersion: 1.60.0
33
name: aws-ebs-csi-driver
44
description: A Helm chart for AWS EBS CSI Driver
5-
version: 2.59.0
5+
version: 2.60.0
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.59.0
67+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.60.0
6868
imagePullPolicy: IfNotPresent
6969
args:
7070
- controller

deploy/kubernetes/base/node-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
- operator: Exists
4343
containers:
4444
- name: ebs-plugin
45-
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.59.0
45+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.60.0
4646
imagePullPolicy: IfNotPresent
4747
args:
4848
- node

deploy/kubernetes/base/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
runAsUser: 0
4949
containers:
5050
- name: ebs-plugin
51-
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.59.0
51+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.60.0
5252
imagePullPolicy: IfNotPresent
5353
args:
5454
- node

docs/install.md

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

151151
#### Kustomize
152152
```sh
153-
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.59"
153+
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.60"
154154
```
155155

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