diff --git a/CHANGELOG/CHANGELOG-1.3.md b/CHANGELOG/CHANGELOG-1.3.md index c6de2f3a8..3d3ed34ea 100644 --- a/CHANGELOG/CHANGELOG-1.3.md +++ b/CHANGELOG/CHANGELOG-1.3.md @@ -1,3 +1,41 @@ +# v1.3.3 - Changelog since v1.3.1 + +## Changes by Kind + +### Bug or Regression + +- Update go builder to 1.17 ([#850](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/850), [@mattcary](https://github.com/mattcary)) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +_Nothing has changed._ + +### Removed +_Nothing has changed._ + +# v1.3.3 - Changelog since v1.3.1 + +## Changes by Kind + +### Bug or Regression + +- Update debian image to buster-1.9.0. ([#841](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/841), [@mattcary](https://github.com/mattcary)) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +_Nothing has changed._ + +### Removed +_Nothing has changed._ + # v1.3.1 - Changelog since v1.3.0 ### Issues diff --git a/README.md b/README.md index 18c52e7b1..d24cc9dcb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ lifecycle of Google Compute Engine Persistent Disks. ## Project Status Status: GA -Latest stable image: `k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver:v1.3.1` +Latest stable image: `k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver:v1.3.4` ### Test Status diff --git a/deploy/kubernetes/images/stable-master/image.yaml b/deploy/kubernetes/images/stable-master/image.yaml index 3c8804f90..ce5390b5d 100644 --- a/deploy/kubernetes/images/stable-master/image.yaml +++ b/deploy/kubernetes/images/stable-master/image.yaml @@ -52,5 +52,5 @@ imageTag: # Don't change stable image without changing pdImagePlaceholder in # test/k8s-integration/main.go newName: k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver - newTag: "v1.3.1" + newTag: "v1.3.4" ---