From 4b692f51543e397b51df2f24f136fef9ea78eb52caa1cbe8d85bf0618cf6ad3e Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Thu, 25 Feb 2021 18:51:42 +0000 Subject: [PATCH] - 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 --- _service | 2 +- _servicedata | 2 +- containerized-data-importer-1.29.0.tar.gz | 3 -- containerized-data-importer-1.30.0.tar.gz | 3 ++ containerized-data-importer.changes | 34 +++++++++++++++++++++++ containerized-data-importer.spec | 2 +- 6 files changed, 40 insertions(+), 6 deletions(-) delete mode 100644 containerized-data-importer-1.29.0.tar.gz create mode 100644 containerized-data-importer-1.30.0.tar.gz diff --git a/_service b/_service index 9000306..357e60e 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ containerized-data-importer - v1.29.0 + v1.30.0 git disable https://github.com/kubevirt/containerized-data-importer diff --git a/_servicedata b/_servicedata index 3458b6a..3f6b199 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/kubevirt/containerized-data-importer - 32e27269335b08132991a9710c5d61b45a945925 \ No newline at end of file + 9d5c6f3ad1707fd0a59d1f3d102467484bdf15e5 \ No newline at end of file diff --git a/containerized-data-importer-1.29.0.tar.gz b/containerized-data-importer-1.29.0.tar.gz deleted file mode 100644 index b63b4ad..0000000 --- a/containerized-data-importer-1.29.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08503a0e5cb547ddb5734789c107b58acb4be8122bf461f956b78add96eead07 -size 162058228 diff --git a/containerized-data-importer-1.30.0.tar.gz b/containerized-data-importer-1.30.0.tar.gz new file mode 100644 index 0000000..b3001fb --- /dev/null +++ b/containerized-data-importer-1.30.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258b61049ddcc49a8c7032bbe78653511f564d5c214c3cdf1b816df0258848e8 +size 198438325 diff --git a/containerized-data-importer.changes b/containerized-data-importer.changes index df1b014..519f442 100644 --- a/containerized-data-importer.changes +++ b/containerized-data-importer.changes @@ -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 diff --git a/containerized-data-importer.spec b/containerized-data-importer.spec index af0cc22..883cc6f 100644 --- a/containerized-data-importer.spec +++ b/containerized-data-importer.spec @@ -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