SHA256
1
0
forked from pool/velero

Accepting request 863658 from home:jenting:branches:devel:kubic

- Update to version 1.5.3:
  * Add changelog for v1.5.3
  * Increased limit for Velero pod to 512M.  Fixes #3234
  * 🐛 BSLs with validation disabled should be validated at least once (#3084)
  * Don't fail backup deletion if downloading tarball fails (#2993)
  * 🐛 Do not run ItemAction plugins for unresolvable types for all types (#3059)
  * 🐛 Use namespace and name to match PVB to Pod restore (#3051)
  * Adding fix for restic init container index on restores. (#3011)
  * v1.5.2 changelogs and cherry-picks (#3023)
  * Add changelog and docs for v1.5 release (#2941)
  * Spruce up release instructions and release scripts (#2931)

OBS-URL: https://build.opensuse.org/request/show/863658
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/velero?expand=0&rev=12
This commit is contained in:
Richard Brown
2021-01-18 15:30:37 +00:00
committed by Git OBS Bridge
parent fe6ef6428e
commit d7abc274d5
7 changed files with 40 additions and 8 deletions

View File

@@ -1,4 +1,17 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/vmware-tanzu/velero</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v1.5.3</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">velero-*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">velero</param>
</service>