Commit 456eb196 authored by Nolan Brubaker's avatar Nolan Brubaker
Browse files

Changelogs for v1.5.2

Signed-off-by: default avatarNolan Brubaker <brubakern@vmware.com>
parent bd6a4d49
Showing with 21 additions and 4 deletions
+21 -4
## 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)
cli: allow creating multiple instances of Velero across two different namespaces
\ No newline at end of file
Restore CRD Resource name to fix CRD wait functionality.
Fix BSL controller to avoid invoking init() on all BSLs regardless of ValidationFrequency
Ensure that bound PVCs and PVs remain bound on restore.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment