diff --git a/changelogs/CHANGELOG-1.5.md b/changelogs/CHANGELOG-1.5.md index 7013a85e7..324d0f810 100644 --- a/changelogs/CHANGELOG-1.5.md +++ b/changelogs/CHANGELOG-1.5.md @@ -1,3 +1,23 @@ +## v1.5.2 +### 2020-10-20 +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.5.2 + +### Container Image +`velero/velero:v1.5.2` + +### Documentation +https://velero.io/docs/v1.5/ + +### Upgrading +https://velero.io/docs/v1.5/upgrade-to-1.5/ + +### All Changes + * Fix BSL controller to avoid invoking init() on all BSLs regardless of ValidationFrequency (#2992, @betta1) + * cli: allow creating multiple instances of Velero across two different namespaces (#2886, @alaypatel07) + * Restore CRD Resource name to fix CRD wait functionality. (#2949, @sseago) + * Ensure that bound PVCs and PVs remain bound on restore. (#3007, @nrb) + ## v1.5.1 ### 2020-09-16 @@ -80,3 +100,4 @@ Displays the Timestamps when issued a print or describe (#2748, @thejasbabu) * when creating new backup from schedule from cli, allow backup name to be automatically generated (#2569, @cblecker) * Convert manifests + BSL api client to kubebuilder (#2561, @carlisia) * backup/restore: reinstantiate backup store just before uploading artifacts to ensure credentials are up-to-date (#2550, @skriss) + diff --git a/changelogs/unreleased/2886-alaypatel07 b/changelogs/unreleased/2886-alaypatel07 deleted file mode 100644 index 8eb9705f8..000000000 --- a/changelogs/unreleased/2886-alaypatel07 +++ /dev/null @@ -1 +0,0 @@ -cli: allow creating multiple instances of Velero across two different namespaces \ No newline at end of file diff --git a/changelogs/unreleased/2949-sseago b/changelogs/unreleased/2949-sseago deleted file mode 100644 index 9f71b6879..000000000 --- a/changelogs/unreleased/2949-sseago +++ /dev/null @@ -1 +0,0 @@ -Restore CRD Resource name to fix CRD wait functionality. diff --git a/changelogs/unreleased/2992-betta1 b/changelogs/unreleased/2992-betta1 deleted file mode 100644 index e0e34fca1..000000000 --- a/changelogs/unreleased/2992-betta1 +++ /dev/null @@ -1 +0,0 @@ -Fix BSL controller to avoid invoking init() on all BSLs regardless of ValidationFrequency diff --git a/changelogs/unreleased/3007-nrb b/changelogs/unreleased/3007-nrb deleted file mode 100644 index 72f4782b4..000000000 --- a/changelogs/unreleased/3007-nrb +++ /dev/null @@ -1 +0,0 @@ -Ensure that bound PVCs and PVs remain bound on restore.