Accepting request 1034556 from home:amanzini:branches:devel:kubic
- Update to version 1.9.2: * Add annotation "pv.kubernetes.io/migrated-to" for CSI checking. * Fix CVE-2022-1962 by bumping up golang version to 1.17.13 * Improvement to the CSI plugin in plugin v0.3.0 * Skip registering "crd-remap-version" plugin when feature flag "EnableAPIGroupVersions" is set * Refactored the controllers using Kubebuilder v3 * Optionally restore status on selected resources The restoreStatus option has been added to the CLI and Restore spec to enable you to control the group of resources whose status will be restored. * ExistingResourcePolicy in the restore API * Upgrade integrated Restic version and add skip TLS validation in Restic command Breaking changes With bumping up the API to v1 in CSI plugin, the v0.3.0 CSI plugin will only work for Kubernetes v1.20+. Upgrading: https://velero.io/docs/v1.9/upgrade-to-1.9/ OBS-URL: https://build.opensuse.org/request/show/1034556 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/velero?expand=0&rev=28
This commit is contained in:
parent
0bfef0fb00
commit
c4a209dff4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:675034d30d3539f9292ca5896e28df6159cdf1c6436d806795a79c61bfe37cd7
|
||||
size 15901375
|
3
velero-1.9.2.tar.gz
Normal file
3
velero-1.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad910f18ad4a5e7d5c5c21e7d631885e109f49d9c03553628a4592998c54408e
|
||||
size 19199850
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 14:13:25 UTC 2022 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to version 1.9.2:
|
||||
* Add annotation "pv.kubernetes.io/migrated-to" for CSI checking.
|
||||
* Fix CVE-2022-1962 by bumping up golang version to 1.17.13
|
||||
* Improvement to the CSI plugin in plugin v0.3.0
|
||||
* Skip registering "crd-remap-version" plugin when feature flag "EnableAPIGroupVersions" is set
|
||||
* Refactored the controllers using Kubebuilder v3
|
||||
* Optionally restore status on selected resources
|
||||
The restoreStatus option has been added to the CLI and Restore spec to enable
|
||||
you to control the group of resources whose status will be restored.
|
||||
* ExistingResourcePolicy in the restore API
|
||||
* Upgrade integrated Restic version and add skip TLS validation in Restic command
|
||||
|
||||
Breaking changes
|
||||
With bumping up the API to v1 in CSI plugin, the v0.3.0 CSI plugin will only work for Kubernetes v1.20+.
|
||||
|
||||
Upgrading:
|
||||
https://velero.io/docs/v1.9/upgrade-to-1.9/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 13:42:20 UTC 2022 - jenting.hsiao@suse.com
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define gitstate clean
|
||||
|
||||
Name: velero
|
||||
Version: 1.8.1
|
||||
Version: 1.9.2
|
||||
Release: 0
|
||||
Summary: Backup program with deduplication and encryption
|
||||
License: Apache-2.0
|
||||
@ -30,7 +30,7 @@ URL: https://velero.io
|
||||
Source0: https://github.com/vmware-tanzu/velero/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: golang(API) = 1.16
|
||||
BuildRequires: golang(API) = 1.17
|
||||
|
||||
%description
|
||||
velero is a backup program. It supports verification, encryption,
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4a88e1abea48f62f86f2bf12929116318ef0bdd806f8acac2b880f565770db6
|
||||
size 8897788
|
||||
oid sha256:6089d7c7da8da0e6aedc28bbd8a9a9a2c9add6ed7d73b4db68325ab06fb9ae22
|
||||
size 10628959
|
||||
|
Loading…
x
Reference in New Issue
Block a user