diff --git a/changelogs/CHANGELOG-1.13.md b/changelogs/CHANGELOG-1.13.md index ec7362bbe9..91b391af04 100644 --- a/changelogs/CHANGELOG-1.13.md +++ b/changelogs/CHANGELOG-1.13.md @@ -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) diff --git a/changelogs/unreleased/7336-kaovilai b/changelogs/unreleased/7336-kaovilai deleted file mode 100644 index 000c28709d..0000000000 --- a/changelogs/unreleased/7336-kaovilai +++ /dev/null @@ -1 +0,0 @@ -Check resource Group Version and Kind is available in cluster before attempting restore to prevent being stuck. \ No newline at end of file