forked from pool/velero
Accepting request 1121125 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1121125 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/velero?expand=0&rev=19
This commit is contained in:
commit
3f07e446c9
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.0</param>
|
||||
<param name="revision">v1.12.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">7112c62e493b0f7570f0e7cd2088f8cad968db99</param></service></servicedata>
|
||||
<param name="changesrevision">5c4fdfe147357ec7b908339f4516cd96d6b97c61</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc8579c6938e803fd74bcf8e463a61b1f22971ad4f2b2be25d55bd05486ce1da
|
||||
size 29707504
|
3
velero-1.12.1.tar.gz
Normal file
3
velero-1.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6190a8ea4c4abe71be5cc8f4de645ba1dc17554b8e368b8f30f8fbada43f54f9
|
||||
size 29717392
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 25 04:38:44 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 1.12.1:
|
||||
* Change v1.12.1 changelog
|
||||
* udmrepo use region specified in BSL when s3URL is empty
|
||||
* Make Windows build skip BlockMode code.
|
||||
* Add v1.12.1 changelog
|
||||
* Import auth provider plugins
|
||||
* issue #6807: Retry failed create when using generateName
|
||||
* Fix CVE-2023-39325.
|
||||
* Perf improvements for existing resource restore
|
||||
* fix issue 6647
|
||||
* Add doc links for new features to release note
|
||||
* issue 6734: spread backup pod evenly
|
||||
* Replace the base image with paketobuildpacks image
|
||||
* [Cherry-pick v1.12]Keep the logs info ns/name is the same with
|
||||
other modules.
|
||||
* Code clean for backup cmd client. (#6750)
|
||||
* Add support for block volumes (#6680) (#6897)
|
||||
* Remove legacy label version check, to be added back when
|
||||
version is known
|
||||
* changelog
|
||||
* Handle 1.27 k8s job label changes
|
||||
* Fix some wrong logs and code clean.
|
||||
* Add go clean in Dockerfile and action. (#6896)
|
||||
* code clean for repository (#6768)
|
||||
* issue 6880: set ParallelUploadAboveSize as MaxInt64
|
||||
* Rename the changelog
|
||||
* Add 'orLabelSelector' for backup, restore command
|
||||
* issue: move plugin depdending podvolume functions to util pkg
|
||||
* issue 6786:always delete VSC regardless of the deletion policy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 22 08:29:04 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: velero
|
||||
Version: 1.12.0
|
||||
Version: 1.12.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:c7457476c58a9df7b58f19928b5d6c6e28ffe4654392624df681011dd4daeb11
|
||||
size 13426568
|
||||
oid sha256:58c5c54a4c8ec3833e854891279aa66744018d5d48866b660270010eae9ebde3
|
||||
size 13684452
|
||||
|
Loading…
x
Reference in New Issue
Block a user