Merge pull request #4602 from reasonerjt/cleanup-changelog-1.8

Clean up the change log for v1.8
This commit is contained in:
Wenkai Yin(尹文开)
2022-01-30 21:55:59 +08:00
committed by GitHub
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