Merge pull request #7338 from ywk253100/240122_changelog

Move unreleased changelogs to 1.13 changelog
This commit is contained in:
qiuming
2024-01-23 10:19:56 +08:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ To fix CVEs and keep pace with Golang, Velero made changes as follows:
* After the backup VolumeInfo metadata file is added to the backup, Velero decides how to restore the PV resource according to the VolumeInfo content. To support the backup generated by the older version of Velero, the old logic is also kept. The support for the backup without the VolumeInfo metadata file will be kept for two releases. The support logic will be deleted in the v1.15 release.
### All Changes
* Check resource Group Version and Kind is available in cluster before attempting restore to prevent being stuck (#7336, @kaovilai)
* Make "disable-informer-cache" option false(enabled) by default to keep it consistent with the help message (#7294, @ywk253100)
* Fix issue #6928, remove snapshot deletion timeout for PVB (#7282, @Lyndon-Li)
* Do not set "targetNamespace" to namespace items (#7274, @reasonerjt)

View File

@@ -1 +0,0 @@
Check resource Group Version and Kind is available in cluster before attempting restore to prevent being stuck.