forked from pool/velero
Accepting request 1158690 from home:ojkastl_buildservice:Branch_devel_kubic
update to 1.13.1 OBS-URL: https://build.opensuse.org/request/show/1158690 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/velero?expand=0&rev=42
This commit is contained in:
parent
834189b224
commit
d1f68c5bae
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.13.0</param>
|
||||
<param name="revision">v1.13.1</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">76670e940c52880a18dbbc59e3cbee7b94cd3352</param></service></servicedata>
|
||||
<param name="changesrevision">ea5a89f83b89b2cb7a27f54148683c1ee8d57a37</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2de1ef61f849026f25de80eee2109c05393ad72c7ef7dbde63f49acdc89ce02
|
||||
size 31599931
|
3
velero-1.13.1.tar.gz
Normal file
3
velero-1.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e82bd34cd40d7db157b4f51515a2c74dcf3d6ccc896b1e09a19bf9b9a8efd00
|
||||
size 31825335
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 17 09:10:32 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 1.13.1:
|
||||
* Generate the changelog for release 1.13.1
|
||||
* Modify the label used by the restore CLI to filter the PVR.
|
||||
* Adjust the logic for the backup_last_status metrics to stop
|
||||
incorrectly incrementing over time
|
||||
* bump up upgrade path to 1.13
|
||||
* issue 7308: change the data path requeue time to 5 second
|
||||
* Don't return error when no credential file found
|
||||
* Fix the `velero repo get` nil pointer issue.
|
||||
* BackupRepositories associated with a BSL are invalidated when
|
||||
BSL is (re-)created. (#7380)
|
||||
* Add `ParallelFilesUpload` for schedule creation.
|
||||
* Fix server start failure when no default BSL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 17:38:32 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: velero
|
||||
Version: 1.13.0
|
||||
Version: 1.13.1
|
||||
Release: 0
|
||||
Summary: Backup program with deduplication and encryption
|
||||
License: Apache-2.0
|
||||
Group: Productivity/Archiving/Backup
|
||||
URL: https://velero.io
|
||||
Source0: https://github.com/vmware-tanzu/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: golang(API) = 1.21
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:899a9bb6b67af6e13be7aef6f55ad2ef619c3f5a9d11aacc1cffcf5ae75faeee
|
||||
size 14719577
|
||||
oid sha256:041747c9de7274d71495186a4d3f6b4bdfeb6a0f57d523fbbd269e7e2e1a28a4
|
||||
size 14719292
|
||||
|
Loading…
Reference in New Issue
Block a user