UNCLASSIFIED - NO CUI

Skip to content

Update dependency vmware-tanzu/velero to v1.8.0

renovate requested to merge renovate/vmware-tanzu-velero-1.x into development

This MR contains the following updates:

Package Type Update Change
vmware-tanzu/velero ironbank-github minor v1.7.1 -> v1.8.0
vmware-tanzu/velero minor v1.7.1 -> v1.8.0

Release Notes

vmware-tanzu/velero

v1.8.0

Compare Source

v1.8.0
2022-02-14
Download

https://github.com/vmware-tanzu/velero/releases/tag/v1.8.0

Container Image

velero/velero:v1.8.0

Documentation

https://velero.io/docs/v1.8

Upgrading

https://velero.io/docs/v1.8/upgrade-to-1.8/

Highlights
The plugins to support handling volumes created by the AWS CSI driver

The new versions of plugins for AWS, Azure and GCP will be released with the support of snapshotting and restoring the persistent volumes provisioned by CSI driver via the APIs of the cloud providers. With this enhancement, users can backup and restore the persistent volumes on these could providers without using the CSI plugin, which will remain beta and the feature flag EnableCSI will be disabled by default.

For the version of the plugins and the CSI drivers they support respectively please see the table:

Plugin Version CSI Driver
velero-plugin-for-aws v1.4.0 ebs.csi.aws.com
velero-plugin-for-microsoft-azure v1.4.0 disk.csi.azure.com
velero-plugin-for-gcp v1.4.0 pd.csi.storage.gke.io
Break change

Starting v1.8 velero will only support v1 CRD, therefore, it will only run on Kubernetes v1.16+

All changes
  • E2E SSR test add retry mechanism and logs (#​4594, @​mqiu)
  • Update doc for v1.8 (#​4517, @​reasonerjt)
  • E2E test on ssr object with controller namespace mix-ups (#​4521, @​mqiu)
  • Check whether the volume is provisioned by CSI driver or not by the annotation as well (#​4513, @​ywk253100)
  • Initialize the labels field of velero backup-location create option to avoid #​4484 (#​4491, @​ywk253100)
  • Fix e2e 2500 namespaces scale test timeout problem (#​4480, @​mqiu)
  • Add backup deletion e2e test (#​4401, @​danfengliu)
  • Return the error when getting backup store in backup deletion controller (#​4465, @​reasonerjt)
  • Ignore the provided port is already allocated error when restoring the LoadBalancer service (#​4462, @​ywk253100)
  • Revert #​4423 migrate backup sync controller to kubebuilder. (#​4457, @​jxun)
  • Add rbac and annotation test cases (#​4455, @​mqiu)
  • remove --crds-version in velero install command. (#​4446, @​jxun)
  • Upgrade e2e test vsphere plugin (#​4440, @​mqiu)
  • Fix e2e test failures for the inappropriate optimaze of velero install (#​4438, @​mqiu)
  • Limit backup namespaces on test resource filtering cases (#​4437, @​mqiu)
  • Bump up Go to 1.17 (#​4431, @​reasonerjt)
  • Added <backup name>-itemsnapshots.json.gz to the backup format. This file exists when item snapshots are taken and contains an array of volume.Itemsnapshots containing the information about the snapshots. This will not be used unless upload progress monitoring and item snapshots are enabled and an ItemSnapshot plugin is used to take snapshots.

Also added DownloadTargetKindBackupItemSnapshots for retrieving the signed URL to download only the <backup name>-itemsnapshots.json.gz part of a backup for use by velero backup describe. (#​4429, @​dsmithuchida)


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports