From 5ac7d52cac80a365d4b3a3b6bc9bac2499ff0ed6 Mon Sep 17 00:00:00 2001 From: Ming Date: Wed, 3 Aug 2022 07:38:31 +0000 Subject: [PATCH 1/2] Generate the changelog for v1.9.1 Signed-off-by: Ming --- changelogs/CHANGELOG-1.9.md | 23 +++++++++++++++++++++++ changelogs/unreleased/5112-ywk253100 | 1 - changelogs/unreleased/5134-sseago | 1 - changelogs/unreleased/5150-jxun | 1 - changelogs/unreleased/5173-reasonerjt | 1 - changelogs/unreleased/5175-qiuming-best | 1 - 6 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 changelogs/unreleased/5112-ywk253100 delete mode 100644 changelogs/unreleased/5134-sseago delete mode 100644 changelogs/unreleased/5150-jxun delete mode 100644 changelogs/unreleased/5173-reasonerjt delete mode 100644 changelogs/unreleased/5175-qiuming-best diff --git a/changelogs/CHANGELOG-1.9.md b/changelogs/CHANGELOG-1.9.md index 22253e066e..708d4354cb 100644 --- a/changelogs/CHANGELOG-1.9.md +++ b/changelogs/CHANGELOG-1.9.md @@ -1,3 +1,26 @@ +## v1.9.1 +### 2022-08-03 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.9.1 + +### Container Image +`velero/velero:v1.9.1` + +### Documentation +https://velero.io/docs/v1.9/ + +### Upgrading +https://velero.io/docs/v1.9/upgrade-to-1.9/ + +### All changes + + * Fix bsl validation bug: the BSL is validated continually and doesn't respect the validation period configured (#5112, @ywk253100) + * Modify BackupStoreGetter to avoid BSL spec changes (#5134, @sseago) + * 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) + ## v1.9.0 ### 2022-06-13 diff --git a/changelogs/unreleased/5112-ywk253100 b/changelogs/unreleased/5112-ywk253100 deleted file mode 100644 index ade00f2a99..0000000000 --- a/changelogs/unreleased/5112-ywk253100 +++ /dev/null @@ -1 +0,0 @@ - Fix bsl validation bug: the BSL is validated continually and doesn't respect the validation period configured \ No newline at end of file diff --git a/changelogs/unreleased/5134-sseago b/changelogs/unreleased/5134-sseago deleted file mode 100644 index ec8dc473ef..0000000000 --- a/changelogs/unreleased/5134-sseago +++ /dev/null @@ -1 +0,0 @@ -Modify BackupStoreGetter to avoid BSL spec changes diff --git a/changelogs/unreleased/5150-jxun b/changelogs/unreleased/5150-jxun deleted file mode 100644 index 959ecf73df..0000000000 --- a/changelogs/unreleased/5150-jxun +++ /dev/null @@ -1 +0,0 @@ -Delay CA file deletion in PVB controller. \ No newline at end of file diff --git a/changelogs/unreleased/5173-reasonerjt b/changelogs/unreleased/5173-reasonerjt deleted file mode 100644 index c33f179b3f..0000000000 --- a/changelogs/unreleased/5173-reasonerjt +++ /dev/null @@ -1 +0,0 @@ -Skip registering "crd-remap-version" plugin when feature flag "EnableAPIGroupVersions" is set \ No newline at end of file diff --git a/changelogs/unreleased/5175-qiuming-best b/changelogs/unreleased/5175-qiuming-best deleted file mode 100644 index fa57d3d30e..0000000000 --- a/changelogs/unreleased/5175-qiuming-best +++ /dev/null @@ -1 +0,0 @@ -Fix restic backups to multiple backup storage locations bug From 54eaa57adaff5d0842d0e2f0775c1da82874dffd Mon Sep 17 00:00:00 2001 From: ming qiu Date: Wed, 10 Aug 2022 16:46:17 +0800 Subject: [PATCH 2/2] Amend changelogs for v1.9.1 Signed-off-by: ming qiu --- changelogs/CHANGELOG-1.9.md | 2 ++ changelogs/unreleased/5186-jxun | 1 - changelogs/unreleased/5189-jxun | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 changelogs/unreleased/5186-jxun delete mode 100644 changelogs/unreleased/5189-jxun 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