James Fehlig 4b692f5154 - Update to version 1.30.0:
* Release to quay.io instead of docker ()
  * Preallocation test did not run all scenarios ()
  * Add diagnostic to flake test ()
  * VDDK: avoid crash when specified disk isn't in VM. ()
  * rename importController to uploadController in the upload-controller.go file ()
  * Simplify shouldReconcile function arguments. ()
  * Increase polling interval for upload annotation test ()
  * Remove note about VDDK 7 restriction. ()
  * Remove OLM integration code not removed in  ()
  * Fix typos in doc/datavolumes.md ()
  * Support cloning from Filesystem to Block and vice-versa ()
  * Add error to DV when VDDK configmap is missing. ()
  * Add focus for destructive tests. ()
  * Wait for clone to succeed before checking MD5. ()
  * doc: update url in doc/datavolumes.md. ()
  * Enable tests for featuregates ()
  * Make string we are checking for less specific to allow it pass for other platforms. ()
  * Validate image fits in filesystem in a lot more cases. take filesystem overhead into account when resizing. ()
  * Try to use the CDIConfig proxy URL if it is set, if not use port-forward ()
  * Update kubevirtci ()
  * Replaced file copying code with an existing utility function. ()
  * Global preallocation setting is not taken into account correctly. ()
  * Retry finding the pods for looking up the annotations. ()
  * Make DeletePodByName always wait for the pod to stop existing. ()
  * When cleaning up NFS disks, recursively delete their contents. ()
  * Typedef for preallocation status ()
  * Add Data Volume annotations documentation ()
  * core: Preallocate blank block volumes ()
  * Skip test 2555 if running on openshift ()

OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=6
2021-02-25 18:51:42 +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.30.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>