Skip to content

Commit 90f21e5

Browse files
authored
Merge pull request #2717 from ElijahQuinones/release-1.51
Release v1.51.0
2 parents f87fce5 + df75efa commit 90f21e5

File tree

9 files changed

+50
-8
lines changed

9 files changed

+50
-8
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# v1.51.0
2+
3+
### Feature
4+
5+
- Add support for creating instant, point-in-time copies of EBS volumes within the same Availability Zone ([#2716](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2716), [@ElijahQuinones](https://github.com/ElijahQuinones))
6+
7+
## Dependencies
8+
9+
### Added
10+
_Nothing has changed._
11+
12+
### Changed
13+
- github.com/alecthomas/units: [b94a6e3 → 0f3dac3](https://github.com/alecthomas/units/compare/b94a6e3...0f3dac3)
14+
- github.com/aws/aws-sdk-go-v2/service/ec2: [v1.254.1 → v1.256.0](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.254.1...service/ec2/v1.256.0)
15+
- github.com/go-jose/go-jose/v4: [v4.1.1 → v4.1.2](https://github.com/go-jose/go-jose/compare/v4.1.1...v4.1.2)
16+
- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.27.2 → v2.27.3](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.2...v2.27.3)
17+
- github.com/prometheus/common: [v0.66.1 → v0.67.1](https://github.com/prometheus/common/compare/v0.66.1...v0.67.1)
18+
- golang.org/x/crypto: v0.42.0 → v0.43.0
19+
- golang.org/x/mod: v0.27.0 → v0.28.0
20+
- golang.org/x/net: v0.44.0 → v0.46.0
21+
- golang.org/x/oauth2: v0.31.0 → v0.32.0
22+
- golang.org/x/sys: v0.36.0 → v0.37.0
23+
- golang.org/x/telemetry: 1a19826 → aef8a43
24+
- golang.org/x/term: v0.35.0 → v0.36.0
25+
- golang.org/x/text: v0.29.0 → v0.30.0
26+
- golang.org/x/time: v0.13.0 → v0.14.0
27+
- golang.org/x/tools: v0.36.0 → v0.37.0
28+
- google.golang.org/genproto/googleapis/api: 57b25ae → 49b9836
29+
- google.golang.org/genproto/googleapis/rpc: 57b25ae → 49b9836
30+
- google.golang.org/grpc: v1.75.1 → v1.76.0
31+
32+
### Removed
33+
_Nothing has changed._
34+
135
# v1.50.1
236

337
### Urgent Upgrade Notes

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

2020
| 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 |
2121
|----------------|---------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
22+
| v1.51.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.51.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.51.0 |
2223
| v1.50.1 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.50.1 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.50.1 |
23-
| v1.49.1 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.49.1 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.49.1 |
2424

2525
## Releases
2626

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

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

3+
## 2.51.0
4+
5+
- Bump driver version to `v1.51.0`.
6+
7+
### Feature
8+
9+
- Add Helm parameters to customize PDB `maxUnavailable` and `minAvailable` ([#2703](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2703), [@ConnorJC3](https://github.com/ConnorJC3))
10+
311
## 2.50.1
412

513
- Bump driver version to `v1.50.1`.

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.50.1
2+
appVersion: 1.51.0
33
name: aws-ebs-csi-driver
44
description: A Helm chart for AWS EBS CSI Driver
5-
version: 2.50.1
5+
version: 2.51.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.50.1
67+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.51.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
@@ -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.50.1
53+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.51.0
5454
imagePullPolicy: IfNotPresent
5555
args:
5656
- node

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.50.1
59+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.51.0
6060
imagePullPolicy: IfNotPresent
6161
args:
6262
- node

docs/install.md

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

181181
#### Kustomize
182182
```sh
183-
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.50"
183+
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.51"
184184
```
185185

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