Skip to content

Commit 4726950

Browse files
authored
Merge pull request #1084 from wongma7/master131
Release v1.3.1
2 parents 002b3aa + 7200e92 commit 4726950

File tree

7 files changed

+15
-7
lines changed

7 files changed

+15
-7
lines changed

CHANGELOG-0.x.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v1.3.1
2+
* Push multi-arch/os image manifest to ECR.
3+
14
# v1.3.0
25
## Notable changes
36
* Make NodePublish Mount Idempotent ([#1019](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1019), [@nirmalaagash](https://github.com/nirmalaagash))

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.3.0
15+
VERSION=v1.3.1
1616

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

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

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

3+
## v2.3.1
4+
5+
* Bump app/driver version to `v1.3.1`
6+
37
## v2.3.0
48

59
* Support overriding controller `--default-fstype` flag via values

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

deploy/kubernetes/overlays/stable/ecr/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bases:
55
images:
66
- name: k8s.gcr.io/provider-aws/aws-ebs-csi-driver
77
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-ebs-csi-driver
8-
newTag: v1.3.0
8+
newTag: v1.3.1
99
- name: k8s.gcr.io/sig-storage/csi-provisioner
1010
newName: public.ecr.aws/eks-distro/kubernetes-csi/external-provisioner
1111
newTag: v2.1.1-eks-1-18-3

deploy/kubernetes/overlays/stable/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bases:
44
- ../../base
55
images:
66
- name: k8s.gcr.io/provider-aws/aws-ebs-csi-driver
7-
newTag: v1.3.0
7+
newTag: v1.3.1
88
- name: k8s.gcr.io/sig-storage/csi-provisioner
99
newTag: v2.1.1
1010
- name: k8s.gcr.io/sig-storage/csi-attacher

docs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The [Amazon Elastic Block Store](https://aws.amazon.com/ebs/) Container Storage
1212
| AWS EBS CSI Driver \ CSI Version | v0.3.0| v1.0.0 | v1.1.0 |
1313
|----------------------------------------|-------|--------|--------|
1414
| master branch | no | no | yes |
15-
| v1.3.0 | no | no | yes |
15+
| v1.3.x | no | no | yes |
1616
| v1.2.x | no | no | yes |
1717
| v1.1.x | no | no | yes |
1818
| v1.0.0 | no | no | yes |
@@ -80,7 +80,7 @@ Following sections are Kubernetes specific. If you are Kubernetes user, use foll
8080
| AWS EBS CSI Driver \ Kubernetes Version| v1.12 | v1.13 | v1.14 | v1.15 | v1.16 | v1.17 | v1.18+|
8181
|----------------------------------------|-------|-------|-------|-------|-------|-------|-------|
8282
| master branch | no | no+ | no | no | no | yes | yes |
83-
| v1.3.0 | no | no+ | no | no | no | yes | yes |
83+
| v1.3.x | no | no+ | no | no | no | yes | yes |
8484
| v1.2.x | no | no+ | no | no | no | yes | yes |
8585
| v1.1.x | no | no+ | no | no | no | yes | yes |
8686
| v1.0.0 | no | no+ | no | no | no | yes | yes |
@@ -100,6 +100,7 @@ Following sections are Kubernetes specific. If you are Kubernetes user, use foll
100100
## Container Images:
101101
|AWS EBS CSI Driver Version | GCR Image | ECR Image |
102102
|---------------------------|--------------------------------------------------|-----------------------------------------------------------------------------|
103+
|v1.3.1 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.3.1 | 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-ebs-csi-driver:v1.3.1 |
103104
|v1.3.0 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.3.0 | 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-ebs-csi-driver:v1.3.0 |
104105
|v1.2.1 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.2.1 | 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-ebs-csi-driver:v1.2.1 |
105106
|v1.2.0 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.2.0 | 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-ebs-csi-driver:v1.2.0 |

0 commit comments

Comments
 (0)