UNCLASSIFIED - NO CUI

Skip to content

Update dependency vmware-tanzu/velero to v1.9.1

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 patch v1.9.0 -> v1.9.1
vmware-tanzu/velero patch v1.9.0 -> v1.9.1

Release Notes

vmware-tanzu/velero

v1.9.1

Compare Source

v1.9.1
2022-08-17
Download

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

Container Image

velero/velero:v1.9.1

Documentation

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

Upgrading

https://velero.io/docs/v1.9/upgrade-to-1.9/

All changes
Known issues:

Before Velero v1.9.1, if k8s cluster enables CSI migration for in-tree volume plugin, Restic integrated in Velero cannot handle CSI-migrated volume mount path correctly. CSI and CSI-migrated volumes are mounted at /<kubelet-pod-directory>/volumes/kubernetes.io~*/<volume-name>/mount. The other volumes are mounted at directory /<kubelet-pod-directory>/volumes/kubernetes.io~*/<volume-name>. Although the backup contains CSI-migrated volume can completes successfully with Velero version older than v1.9.1, but it cannot be used to restore, due to Velero before v1.9.1 cannot handle CSI migrated volume correctly. If user uses Velero no older than v1.9.1 to restore with the broken backup, backup data will be restore into /mount directory into new volume. If user uses Velero older than v1.9.1 version to restore with broken backup, data will be restore into the mount point’s parent directory, so the data is not accessible for mounting pod. Please install v1.9.1 Velero, and create a backup to make it work. (#​5149, @​blackpiglet)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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