Skip to content

Commit c8f05a1

Browse files
committed
Release v1.52.1
Signed-off-by: Eddie Torres <torredil@amazon.com>
1 parent a0ca05d commit c8f05a1

File tree

9 files changed

+120
-8
lines changed

9 files changed

+120
-8
lines changed

CHANGELOG.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v1.52.1
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
7+
- Fix off-by-one error in volume limits for default nitro instances which would get PVCs stuck attempting to attach to a full instance. ([#2749](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2749), [@ConnorJC3](https://github.com/ConnorJC3))
8+
9+
## Dependencies
10+
11+
### Added
12+
_Nothing has changed._
13+
14+
### Changed
15+
_Nothing has changed._
16+
17+
### Removed
18+
_Nothing has changed._
19+
120
# v1.52.0
221

322
## Changes by Kind
@@ -46,6 +65,25 @@ _Nothing has changed._
4665
### Removed
4766
_Nothing has changed._
4867

68+
# v1.51.2
69+
70+
## Changes by Kind
71+
72+
### Bug or Regression
73+
74+
- Fix off-by-one error in volume limits for default nitro instances which would get PVCs stuck attempting to attach to a full instance. ([#2749](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2749), [@ConnorJC3](https://github.com/ConnorJC3))
75+
76+
## Dependencies
77+
78+
### Added
79+
_Nothing has changed._
80+
81+
### Changed
82+
_Nothing has changed._
83+
84+
### Removed
85+
_Nothing has changed._
86+
4987
# v1.51.1
5088

5189
## Changes by Kind
@@ -101,6 +139,25 @@ _Nothing has changed._
101139
### Removed
102140
_Nothing has changed._
103141

142+
# v1.50.3
143+
144+
## Changes by Kind
145+
146+
### Bug or Regression
147+
148+
- Fix off-by-one error in volume limits for default nitro instances which would get PVCs stuck attempting to attach to a full instance. ([#2749](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2749), [@ConnorJC3](https://github.com/ConnorJC3))
149+
150+
## Dependencies
151+
152+
### Added
153+
_Nothing has changed._
154+
155+
### Changed
156+
_Nothing has changed._
157+
158+
### Removed
159+
_Nothing has changed._
160+
104161
# v1.50.2
105162

106163
## Changes by Kind
@@ -205,6 +262,25 @@ A workaround is available in `v1.50.1` and later.
205262
### Removed
206263
_Nothing has changed._
207264

265+
# v1.49.2
266+
267+
## Changes by Kind
268+
269+
### Bug or Regression
270+
271+
- Fix off-by-one error in volume limits for default nitro instances which would get PVCs stuck attempting to attach to a full instance. ([#2749](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2749), [@ConnorJC3](https://github.com/ConnorJC3))
272+
273+
## Dependencies
274+
275+
### Added
276+
_Nothing has changed._
277+
278+
### Changed
279+
_Nothing has changed._
280+
281+
### Removed
282+
_Nothing has changed._
283+
208284
# v1.49.1
209285

210286
### 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.52.0
21+
VERSION?=v1.52.1
2222

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

README.md

Lines changed: 2 additions & 2 deletions
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.52.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.52.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.52.0 |
23-
| v1.51.1 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.51.1 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.51.1 |
22+
| v1.52.1 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.52.1 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.52.1 |
23+
| v1.51.2 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.51.2 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.51.2 |
2424

2525
## Releases
2626

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

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

3+
## 2.52.1
4+
5+
- Bump driver version to `v1.52.1`.
6+
- Bump sidecars to latest.
7+
38
## 2.52.0
49

510
### Feature
@@ -8,6 +13,11 @@
813
- Add Helm parameter `node.serviceAccount.disableMutation` to disable mutating RBAC permissions to the `ebs-csi-node` service account. When enabled, driver features such as taint removal may not function. ([#2723](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2723), [@ConnorJC3](https://github.com/ConnorJC3))
914
- Add ALPHA metadata-labeler sidecar and metadata source ([#2591](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2591), [@sylviah23](https://github.com/sylviah23))
1015

16+
## 2.51.3
17+
18+
- Bump driver version to `v1.51.2`.
19+
- Bump sidecars to latest.
20+
1121
## 2.51.1
1222

1323
- Bump driver version to `v1.51.1`.
@@ -20,6 +30,11 @@
2030

2131
- 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))
2232

33+
## 2.50.4
34+
35+
- Bump driver version to `v1.50.3`.
36+
- Bump sidecars to latest.
37+
2338
## 2.50.2
2439

2540
- Bump driver version to `v1.50.2`.
@@ -34,6 +49,11 @@
3449

3550
- Bump driver version to `v1.50.0`.
3651

52+
## 2.49.3
53+
54+
- Bump driver version to `v1.49.2`.
55+
- Bump sidecars to latest.
56+
3757
## 2.49.2
3858

3959
- Bump driver version to `v1.49.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.52.0
2+
appVersion: 1.52.1
33
name: aws-ebs-csi-driver
44
description: A Helm chart for AWS EBS CSI Driver
5-
version: 2.52.0
5+
version: 2.52.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.52.0
67+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.52.1
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.52.0
53+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.52.1
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.52.0
59+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.52.1
6060
imagePullPolicy: IfNotPresent
6161
args:
6262
- node

out.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Changes by Kind
2+
3+
### Bug or Regression
4+
5+
- Fix off-by-one error in volume limits for default nitro instances which would get PVCs stuck attempting to attach to a full instance. ([#2749](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2749), [@ConnorJC3](https://github.com/ConnorJC3))
6+
7+
## Dependencies
8+
9+
### Added
10+
_Nothing has changed._
11+
12+
### Changed
13+
_Nothing has changed._
14+
15+
### Removed
16+
_Nothing has changed._

0 commit comments

Comments
 (0)