forked from pool/velero
Accepting request 1129007 from home:ojkastl_buildservice:Branch_devel_kubic
update to 1.12.2 OBS-URL: https://build.opensuse.org/request/show/1129007 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/velero?expand=0&rev=36
This commit is contained in:
parent
1f2fa76a90
commit
c3263c1590
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.12.1</param>
|
||||
<param name="revision">v1.12.2</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">5c4fdfe147357ec7b908339f4516cd96d6b97c61</param></service></servicedata>
|
||||
<param name="changesrevision">06d12dec4030703cb46b2699ca434cdabd9edbb0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6190a8ea4c4abe71be5cc8f4de645ba1dc17554b8e368b8f30f8fbada43f54f9
|
||||
size 29717392
|
3
velero-1.12.2.tar.gz
Normal file
3
velero-1.12.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c79524f9f0c7fc4f6b70a0d001e6f31b9b5227577e65edeb2a1e581df262938c
|
||||
size 29731301
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 05:39:11 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 1.12.2:
|
||||
* RM support for Escaped bool, float, null (#7118) (#7131)
|
||||
* Add v1.12.2 changelog
|
||||
* revert test changes
|
||||
* `make update`
|
||||
* update changelog to reflect removed waits
|
||||
* CSIFeatureFlag enable check
|
||||
* remove waiting during finalize
|
||||
* skip this if SnapshotMoveData
|
||||
* refactor backup snapshot status updates into
|
||||
UpdateBackupSnapshotsStatus() and run in
|
||||
backup_finalizer_controller
|
||||
* Add PatchResource unit test for backup status
|
||||
* Issue 7068: add a finalizer to protect retained VSC
|
||||
* Bump up Velero base image to latest patch release
|
||||
* update changelog
|
||||
* Merge pull request #6917 from 27149chen/rm-improvement
|
||||
* Fix node-agent missing metrics-addr parms to define the server
|
||||
start.
|
||||
* issue 7094: fallback to full backup if previous snapshot is not
|
||||
found
|
||||
* Add DataUpload Result and CSI VolumeSnapshot check for restore
|
||||
PV.
|
||||
* Truncate the credential file to avoid the change of secret
|
||||
content messing it up
|
||||
* issue 7027: backup exposer -- don't assume first volume as the
|
||||
backup volume
|
||||
* restore: Use warning when Create IsAlreadyExist and Get error
|
||||
(#7004)
|
||||
* Read information from the credential specified by BSL
|
||||
* Make configmapref check case insensitive (#6804) (#7023)
|
||||
* Fix issue 6913
|
||||
* CVE-2023-44487 gRPC-Go HTTP/2 Rapid Reset vulnerability
|
||||
* Update testbed matrix for v1.12.1
|
||||
* kopia/repository/config/aws.go: Set session.Options profile
|
||||
from config
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 25 04:38:44 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: velero
|
||||
Version: 1.12.1
|
||||
Version: 1.12.2
|
||||
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:58c5c54a4c8ec3833e854891279aa66744018d5d48866b660270010eae9ebde3
|
||||
size 13684452
|
||||
oid sha256:cb8ca749f1002eb9fa991b39bd09e877a41b8255b5ed0d67ac345d24021f0056
|
||||
size 13687739
|
||||
|
Loading…
x
Reference in New Issue
Block a user