Accepting request 1233933 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1233933 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/velero?expand=0&rev=29
This commit is contained in:
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/vmware-tanzu/velero</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.15.0</param>
|
||||
<param name="revision">v1.15.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/vmware-tanzu/velero</param>
|
||||
<param name="changesrevision">1d4f1475975b5107ec35f4d19ff17f7d1fcb3edf</param></service></servicedata>
|
||||
<param name="changesrevision">32499fc287815058802c1bc46ef620799cca7392</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87bfb63e625db6fec559050098e0001f2ccc523f1274671ad7b26a7330b5487b
|
||||
size 55509518
|
3
velero-1.15.1.obscpio
Normal file
3
velero-1.15.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91b7ff65a3f566e06056b57edfcd635f366d45e5d491722bfb998db701be58df
|
||||
size 55556110
|
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 27 12:05:27 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 1.15.1:
|
||||
* Skip the deprecation message for the dry-run install CLI JSON
|
||||
* output.
|
||||
* Bug fix: increase the WaitGroup counter before start the
|
||||
* goroutine
|
||||
* Pin the version of Golang and base image for v1.15.1
|
||||
* Modify the Init logic to fix the migration case error.
|
||||
* hide restic deprecation warning for install with crd-only
|
||||
* Refactor the migration cases.
|
||||
* Modify the schedule cases.
|
||||
* Modify the StorageClass install and delete code.
|
||||
* 1.15.1 change-log
|
||||
* Modify upgrade and migration cases.
|
||||
* Modify other cases to support VKS environment.
|
||||
* E2E supports VKS data mover environment.
|
||||
* Make change to support VKS environment.
|
||||
* Bump the golang.org/x/crypto for Restic to fix CVE-2024-45337.
|
||||
* Bump the golang.org/x/net for Velero and Restic to fix
|
||||
* CVE-2024-45338.
|
||||
* Bump golang.org/x/crypto to v0.31.0 to fix CVEs.
|
||||
* Fix backup post hook issue
|
||||
* add diagnostic for data mover exposer
|
||||
* add diagnostic for data mover exposer
|
||||
* add diagnostic for data mover exposer
|
||||
* Set hinting region to use for GetBucketRegion() in
|
||||
* pkg/repository/config/aws.go
|
||||
* check existence of the same label from node-agent
|
||||
* issue 8433: add ask label to data mover pods
|
||||
* fix prepare timeout issue
|
||||
* Add SecurityContext to restore-helper
|
||||
* Reduces go.mod minimum go to patch 1.22.0
|
||||
* Add nil check for updating DataUpload VolumeInfo in finalizing
|
||||
* phase.
|
||||
* issue 8391: check ErrCancelled from suffix
|
||||
* issue 8394: move closeDataPath outside callbacks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 06:24:04 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: velero
|
||||
version: 1.15.0
|
||||
mtime: 1730086408
|
||||
commit: 1d4f1475975b5107ec35f4d19ff17f7d1fcb3edf
|
||||
version: 1.15.1
|
||||
mtime: 1734949311
|
||||
commit: 32499fc287815058802c1bc46ef620799cca7392
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: velero
|
||||
Version: 1.15.0
|
||||
Version: 1.15.1
|
||||
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:0a3a9cac026bed85d52e415ba3e9b41d9f75ef1cc15e9b0ab465305d7011af6e
|
||||
size 15419451
|
||||
oid sha256:b4c9e69db732723adf33b35dce839f42c127985851091c367028d1e2900d3215
|
||||
size 15984268
|
||||
|
Reference in New Issue
Block a user