forked from pool/containerized-data-importer
- Update to version 1.25.0:
* Update builder image to add libnbd (#1452) * Add make targets cluster-sync-cdi & cluster-sync-test-infra (#1451) * Add library function to determine if a PVC is waiting for first consu… (#1442) * Add test_ids for the tests (#1441) * Retry upload in case upload pod wasn't 100% ready when attempting upload (#1440) * add finalizer to target PVC before creating clone source pod (#1429) * Make CDI infra deployments as critical addons. (#1361) * Fix cloning checking fsGroup test in case of use with OCS. (#1435) * Fix types.go vs code schema verification to actually fail if they are different. (#1428) * Add files used in OpenShift CI. (#1416) * Retry upload in case upload pod wasn't 100% ready when attempting upload (#1437) * Check for expected changes after CDI upgrade (#1417) * Files in tar archives can have paths relative to ./ (#1432) * Attempt to schedula clone sourc/target pods on same node (#1426) * Touch ups for filesystem overhead test cases (#1427) * Fix imports for images with no info about MediaType. (#1413) * Fix size mismatch between source and target in smart clone tests. Ceph no longer (#1421) * use snappy compression for cloning instead of gzip (#1419) * Update to k8s.io/klog/v2, used by kubernetes 1.19 (#1409) OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=2
This commit is contained in:
parent
eb0b596cee
commit
391d2639d7
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="filename">containerized-data-importer</param>
|
||||
<param name="revision">v1.24.0</param>
|
||||
<param name="revision">v1.25.0</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://github.com/kubevirt/containerized-data-importer</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/kubevirt/containerized-data-importer</param>
|
||||
<param name="changesrevision">677a71f03f57dded2300bd06b3f8b7982e052416</param></service></servicedata>
|
||||
<param name="changesrevision">0d792dc7631f404d5646d3f8a75b2e7133821372</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ebea05c20f59a5059414c88d1fdd25a5713b58b322b3859880c469fae4d8115
|
||||
size 161962859
|
3
containerized-data-importer-1.25.0.tar.gz
Normal file
3
containerized-data-importer-1.25.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58ca8e20eb96fcea87563d01f41b82fea0b2cf5d54937e492c83e78cc02085bf
|
||||
size 161992015
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 26 19:37:49 UTC 2020 - jfehlig@suse.com
|
||||
|
||||
- Update to version 1.25.0:
|
||||
* Update builder image to add libnbd (#1452)
|
||||
* Add make targets cluster-sync-cdi & cluster-sync-test-infra (#1451)
|
||||
* Add library function to determine if a PVC is waiting for first consu… (#1442)
|
||||
* Add test_ids for the tests (#1441)
|
||||
* Retry upload in case upload pod wasn't 100% ready when attempting upload (#1440)
|
||||
* add finalizer to target PVC before creating clone source pod (#1429)
|
||||
* Make CDI infra deployments as critical addons. (#1361)
|
||||
* Fix cloning checking fsGroup test in case of use with OCS. (#1435)
|
||||
* Fix types.go vs code schema verification to actually fail if they are different. (#1428)
|
||||
* Add files used in OpenShift CI. (#1416)
|
||||
* Retry upload in case upload pod wasn't 100% ready when attempting upload (#1437)
|
||||
* Check for expected changes after CDI upgrade (#1417)
|
||||
* Files in tar archives can have paths relative to ./ (#1432)
|
||||
* Attempt to schedula clone sourc/target pods on same node (#1426)
|
||||
* Touch ups for filesystem overhead test cases (#1427)
|
||||
* Fix imports for images with no info about MediaType. (#1413)
|
||||
* Fix size mismatch between source and target in smart clone tests. Ceph no longer (#1421)
|
||||
* use snappy compression for cloning instead of gzip (#1419)
|
||||
* Update to k8s.io/klog/v2, used by kubernetes 1.19 (#1409)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 23 15:35:12 UTC 2020 - jfehlig@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: containerized-data-importer
|
||||
Version: 1.24.0
|
||||
Version: 1.25.0
|
||||
Release: 0
|
||||
Summary: Container native virtualization
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user