forked from pool/velero
- 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
21 lines
725 B
Plaintext
21 lines
725 B
Plaintext
<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>
|
|
<service name="go_modules" mode="disabled">
|
|
</service>
|
|
</services>
|