Amend changelogs for v1.9.1

Signed-off-by: ming qiu <mqiu@mqiu-a01.vmware.com>
pull/5192/head
ming qiu 2022-08-10 16:46:17 +08:00
parent 2d88c9a436
commit 54eaa57ada
3 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,8 @@ https://velero.io/docs/v1.9/upgrade-to-1.9/
* Delay CA file deletion in PVB controller. (#5150, @jxun)
* Skip registering "crd-remap-version" plugin when feature flag "EnableAPIGroupVersions" is set (#5173, @reasonerjt)
* Fix restic backups to multiple backup storage locations bug (#5175, @qiuming-best)
* Make CSI snapshot creation timeout configurable. (#5189, @jxun)
* Add annotation "pv.kubernetes.io/migrated-to" for CSI checking. (#5186, @jxun)
## v1.9.0
### 2022-06-13

View File

@ -1 +0,0 @@
Add annotation "pv.kubernetes.io/migrated-to" for CSI checking.

View File

@ -1 +0,0 @@
Make CSI snapshot creation timeout configurable.