containerized-data-importer/_service
James Fehlig eb0b596cee - Update to version 1.24.0:
* add system:authorized to groups checked for clone auth (#1415)
  * Fixing CDIStatus generate-verify issues (#1412)
  * Reserve overhead when validating that a Filesystem has enough space (#1319)
  * Test behavior after client-side upload failure. (#1404)
  * Removed hard coded registry:5000 for vddk datasource test. (#1402)
  * Add library function to determine if a PVC has been populated fully. (#1400)
  * Remove dependency update when building the OR CI build image (#1386)
  * Add test_id for the test cases (#1398)
  * Fix incorrect region parsing from aws s3 endpoint (#1395)
  * Add functional test for cloning if source NS has enought quota and (#1387)

- Initial attempt at packaging CDI

OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=1
2020-10-26 17:58:13 +00:00

19 lines
759 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="filename">containerized-data-importer</param>
<param name="revision">v1.24.0</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/kubevirt/containerized-data-importer</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>