- Update to version 0.2.0: * Update the documents for the release 0.2.0 * Change the base image to distroless (#92) * Update dependencies (#90) * Update reviewers (#91) * Only remove annotations related to PV binding (#89) * remove ashish-amarnath from maintainers * Update auto assign of reviewers * ✨ ⚠️ DeleteItemAction for volumesnapshots and volumesnapshotcontents * add changelog for PR 82 * Add jenting as reviewer (#83) * Only publish the container image from the root repo * Update to latest covenant coc (#80) * Allow cross-namespace restore of PVC's with CSI volumes * Update README with new issue filing process * Add Dave Smith-Uchida (#79) * Add tilt settings (#78) * Added warning about CSI snapshot durability to README (#76) * Add changelog scripts and make target OBS-URL: https://build.opensuse.org/request/show/922491 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/velero-plugin-for-csi?expand=0&rev=2
21 lines
769 B
Plaintext
21 lines
769 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/vmware-tanzu/velero-plugin-for-csi</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">v0.2.0</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">velero-plugin-for-csi*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">velero-plugin-for-csi</param>
|
|
</service>
|
|
<service name="go_modules" mode="disabled">
|
|
</service>
|
|
</services>
|