Skip to content

Commit c79a468

Browse files
authored
Merge pull request #1059 from vdhanan/release-1.3
v1.3.0 release
2 parents 9eeee13 + 3c23bef commit c79a468

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG-0.x.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# v1.3.0
2+
## Notable changes
3+
* Make NodePublish Mount Idempotent ([#1019](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1019), [@nirmalaagash](https://github.com/nirmalaagash))
4+
* Build and push multi-arch/os (amazon and windows, no debian) image manifest via Make rules ([#957](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/957), [@wongma7](https://github.com/wongma7))
5+
6+
### Bug fixes
7+
* Fix windows build IsCorruptedMnt not implemented ([#1047](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1047), [@wongma7](https://github.com/wongma7))
8+
* Hash volume name to get client token ([#1041](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1041), [@vdhanan](https://github.com/vdhanan))
9+
* Include ClusterRole and ClusterRoleBinding for csi-node ([#1021](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1021), [@groodt](https://github.com/groodt))
10+
* Fix gcr prow builld failing because docker missing --os-version ([#1020](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1020), [@wongma7](https://github.com/wongma7))
11+
* Fix gcr prow build failing because of IMAGE variable collision ([#1017](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1017), [@wongma7](https://github.com/wongma7))
12+
* Fix github build failing because of wrong docker hub registry name ([#1016](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1016), [@wongma7](https://github.com/wongma7))
13+
14+
### New features
15+
* [chart] Add controller strategy ([#1008](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1008), [@stevehipwell](https://github.com/stevehipwell))
16+
* [chart] Node update strategy & auto driver image tag ([#988](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/988), [@stevehipwell](https://github.com/stevehipwell))
17+
18+
### Misc.
19+
* Update helm chart alongside kustomize, after images have been pushed, for consistency ([#1015](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1015), [@wongma7](https://github.com/wongma7))
20+
* Update kustomize templates only after verifying images are available in registries ([#995](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/995), [@wongma7](https://github.com/wongma7))
21+
122
# v1.2.1
223
## Notable changes
324
- Fix mount idempotency ([#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.2.1
15+
VERSION=v1.3.0
1616

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

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +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 |
1516
| v1.2.x | no | no | yes |
1617
| v1.1.x | no | no | yes |
1718
| v1.0.0 | no | no | yes |
@@ -79,6 +80,7 @@ Following sections are Kubernetes specific. If you are Kubernetes user, use foll
7980
| AWS EBS CSI Driver \ Kubernetes Version| v1.12 | v1.13 | v1.14 | v1.15 | v1.16 | v1.17 | v1.18+|
8081
|----------------------------------------|-------|-------|-------|-------|-------|-------|-------|
8182
| master branch | no | no+ | no | no | no | yes | yes |
83+
| v1.3.0 | no | no+ | no | no | no | yes | yes |
8284
| v1.2.x | no | no+ | no | no | no | yes | yes |
8385
| v1.1.x | no | no+ | no | no | no | yes | yes |
8486
| v1.0.0 | no | no+ | no | no | no | yes | yes |
@@ -98,6 +100,7 @@ Following sections are Kubernetes specific. If you are Kubernetes user, use foll
98100
## Container Images:
99101
|AWS EBS CSI Driver Version | GCR Image | ECR Image |
100102
|---------------------------|--------------------------------------------------|-----------------------------------------------------------------------------|
103+
|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 |
101104
|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 |
102105
|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 |
103106
|v1.1.4 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.1.4 | 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-ebs-csi-driver:v1.1.4 |

0 commit comments

Comments
 (0)