From 96d0a348bec73f4a5215a12dee214bb3eb468e7f Mon Sep 17 00:00:00 2001 From: Connor Catlett Date: Thu, 15 Dec 2022 18:43:57 +0000 Subject: [PATCH] Update CHANGELOGs and bump versions for release v1.14.0 Signed-off-by: Connor Catlett --- CHANGELOG.md | 5 +++++ Makefile | 2 +- README.md | 7 ++++--- charts/aws-ebs-csi-driver/CHANGELOG.md | 3 +++ charts/aws-ebs-csi-driver/Chart.yaml | 4 ++-- deploy/kubernetes/overlays/stable/gcr/kustomization.yaml | 2 +- 6 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a691843d1e..e0946b3719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.14.0 +### Improvements +* Bumped golang dependencies +* Rebuilt driver container with newer base image (containing security fixes) + # v1.13.0 ### Bug Fixes diff --git a/Makefile b/Makefile index 1b62ee2b2b..d054590f13 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION?=v1.13.0 +VERSION?=v1.14.0 PKG=github.com/kubernetes-sigs/aws-ebs-csi-driver GIT_COMMIT?=$(shell git rev-parse HEAD) diff --git a/README.md b/README.md index 92612642a3..f7a6ccac4f 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,14 @@ The [Amazon Elastic Block Store](https://aws.amazon.com/ebs/) Container Storage |Driver Version | [GCR](https://us.gcr.io/k8s-artifacts-prod/provider-aws/aws-ebs-csi-driver ) Image | [ECR](https://gallery.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver) Image | |---------------------------|--------------------------------------------------|-----------------------------------------------------------------------------| -|v1.13.0 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.13.0| public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.13.0 | +|v1.14.0 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.14.0| public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.14.0 |
Previous Images |Driver Version | [GCR](https://us.gcr.io/k8s-artifacts-prod/provider-aws/aws-ebs-csi-driver ) Image | [ECR](https://gallery.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver) Image | |---------------------------|--------------------------------------------------|-----------------------------------------------------------------------------| +|v1.13.0 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.13.0| public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.13.0 | |v1.12.1 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.12.1| public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.12.1 | |v1.12.0 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.12.0| public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.12.0 | |v1.11.5 |k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.11.5| public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.11.5 | @@ -96,7 +97,7 @@ This policy is non-binding and subject to change. | AWS EBS CSI Driver / Kubernetes Version| v1.12 | v1.13 | v1.14 | v1.15 | v1.16 | v1.17 | v1.18+| |----------------------------------------|-------|-------|-------|-------|-------|-------|-------| | master branch | no | no | no | no | no | yes | yes | -| v0.9.x-v1.13.x | no | no | no | no | no | yes | yes | +| v0.9.x-v1.14.x | no | no | no | no | no | yes | yes | | v0.5.0-v0.8.x | no | no | yes | yes | yes | yes | yes | | v0.4.0 | no | no | yes | yes | no | no | no | | v0.3.0 | no | no | yes | no | no | no | no | @@ -107,7 +108,7 @@ This policy is non-binding and subject to change. | AWS EBS CSI Driver / CSI Version | v0.3.0| v1.0.0 | v1.1.0 | |----------------------------------------|-------|--------|--------| | master branch | no | no | yes | -| v0.4.0-v1.13.x | no | no | yes | +| v0.4.0-v1.14.x | no | no | yes | | v0.2.0-v0.3.0 | no | yes | no | | v0.1.0 | yes | no | no | diff --git a/charts/aws-ebs-csi-driver/CHANGELOG.md b/charts/aws-ebs-csi-driver/CHANGELOG.md index ea24669f4a..3f64850708 100644 --- a/charts/aws-ebs-csi-driver/CHANGELOG.md +++ b/charts/aws-ebs-csi-driver/CHANGELOG.md @@ -1,5 +1,8 @@ # Helm chart +## v2.14.0 +* Bump driver version to `v1.14.0` + ## v2.13.0 * Bump app/driver to version `v1.13.0` * Expose volumes and volumeMounts for the ebs-csi-controller deployment ([#1400](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/1436), [@cnmcavoy](https://github.com/cnmcavoy)) diff --git a/charts/aws-ebs-csi-driver/Chart.yaml b/charts/aws-ebs-csi-driver/Chart.yaml index 5c26c8d3c6..b496792a43 100644 --- a/charts/aws-ebs-csi-driver/Chart.yaml +++ b/charts/aws-ebs-csi-driver/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.13.0 +appVersion: 1.14.0 name: aws-ebs-csi-driver description: A Helm chart for AWS EBS CSI Driver -version: 2.13.0 +version: 2.14.0 kubeVersion: ">=1.17.0-0" home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver sources: diff --git a/deploy/kubernetes/overlays/stable/gcr/kustomization.yaml b/deploy/kubernetes/overlays/stable/gcr/kustomization.yaml index 0c196703af..17ed7225d5 100644 --- a/deploy/kubernetes/overlays/stable/gcr/kustomization.yaml +++ b/deploy/kubernetes/overlays/stable/gcr/kustomization.yaml @@ -4,7 +4,7 @@ bases: - ../../../base images: - name: k8s.gcr.io/provider-aws/aws-ebs-csi-driver - newTag: v1.13.0 + newTag: v1.14.0 - name: k8s.gcr.io/sig-storage/csi-attacher newTag: v3.4.0 - name: k8s.gcr.io/sig-storage/csi-node-driver-registrar