Skip to content

Releases: kubevirt/containerized-data-importer

v1.55.1

18 Nov 16:32
Compare
Choose a tag to compare

v1.55.1:
BugFix: Add cron-job sa to scc
BugFix: Adapt DataImportCron and DataSource to DV GC
BugFix: Add DataImportCron CronJobs Proxy support
BugFix: Fix SCC priority so our scc doesn't get picked for random pods

v1.55.0

16 Sep 15:15
f58723d
Compare
Choose a tag to compare

This release follows v1.54.0 and consists of 10 changes, contributed by
7 people, leading to 59 files changed, 587 insertions(+), 448 deletions(-).

The source code and selected binaries are available for download at:
https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.55.0.

Pre-built CDI containers are published on Quay.io and can be viewed at:
https://quay.io/repository/kubevirt/cdi-controller/
https://quay.io/repository/kubevirt/cdi-importer/
https://quay.io/repository/kubevirt/cdi-cloner/
https://quay.io/repository/kubevirt/cdi-uploadproxy/
https://quay.io/repository/kubevirt/cdi-apiserver/
https://quay.io/repository/kubevirt/cdi-uploadserver/
https://quay.io/repository/kubevirt/cdi-operator/

Notable changes

BugFix: (#2416 ) Garbage collect a DataVolume only if RBAC allows to update its owner finalizers
Enhancement: (#2410 ) Support Restricted PSA for worker pods
Enhancement: (#2421 ) Enable DataVolume garbage collection by default

Contributors

7 people contributed to this release:

     2	Arnon Gilboa <agilboa@redhat.com>
     2	Maya Rashish <mrashish@redhat.com>
     2	kubevirt-bot <kubevirtbot@redhat.com>
     1	Bartosz Rybacki <brybacki@redhat.com>
     1	Matthew Arnold <5075485+mrnold@users.noreply.github.com>
     1	Michael Henriksen <mhenriks@redhat.com>
     1	akalenyu <51477153+akalenyu@users.noreply.github.com>

Additional Resources

v1.54.0

26 Aug 16:22
9a839ae
Compare
Choose a tag to compare

This release follows v1.53.0 and consists of 11 changes, contributed by
7 people, leading to 25 files changed, 368 insertions(+), 131 deletions(-).

The source code and selected binaries are available for download at:
https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.54.0.

Pre-built CDI containers are published on Quay.io and can be viewed at:
https://quay.io/repository/kubevirt/cdi-controller/
https://quay.io/repository/kubevirt/cdi-importer/
https://quay.io/repository/kubevirt/cdi-cloner/
https://quay.io/repository/kubevirt/cdi-uploadproxy/
https://quay.io/repository/kubevirt/cdi-apiserver/
https://quay.io/repository/kubevirt/cdi-uploadserver/
https://quay.io/repository/kubevirt/cdi-operator/

Notable changes

BugFix (#2391): Pass annotations from DV to PVC when smart cloning.
BugFix (#2375): Fix clone datavolume with populated target PVC without source
BugFix (#2382): Allow DataSourceStatus.source to be empty
BugFix (#2409): Always set correct content-type on PVCs associated with DataVolumes

Contributors

7 people contributed to this release:

     3      Arnon Gilboa <agilboa@redhat.com>
     2      Shelly Kagan <78472213+ShellyKa13@users.noreply.github.com>
     2      akalenyu <51477153+akalenyu@users.noreply.github.com>
     1      Andrei Kvapil <kvapss@gmail.com>
     1      Longchuanzheng <49519342+Longchuanzheng@users.noreply.github.com>
     1      Mor Cohen <morcohen1201@gmail.com>
     1      kubevirt-bot <kubevirtbot@redhat.com>

Additional Resources

v1.43.3

26 Aug 16:14
Compare
Choose a tag to compare

v1.43.3:
BugFix: Do not factor fs overhead into available space during validation (#2198)
BugFix: Reconcile DVs waiting for default SC (#2206)
BugFix: Fix interaction between multi-stage import and retainAfterCompletion. (#2214)
BugFix: Delete erroneous DVs on DataImportCron digest update (#2220)
BugFix: Fix DataImportCron watch race (#2239)
BugFix: tighten sync between smart clone and transfer controllers (#2244)
BugFix: Expose all CDI CRDs to cluster-readers (#2246)
BugFix: Start smart clone controller from datavolume controller when needed (#2265) (#2271)
BugFix: Fix smart clone request size update (#2289)
BugFix: Improve handling prePopulated DV (#2322)
BugFix: Bugfix - Correctly handle populated PVC (#2325)

v1.53.1

17 Aug 23:54
Compare
Choose a tag to compare

v1.53.1:
BugFix: Add omitempty to DataSourceStatus.source
BugFix: Check for pvc populated before doing any clone validations and action
BugFix: Status reporting for CSI & Smart clones with WFFC storage

v1.53.0

05 Aug 19:02
b85cd73
Compare
Choose a tag to compare

This release follows v1.52.0 and consists of 12 changes, contributed by
9 people, leading to 47 files changed, 581 insertions(+), 283 deletions(-).

The source code and selected binaries are available for download at:
https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.53.0.

Pre-built CDI containers are published on Quay.io and can be viewed at:
https://quay.io/repository/kubevirt/cdi-controller/
https://quay.io/repository/kubevirt/cdi-importer/
https://quay.io/repository/kubevirt/cdi-cloner/
https://quay.io/repository/kubevirt/cdi-uploadproxy/
https://quay.io/repository/kubevirt/cdi-apiserver/
https://quay.io/repository/kubevirt/cdi-uploadserver/
https://quay.io/repository/kubevirt/cdi-operator/

Notable changes

BugFix: Update DataSource LastTransitionTime when populated source PVC is updated
BugFix: Use container image name in server as-is to support restricted security context
Enhancement: Added pxd.portworx.com provisioner and volume mode block to openstorage and portworx provisioners
BugFix: fix ocp4-moderate-routes-protected-by-tls compliance check fail for cdi-uploadproxy.
BugFix: Config controller lists routes and ingresses at cluster level instead of just in CDI namespace
BugFix: Fix failure to resize when the request image size is specified in milli- scale.
BugFix: Status reporting for CSI & Smart clones with WFFC storage

Contributors

9 people contributed to this release:

     3      akalenyu <51477153+akalenyu@users.noreply.github.com>
     2      Arnon Gilboa <agilboa@redhat.com>
     1      Maya Rashish <mrashish@redhat.com>
     1      Michael Henriksen <mhenriks@redhat.com>
     1      Oren Cohen <ocohen@redhat.com>
     1      PendaGTP <38917281+PendaGTP@users.noreply.github.com>
     1      Vasiliy Ulyanov <vulyanov@suse.de>
     1      alromeros <alromero@redhat.com>
     1      kubevirt-bot <kubevirtbot@redhat.com>

Additional Resources

v1.52.0

16 Jul 01:44
1914fdd
Compare
Choose a tag to compare

This release follows v1.51.0 and consists of 15 changes, contributed by
9 people, leading to 86 files changed, 10154 insertions(+), 803 deletions(-).

The source code and selected binaries are available for download at:
https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.52.0.

Pre-built CDI containers are published on Quay.io and can be viewed at:
https://quay.io/repository/kubevirt/cdi-controller/
https://quay.io/repository/kubevirt/cdi-importer/
https://quay.io/repository/kubevirt/cdi-cloner/
https://quay.io/repository/kubevirt/cdi-uploadproxy/
https://quay.io/repository/kubevirt/cdi-apiserver/
https://quay.io/repository/kubevirt/cdi-uploadserver/
https://quay.io/repository/kubevirt/cdi-operator/

Notable changes

BugFix: NBDKit no longer used for .gz or .xz files
Enhancement: Updated golang version to 1.18.3
Enhancement: Improve error handling when pod creation fails
BugFix: Cross namespace smart clone not cleaning up properly
Enhancement: Cluster administrators can set TLS profiles for CDI's externally-facing components
Enhancement: drop all capabilities and set priviledgeEscalation: false on pods
Enhancement: Improve testsuite code quality by splitting tests/utils.go into files with meaningful names
Bugfix: Correct validation of source size when cloning

Contributors

9 people contributed to this release:

     4      Alexander Wels <awels@redhat.com>
     3      akalenyu <51477153+akalenyu@users.noreply.github.com>
     2      kubevirt-bot <kubevirtbot@redhat.com>
     1      Arnon Gilboa <agilboa@redhat.com>
     1      Assaf Admi <90143867+assafad@users.noreply.github.com>
     1      João Vilaça <jvilaca@redhat.com>
     1      Maya Rashish <mrashish@redhat.com>
     1      Michael Henriksen <mhenriks@redhat.com>
     1      alromeros <alromero@redhat.com>

Additional Resources

v1.51.0

30 Jun 00:59
ee230ec
Compare
Choose a tag to compare

This release follows v1.50.0 and consists of 16 changes, contributed by
9 people, leading to 61 files changed, 1444 insertions(+), 408 deletions(-).

The source code and selected binaries are available for download at:
https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.51.0.

Pre-built CDI containers are published on Quay.io and can be viewed at:
https://quay.io/repository/kubevirt/cdi-controller/
https://quay.io/repository/kubevirt/cdi-importer/
https://quay.io/repository/kubevirt/cdi-cloner/
https://quay.io/repository/kubevirt/cdi-uploadproxy/
https://quay.io/repository/kubevirt/cdi-apiserver/
https://quay.io/repository/kubevirt/cdi-uploadserver/
https://quay.io/repository/kubevirt/cdi-operator/

Notable changes

BugFix: Use basic auth in nbdkit instead of passing through URL
BugFix: Fix VDDK imports failing
BugFix: Make sure smart clone controller does not create PVCs if VolumeSnapshot deleted
BugFix: Ensure that ObjectTransfer cleanup occurs
BugFix: Update DataImportCron CronJob if needed due to upgrade
BugFix: Allow creating clones without source PVC
BugFix: Correct validation of source size when cloning

Contributors

9 people contributed to this release:

     3      Arnon Gilboa <agilboa@redhat.com>
     3      Michael Henriksen <mhenriks@redhat.com>
     2      Assaf Admi <90143867+assafad@users.noreply.github.com>
     2      akalenyu <51477153+akalenyu@users.noreply.github.com>
     2      alromeros <alromero@redhat.com>
     1      Alexander Wels <awels@redhat.com>
     1      Bartosz Rybacki <brybacki@redhat.com>
     1      Matthew Arnold <5075485+mrnold@users.noreply.github.com>
     1      Maya Rashish <mrashish@redhat.com>

Additional Resources

v1.50.0

03 Jun 18:19
ed4c5bf
Compare
Choose a tag to compare

This release follows v1.49.0 and consists of 13 changes, contributed by
8 people, leading to 136 files changed, 2336 insertions(+), 4217 deletions(-).

The source code and selected binaries are available for download at:
https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.50.0.

Pre-built CDI containers are published on Quay.io and can be viewed at:
https://quay.io/repository/kubevirt/cdi-controller/
https://quay.io/repository/kubevirt/cdi-importer/
https://quay.io/repository/kubevirt/cdi-cloner/
https://quay.io/repository/kubevirt/cdi-uploadproxy/
https://quay.io/repository/kubevirt/cdi-apiserver/
https://quay.io/repository/kubevirt/cdi-uploadserver/
https://quay.io/repository/kubevirt/cdi-operator/

Notable changes

BugFix: Fix regression where the testsuite cannot be run if the importer image is built with an older base image (like centos 8)
BugFix: Fix smart clone not updating request size if already got the requested size so expansion is not required
BugFix: Modified CDICloneStrategy strings to be correct type
BugFix: Fix smart clone controller not starting if an error occurred during startup
Enhancement: Garbage Collect Completed DataVolumes
Enhancement: Make size optional when cloning using Storage API
Enhancement: Use Go 1.18.1 for the builder/Allow native builds on arm64

Contributors

8 people contributed to this release:

     3      Arnon Gilboa <agilboa@redhat.com>
     2      Alexander Wels <awels@redhat.com>
     2      Maya Rashish <mrashish@redhat.com>
     2      Shelly Kagan <78472213+ShellyKa13@users.noreply.github.com>
     1      Michael Henriksen <mhenriks@redhat.com>
     1      akalenyu <51477153+akalenyu@users.noreply.github.com>
     1      alromeros <alromero@redhat.com>
     1      kubevirt-bot <kubevirtbot@redhat.com>

Additional Resources

v1.49.0

15 May 01:11
d956589
Compare
Choose a tag to compare

This release follows v1.48.0 and consists of 11 changes, contributed by
7 people, leading to 177 files changed, 9671 insertions(+), 1026 deletions(-).

The source code and selected binaries are available for download at:
https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.49.0.

Pre-built CDI containers are published on Quay.io and can be viewed at:
https://quay.io/repository/kubevirt/cdi-controller/
https://quay.io/repository/kubevirt/cdi-importer/
https://quay.io/repository/kubevirt/cdi-cloner/
https://quay.io/repository/kubevirt/cdi-uploadproxy/
https://quay.io/repository/kubevirt/cdi-apiserver/
https://quay.io/repository/kubevirt/cdi-uploadserver/
https://quay.io/repository/kubevirt/cdi-operator/

Notable changes

BugFix: Updated builder to use golang 1.17.10
BugFix: Fix smart clone controller not starting if an error occurred during controller startup
BugFix: Validate ImageIO certificates on initial client connection.
BugFix: Fix regression since switching to CentOS-stream based images in DataImportCron: run update-ca-trust, so imports using TLS work again.
BugFix: Expose all CDI CRDs to cluster-readers
Bugfix: Correctly handle populated PVC created with clone operation
Enhancement: Detect storage capabilities for no-provisioner storage classes by looking up persistent volumes

Contributors

7 people contributed to this release:

     2      Alexander Wels <awels@redhat.com>
     2      Arnon Gilboa <agilboa@redhat.com>
     2      Maya Rashish <mrashish@redhat.com>
     2      akalenyu <51477153+akalenyu@users.noreply.github.com>
     1      Bartosz Rybacki <brybacki@redhat.com>
     1      Matthew Arnold <5075485+mrnold@users.noreply.github.com>
     1      Michael Henriksen <mhenriks@redhat.com>

Additional Resources