v1.6.1
2021-06-21
Download
https://github.com/vmware-tanzu/velero/releases/tag/v1.6.1
Container Image
velero/velero:v1.6.1
Documentation
Upgrading
https://velero.io/docs/v1.6/upgrade-to-1.6/
Highlights
This release includes an important fix for users running on Kubernetes 1.21 and using restic (#3863). If you are running Velero on this version of Kubernetes and using restic, please upgrade to ensure that you can successfully restore your backups.
All Changes
- Fix CR restore regression introduced in 1.6 restore progress. (#3845, @sseago)
- Skip the restore of volumes that originally came from a projected volume when using restic. (#3877, @zubron)
- skip backuping projected volume when using restic (#3866, @alaypatel07)
- 🐛 Fix plugin name derivation from image name (#3711, @ashish-amarnath)