diff --git a/changelogs/CHANGELOG-1.9.md b/changelogs/CHANGELOG-1.9.md index 22253e066..708d4354c 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 ade00f2a9..000000000 --- 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 ec8dc473e..000000000 --- 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 959ecf73d..000000000 --- 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 c33f179b3..000000000 --- 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 fa57d3d30..000000000 --- a/changelogs/unreleased/5175-qiuming-best +++ /dev/null @@ -1 +0,0 @@ -Fix restic backups to multiple backup storage locations bug