Clean up the change log

Clean up the cherrypicked changelog files for 1.8 branch

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
Daniel Jiang
2022-01-30 14:35:03 +08:00
parent ae4cfa9e0e
commit 0ceb3850e7
3 changed files with 2 additions and 2 deletions
+2
View File
@@ -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)
-1
View File
@@ -1 +0,0 @@
Update doc for v1.8
-1
View File
@@ -1 +0,0 @@
E2E SSR test add retry mechanism and logs