Releases: vmware-tanzu/velero-plugin-for-gcp
Releases · vmware-tanzu/velero-plugin-for-gcp
v1.4.0
All changes
- Upgrade golang to version 1.17 and upgrade the packages to latest versions. (#71, @blackpiglet)
- Fix snapshotter test input json format issue. (#70, @yang-wang11)
- Lower log level for diskDescription unmashal error. (#69, @yang-wang11)
- Support snapshotting pv provisioned by csi driver on GCP. (#68, @reasonerjt)
v1.4.0-rc.2
All changes
- Upgrade golang to version 1.17 and upgrade the packages to latest versions. (#71, @blackpiglet)
- Fix snapshotter test input json format issue. (#70, @yang-wang11)
- Lower log level for diskDescription unmashal error. (#69, @yang-wang11)
- Support snapshotting pv provisioned by csi driver on GCP. (#68, @reasonerjt)
v1.4.0-rc.1
All changes
- Upgrade golang to version 1.17 and upgrade the packages to latest versions. (#71, @blackpiglet)
- Fix snapshotter test input json format issue. (#70, @yang-wang11)
- Lower log level for diskDescription unmashal error. (#69, @yang-wang11)
- Support snapshotting pv provisioned by csi driver on GCP. (#68, @reasonerjt)
v1.3.0
All changes
- Change the base image to
distroless
. (#66 , @ywk253100)
v1.3.0-rc.1
All changes
- Change the base image to
distroless
. (#66 , @ywk253100)
v1.2.1
All changes
This release contains no user facing changes but includes fixes for CVE-2021-3121 and CVE-2021-3580.
v1.2.0
- Upgrade cloud.google.com/go/storage to v1.8.0 (#32, @ashish-amarnath)
- Add support for the new credentialsFile config key which enables per-BSL credentials. If set, the plugin will use this path as the credentials file for authentication rather than the credentials file path in the environment (#52, @zubron)