- Update to version 1.30.0:

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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=6
This commit is contained in:
James Fehlig 2021-02-25 18:51:42 +00:00 committed by Git OBS Bridge
parent 81d688e980
commit 4b692f5154
6 changed files with 40 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">containerized-data-importer</param>
<param name="revision">v1.29.0</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>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/kubevirt/containerized-data-importer</param>
<param name="changesrevision">32e27269335b08132991a9710c5d61b45a945925</param></service></servicedata>
<param name="changesrevision">9d5c6f3ad1707fd0a59d1f3d102467484bdf15e5</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08503a0e5cb547ddb5734789c107b58acb4be8122bf461f956b78add96eead07
size 162058228

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:258b61049ddcc49a8c7032bbe78653511f564d5c214c3cdf1b816df0258848e8
size 198438325

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Wed Feb 24 23:21:52 UTC 2021 - jfehlig@suse.com
- Update to version 1.30.0:
* Release to quay.io instead of docker (#1635)
* Preallocation test did not run all scenarios (#1625)
* Add diagnostic to flake test (#1626)
* VDDK: avoid crash when specified disk isn't in VM. (#1639)
* rename importController to uploadController in the upload-controller.go file (#1632)
* Simplify shouldReconcile function arguments. (#1602)
* Increase polling interval for upload annotation test (#1630)
* Remove note about VDDK 7 restriction. (#1631)
* Remove OLM integration code not removed in #982 (#1624)
* Fix typos in doc/datavolumes.md (#1621)
* Support cloning from Filesystem to Block and vice-versa (#1597)
* Add error to DV when VDDK configmap is missing. (#1627)
* Add focus for destructive tests. (#1614)
* Wait for clone to succeed before checking MD5. (#1601)
* doc: update url in doc/datavolumes.md. (#1609)
* Enable tests for featuregates (#1600)
* Make string we are checking for less specific to allow it pass for other platforms. (#1580)
* Validate image fits in filesystem in a lot more cases. take filesystem overhead into account when resizing. (#1466)
* Try to use the CDIConfig proxy URL if it is set, if not use port-forward (#1598)
* Update kubevirtci (#1579)
* Replaced file copying code with an existing utility function. (#1585)
* Global preallocation setting is not taken into account correctly. (#1565)
* Retry finding the pods for looking up the annotations. (#1583)
* Make DeletePodByName always wait for the pod to stop existing. (#1584)
* When cleaning up NFS disks, recursively delete their contents. (#1576)
* Typedef for preallocation status (#1568)
* Add Data Volume annotations documentation (#1582)
* core: Preallocate blank block volumes (#1559)
* Skip test 2555 if running on openshift (#1572)
-------------------------------------------------------------------
Tue Jan 26 16:25:34 UTC 2021 - jfehlig@suse.com

View File

@ -17,7 +17,7 @@
Name: containerized-data-importer
Version: 1.29.0
Version: 1.30.0
Release: 0
Summary: Container native virtualization
License: Apache-2.0