forked from pool/velero
Accepting request 1112964 from home:ojkastl_buildservice:Branch_devel_kubic
update to 1.12.0 OBS-URL: https://build.opensuse.org/request/show/1112964 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/velero?expand=0&rev=32
This commit is contained in:
parent
66103823be
commit
317c6b6cb8
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v1.11.1</param>
|
||||
<param name="revision">v1.12.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/vmware-tanzu/velero</param>
|
||||
<param name="changesrevision">bdbe7eb242b0f64d5b04a7fea86d1edbb3a3587c</param></service></servicedata>
|
||||
<param name="changesrevision">7112c62e493b0f7570f0e7cd2088f8cad968db99</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bc67f1277b60a4acf7a6beb0cc483a1d31643b0745624ad2f76fa3f0235988b
|
||||
size 23650268
|
3
velero-1.12.0.tar.gz
Normal file
3
velero-1.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc8579c6938e803fd74bcf8e463a61b1f22971ad4f2b2be25d55bd05486ce1da
|
||||
size 29707504
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 22 08:29:04 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 1.12.0:
|
||||
very big changelog, please find it here:
|
||||
https://github.com/vmware-tanzu/velero/releases/tag/v1.12.0
|
||||
|
||||
* Breaking changes
|
||||
- Prior to v1.12, the parameter uploader-type for Velero
|
||||
installation had a default value of "restic". However,
|
||||
starting from this version, the default value has been
|
||||
changed to "kopia". This means that Velero will now use Kopia
|
||||
as the default path for file system backup.
|
||||
- The ways of setting CSI snapshot time have changed in v1.12.
|
||||
First, the sync waiting time for creating a snapshot handle
|
||||
in the CSI plugin is changed from the fixed 10 minutes into
|
||||
backup.Spec.CSISnapshotTimeout. The second, the async waiting
|
||||
time for VolumeSnapshot and VolumeSnapshotContent's status
|
||||
turning into ReadyToUse in operation uses the operation's
|
||||
timeout. The default value is 4 hours.
|
||||
- As from Velero helm chart v4.0.0, it supports multiple BSL
|
||||
and VSL, and the BSL and VSL have changed from the map into a
|
||||
slice, and this breaking change is not backward compatible.
|
||||
So it would be best to change the BSL and VSL configuration
|
||||
into slices before the Upgrade.
|
||||
- Prior to v1.12, deleting the Velero namespace would easily
|
||||
remove all the resources within it. However, with the
|
||||
introduction of finalizers attached to the Velero CR
|
||||
including restore, dataupload, and datadownload in this
|
||||
version, directly deleting Velero namespace may get stuck
|
||||
indefinitely because the pods responsible for handling the
|
||||
finalizers might be deleted before the resources attached to
|
||||
the finalizers. To avoid this issue, please use the command
|
||||
velero uninstall to delete all the Velero resources or ensure
|
||||
that you handle the finalizer appropriately before deleting
|
||||
the Velero namespace.
|
||||
|
||||
* Limitations/Known issues
|
||||
The Azure plugin supports Azure AD Workload identity way, but
|
||||
it only works for Velero native snapshots. It cannot support
|
||||
filesystem backup and snapshot data mover scenarios.
|
||||
|
||||
* Upgrading
|
||||
https://velero.io/docs/v1.12/upgrade-to-1.12/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 07 12:02:38 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: velero
|
||||
Version: 1.11.1
|
||||
Version: 1.12.0
|
||||
Release: 0
|
||||
Summary: Backup program with deduplication and encryption
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0115fd1671086cbefc965e4a033d84aa76b57135d58bbe76ecf5ceca1844d606
|
||||
size 12455971
|
||||
oid sha256:c7457476c58a9df7b58f19928b5d6c6e28ffe4654392624df681011dd4daeb11
|
||||
size 13426568
|
||||
|
Loading…
Reference in New Issue
Block a user