From 0ceb3850e7ef9d41cec6ad57a57d24ffa78886c4 Mon Sep 17 00:00:00 2001 From: Daniel Jiang Date: Sun, 30 Jan 2022 14:35:03 +0800 Subject: [PATCH] Clean up the change log Clean up the cherrypicked changelog files for 1.8 branch Signed-off-by: Daniel Jiang --- changelogs/CHANGELOG-1.8.md | 2 ++ changelogs/unreleased/4517-reasonerjt | 1 - changelogs/unreleased/4594-mqiu | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 changelogs/unreleased/4517-reasonerjt delete mode 100644 changelogs/unreleased/4594-mqiu diff --git a/changelogs/CHANGELOG-1.8.md b/changelogs/CHANGELOG-1.8.md index 94e94a6878..049171276b 100644 --- a/changelogs/CHANGELOG-1.8.md +++ b/changelogs/CHANGELOG-1.8.md @@ -31,6 +31,8 @@ Starting v1.8 velero will only support v1 CRD, therefore, it will only run on Ku ### All changes +* E2E SSR test add retry mechanism and logs (#4594, @mqiu) +* Update doc for v1.8 (#4517, @reasonerjt) * E2E test on ssr object with controller namespace mix-ups (#4521, @mqiu) * Check whether the volume is provisioned by CSI driver or not by the annotation as well (#4513, @ywk253100) * Initialize the labels field of `velero backup-location create` option to avoid #4484 (#4491, @ywk253100) diff --git a/changelogs/unreleased/4517-reasonerjt b/changelogs/unreleased/4517-reasonerjt deleted file mode 100644 index 570af0b5ed..0000000000 --- a/changelogs/unreleased/4517-reasonerjt +++ /dev/null @@ -1 +0,0 @@ -Update doc for v1.8 \ No newline at end of file diff --git a/changelogs/unreleased/4594-mqiu b/changelogs/unreleased/4594-mqiu deleted file mode 100644 index fb68c93050..0000000000 --- a/changelogs/unreleased/4594-mqiu +++ /dev/null @@ -1 +0,0 @@ -E2E SSR test add retry mechanism and logs