Skip to content

Commit 5e9367e

Browse files
authored
Merge pull request #1775 from kubernetes-sigs/release-1.23
Release 1.23
2 parents 8f246ed + ac73b5b commit 5e9367e

File tree

9 files changed

+32
-7
lines changed

9 files changed

+32
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.23.1
2+
### Bug Fixes
3+
* Upgrade volume-modifier-for-k8s sidecar to 0.1.3 for Leader election conflict with csi-resizer bug fix ([#14](https://github.com/awslabs/volume-modifier-for-k8s/pull/14), [@torredil](https://github.com/torredil))
4+
15
# v1.23.0
26
### Urgent Upgrade Notes
37
*(No, really, you MUST read this before you upgrade)*
@@ -17,6 +21,11 @@ As part of this change, e2fsprogs will be upgraded from `1.42.9` to `1.46.5` and
1721
### Improvements
1822
* Dependancy upgrades ([#1743](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1743), [@AndrewSirenko](https://github.com/AndrewSirenko))
1923

24+
# v1.22.1
25+
### Bug Fixes
26+
* Cherry-pick from v1.23.1: Do not call ModifyVolume if the volume is already in the desired state ([#1741](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1741), [@ConnorJC3](https://github.com/ConnorJC3))
27+
* Upgrade volume-modifier-for-k8s sidecar to 0.1.3 for Leader election conflict with csi-resizer bug fix ([#14](https://github.com/awslabs/volume-modifier-for-k8s/pull/14), [@torredil](https://github.com/torredil))
28+
2029
# 1.22.0
2130
### Urgent Upgrade Notes
2231
*(No, really, you MUST read this before you upgrade)*

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION?=v1.23.0
15+
VERSION?=v1.23.1
1616

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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ 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.23.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.23.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.23.0 |
22+
| v1.23.1 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.23.1 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.23.1 |
2323

2424
<details>
2525
<summary>Previous Images</summary>
2626

2727
| 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 |
2828
|----------------|---------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
29+
| v1.23.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.23.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.23.0 |
30+
| v1.22.1 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.22.1 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.22.1 |
2931
| v1.22.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.22.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.22.0 |
3032
| v1.21.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.21.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.21.0 |
3133
| v1.20.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.20.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.20.0 |

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

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

3+
## v2.23.1
4+
* Bump driver version to `v1.23.1`
5+
36
## v2.23.0
47
* Add `node.enableLinux` parameter ([#1732](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1732), [@monicastanciu](https://github.com/monicastanciu))
58
* Additional Node DaemonSets bug fixes ([#1739](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1739), [@monicastanciu](https://github.com/monicastanciu))
69
* Additional DaemonSets feature ([#1722](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1722), [@ConnorJC3](https://github.com/ConnorJC3))
710
* Add doc of chart value additionalArgs ([#1697](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1697), [@zitudu](https://github.com/zitudu))
811

12+
## v2.22.1
13+
* Bump driver version to `v1.22.1`
14+
915
## v2.22.0
1016
* Default PodDisruptionBudget to policy/v1 ([#1707](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1707), [@iNoahNothing](https://github.com/iNoahNothing))
1117

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.23.0
2+
appVersion: 1.23.1
33
name: aws-ebs-csi-driver
44
description: A Helm chart for AWS EBS CSI Driver
5-
version: 2.23.0
5+
version: 2.23.1
66
kubeVersion: ">=1.17.0-0"
77
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
88
sources:

charts/aws-ebs-csi-driver/templates/controller.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,14 @@ spec:
344344
env:
345345
- name: ADDRESS
346346
value: /var/lib/csi/sockets/pluginproxy/csi.sock
347+
- name: POD_NAME
348+
valueFrom:
349+
fieldRef:
350+
fieldPath: metadata.name
351+
- name: POD_NAMESPACE
352+
valueFrom:
353+
fieldRef:
354+
fieldPath: metadata.namespace
347355
{{- if .Values.proxy.http_proxy }}
348356
{{- include "aws-ebs-csi-driver.http-proxy" . | nindent 12 }}
349357
{{- end }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ sidecars:
135135
image:
136136
pullPolicy: IfNotPresent
137137
repository: public.ecr.aws/ebs-csi-driver/volume-modifier-for-k8s
138-
tag: "v0.1.2"
138+
tag: "v0.1.3"
139139
leaderElection:
140140
enabled: true
141141
# Optional values to tune lease behavior.

deploy/kubernetes/base/controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
runAsUser: 1000
6262
containers:
6363
- name: ebs-plugin
64-
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.23.0
64+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.23.1
6565
imagePullPolicy: IfNotPresent
6666
args:
6767
# - {all,controller,node} # specify the driver mode

deploy/kubernetes/base/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
runAsUser: 0
4545
containers:
4646
- name: ebs-plugin
47-
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.23.0
47+
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.23.1
4848
imagePullPolicy: IfNotPresent
4949
args:
5050
- node

0 commit comments

Comments
 (0)