diff --git a/changelogs/CHANGELOG-1.9.md b/changelogs/CHANGELOG-1.9.md index 708d4354cb..cc5a378661 100644 --- a/changelogs/CHANGELOG-1.9.md +++ b/changelogs/CHANGELOG-1.9.md @@ -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 diff --git a/changelogs/unreleased/5186-jxun b/changelogs/unreleased/5186-jxun deleted file mode 100644 index 4333691d26..0000000000 --- a/changelogs/unreleased/5186-jxun +++ /dev/null @@ -1 +0,0 @@ -Add annotation "pv.kubernetes.io/migrated-to" for CSI checking. \ No newline at end of file diff --git a/changelogs/unreleased/5189-jxun b/changelogs/unreleased/5189-jxun deleted file mode 100644 index 56c6c4f1e9..0000000000 --- a/changelogs/unreleased/5189-jxun +++ /dev/null @@ -1 +0,0 @@ -Make CSI snapshot creation timeout configurable. \ No newline at end of file