SHA256
1
0
forked from pool/velero

Accepting request 847374 from home:jenting:branches:devel:kubic

- Update to version v1.5.2
  - 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). This fixes CVE-2020-3996.

OBS-URL: https://build.opensuse.org/request/show/847374
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/velero?expand=0&rev=10
This commit is contained in:
Richard Brown
2020-11-13 14:20:13 +00:00
committed by Git OBS Bridge
parent 4b3ccc3b1f
commit fe6ef6428e
5 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Nov 10 02:49:25 UTC 2020 - jenting hsiao <jenting.hsiao@suse.com>
- Update to version v1.5.2
- 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). This fixes CVE-2020-3996.
-------------------------------------------------------------------
Wed Oct 14 10:12:25 UTC 2020 - Jan Engelhardt <jengelh@inai.de>