Skip to content

Commit 9180178

Browse files
authored
Merge pull request #2686 from mdzraf/release-1.50.0
Release v1.50.0
2 parents 3b40f5d + 8dab071 commit 9180178

File tree

9 files changed

+61
-7
lines changed

9 files changed

+61
-7
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
# v1.50.0
2+
3+
## Changes by Kind
4+
5+
### Feature
6+
7+
- Retrieve maximum IOPS limit dynamically via `CreateVolume` dry-run to support increased IOPS limits for GP3 and other volume types ([#2682](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2682), [@mdzraf](https://github.com/mdzraf))
8+
9+
## Dependencies
10+
11+
### Added
12+
- github.com/go-openapi/swag/jsonutils/fixtures_test: [v0.25.1](https://github.com/go-openapi/swag/tree/jsonutils/fixtures_test/v0.25.1)
13+
14+
### Changed
15+
- github.com/aws/aws-sdk-go-v2/config: [v1.31.9 → v1.31.12](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.31.9...config/v1.31.12)
16+
- github.com/aws/aws-sdk-go-v2/credentials: [v1.18.13 → v1.18.16](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.18.13...credentials/v1.18.16)
17+
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds: [v1.18.7 → v1.18.9](https://github.com/aws/aws-sdk-go-v2/compare/feature/ec2/imds/v1.18.7...feature/ec2/imds/v1.18.9)
18+
- github.com/aws/aws-sdk-go-v2/internal/configsources: [v1.4.7 → v1.4.9](https://github.com/aws/aws-sdk-go-v2/compare/internal/configsources/v1.4.7...internal/configsources/v1.4.9)
19+
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2: [v2.7.7 → v2.7.9](https://github.com/aws/aws-sdk-go-v2/compare/internal/endpoints/v2/v2.7.7...internal/endpoints/v2/v2.7.9)
20+
- github.com/aws/aws-sdk-go-v2/service/ec2: [v1.253.0 → v1.254.1](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.253.0...service/ec2/v1.254.1)
21+
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url: [v1.13.7 → v1.13.9](https://github.com/aws/aws-sdk-go-v2/compare/service/internal/presigned-url/v1.13.7...service/internal/presigned-url/v1.13.9)
22+
- github.com/aws/aws-sdk-go-v2/service/sagemaker: [v1.215.1 → v1.215.3](https://github.com/aws/aws-sdk-go-v2/compare/service/sagemaker/v1.215.1...service/sagemaker/v1.215.3)
23+
- github.com/aws/aws-sdk-go-v2/service/sso: [v1.29.3 → v1.29.6](https://github.com/aws/aws-sdk-go-v2/compare/service/sso/v1.29.3...service/sso/v1.29.6)
24+
- github.com/aws/aws-sdk-go-v2/service/ssooidc: [v1.34.5 → v1.35.1](https://github.com/aws/aws-sdk-go-v2/compare/service/ssooidc/v1.34.5...service/ssooidc/v1.35.1)
25+
- github.com/aws/aws-sdk-go-v2/service/sts: [v1.38.4 → v1.38.6](https://github.com/aws/aws-sdk-go-v2/compare/service/sts/v1.38.4...service/sts/v1.38.6)
26+
- github.com/aws/aws-sdk-go-v2: [v1.39.0 → v1.39.2](https://github.com/aws/aws-sdk-go-v2/compare/v1.39.0...v1.39.2)
27+
- github.com/go-openapi/jsonpointer: [v0.22.0 → v0.22.1](https://github.com/go-openapi/jsonpointer/compare/v0.22.0...v0.22.1)
28+
- github.com/go-openapi/jsonreference: [v0.21.1 → v0.21.2](https://github.com/go-openapi/jsonreference/compare/v0.21.1...v0.21.2)
29+
- github.com/go-openapi/swag/cmdutils: [v0.24.0 → v0.25.1](https://github.com/go-openapi/swag/compare/cmdutils/v0.24.0...cmdutils/v0.25.1)
30+
- github.com/go-openapi/swag/conv: [v0.24.0 → v0.25.1](https://github.com/go-openapi/swag/compare/conv/v0.24.0...conv/v0.25.1)
31+
- github.com/go-openapi/swag/fileutils: [v0.24.0 → v0.25.1](https://github.com/go-openapi/swag/compare/fileutils/v0.24.0...fileutils/v0.25.1)
32+
- github.com/go-openapi/swag/jsonname: [v0.24.0 → v0.25.1](https://github.com/go-openapi/swag/compare/jsonname/v0.24.0...jsonname/v0.25.1)
33+
- github.com/go-openapi/swag/jsonutils: [v0.24.0 → v0.25.1](https://github.com/go-openapi/swag/compare/jsonutils/v0.24.0...jsonutils/v0.25.1)
34+
- github.com/go-openapi/swag/loading: [v0.24.0 → v0.25.1](https://github.com/go-openapi/swag/compare/loading/v0.24.0...loading/v0.25.1)
35+
- github.com/go-openapi/swag/mangling: [v0.24.0 → v0.25.1](https://github.com/go-openapi/swag/compare/mangling/v0.24.0...mangling/v0.25.1)
36+
- github.com/go-openapi/swag/netutils: [v0.24.0 → v0.25.1](https://github.com/go-openapi/swag/compare/netutils/v0.24.0...netutils/v0.25.1)
37+
- github.com/go-openapi/swag/stringutils: [v0.24.0 → v0.25.1](https://github.com/go-openapi/swag/compare/stringutils/v0.24.0...stringutils/v0.25.1)
38+
- github.com/go-openapi/swag/typeutils: [v0.24.0 → v0.25.1](https://github.com/go-openapi/swag/compare/typeutils/v0.24.0...typeutils/v0.25.1)
39+
- github.com/go-openapi/swag/yamlutils: [v0.24.0 → v0.25.1](https://github.com/go-openapi/swag/compare/yamlutils/v0.24.0...yamlutils/v0.25.1)
40+
- github.com/go-openapi/swag: [v0.24.1 → v0.25.1](https://github.com/go-openapi/swag/compare/v0.24.1...v0.25.1)
41+
- google.golang.org/genproto/googleapis/api: 9219d12 → 57b25ae
42+
- google.golang.org/genproto/googleapis/rpc: 9219d12 → 57b25ae
43+
- google.golang.org/protobuf: v1.36.9 → v1.36.10
44+
- k8s.io/utils: 0af2bda → bc988d5
45+
46+
### Removed
47+
_Nothing has changed._
48+
149
# v1.49.0
250

351
## 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.49.0
21+
VERSION?=v1.50.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.50.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.50.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.50.0 |
2223
| v1.49.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.49.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.49.0 |
23-
| v1.48.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.48.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.48.0 |
2424

2525
## Releases
2626

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

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

3+
## 2.50.0
4+
5+
### Feature
6+
7+
- Bump driver version to `v1.50.0`.
8+
39
## 2.49.1
410

511
### Feature

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.49.0
2+
appVersion: 1.50.0
33
name: aws-ebs-csi-driver
44
description: A Helm chart for AWS EBS CSI Driver
55
version: 2.49.1

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.49.0
67+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.50.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.49.0
53+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.50.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.49.0
59+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.50.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
@@ -129,7 +129,7 @@ You may deploy the EBS CSI driver via Kustomize, Helm, or as an [Amazon EKS mana
129129

130130
#### Kustomize
131131
```sh
132-
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.49"
132+
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.50"
133133
```
134134

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