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

Clean up the change log for v1.8
pull/4675/head v1.8.0
Wenkai Yin(尹文开) 2022-01-30 21:55:59 +08:00 committed by GitHub
commit a818c97dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

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)

View File

@ -1 +0,0 @@
Update doc for v1.8

View File

@ -1 +0,0 @@
E2E SSR test add retry mechanism and logs