v1.9.2
2022-09-26
Download
https://github.com/vmware-tanzu/velero/releases/tag/v1.9.2
Container Image
velero/velero:v1.9.2
Documentation
Upgrading
https://velero.io/docs/v1.9/upgrade-to-1.9/
All changes
- Fix CVE-2022-1962 by bumping up golang version to 1.17.13 (#5286, @qiuming-best)
- Fix code spell check fail (#5300, @qiuming-best)
- Fix nil pointer panic when restoring StatefulSets (#5301, @divolgin)
- Check for empty ns list before checking nslist[0] (#5302, @sseago)
- check vsc null pointer (#5303, @lilongfeng0902)
- Fix edge cases for already exists resources (#5304, @shubham-pampattiwar)
- Increase ensure restic repository timeout to 5m (#5336, @shubham-pampattiwar)
- Added DownloadTargetKindCSIBackupVolumeSnapshots for retrieving the signed URL to download only the
<backup name>
-csi-volumesnapshots.json.gz and DownloadTargetKindCSIBackupVolumeSnapshotContents to download only<backup name>
-csi-volumesnapshotcontents.json.gz in the DownloadRequest CR structure. These files are already present in the backup layout. (#5307, @anshulahuja98)
Known issues
- For #5305, which has some changes in DownloadRequest CRs, Users need to upgrade DownloadRequest CRs when using this new feature.