From 16b8b8da7243329be69a311782163fe694b895d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wenkai=20Yin=28=E5=B0=B9=E6=96=87=E5=BC=80=29?= Date: Mon, 22 Jan 2024 10:56:33 +0800 Subject: [PATCH] Move unreleased changelogs to 1.13 changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move unreleased changelogs to 1.13 changelog Signed-off-by: Wenkai Yin(尹文开) --- changelogs/CHANGELOG-1.13.md | 1 + changelogs/unreleased/7336-kaovilai | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 changelogs/unreleased/7336-kaovilai diff --git a/changelogs/CHANGELOG-1.13.md b/changelogs/CHANGELOG-1.13.md index ec7362bbe..91b391af0 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 000c28709..000000000 --- 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