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