Skip to content

v1.59.0

Compare
Choose a tag to compare
@kubevirt-bot kubevirt-bot released this 01 Apr 11:04
· 171 commits to main since this release

This release follows v1.58.3 and consists of 90 changes, contributed by
25 people, leading to 2425 files changed, 184387 insertions(+), 101396 deletions(-).

The source code and selected binaries are available for download at:
https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.59.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

Enhancement: Run a subset of functional tests in parallel
Enhancement: Added ability to specify replicas for infra structure pods
Enhancement: Add Prometheus alerts CDINoDefaultStorageClass and CDIDefaultStorageClassDegraded; add informative labels to existing alerts
Enhancement: cdi.kubevirt.io/garbageCollected added to PVCs when DataVolumes are garbage collected
Enhancement: DataVolume supports PVC adoption via DataVolumeClaimAdoption feature gate and cdi.kubevirt.io/allowClaimAdoption annotation on PVC
Enhancement: k8s 1.28 dependencies bump
Enhancement: Added option customizeComponents
Enhancement: ReadWriteOncePod is now allowed to use with CDI DataVolumes
Enhancement: Add PVC spec mutating webhook rendering based on StorageProfiles
Enhancement: Check for cdi.kubevirt.io/allowClaimAdoption on DataVolume rather than PVC
Enhancement: Get all no-provisioner storage capabilities from PVs
Enhancement: Make importer datasource communication explicit
Enhancement: Registry imports can now set PVC labels derived from env vars on containerdisks
Enhancement: add forklift populators apps to cdi-importer image

BugFix: Fix Trident provisioner key for using csi-clone
BugFix: Cephfs to Block cloning is creating empty block device
BugFix: Add Trident RWO Filesystem capability
BugFix: Fix DataImportCron PVC timestamping for garbage collection
BugFix: Fix DataImportCron import DataVolume creation when last import is not found
BugFix: StorageProfile ClaimPropertySets validation
BugFix: Change CDI webhook failure policy to Ignore
BugFix: Allow Deployed CDI to get out of Error Phase
BugFix: Added the k8s.io/minikube-hostpath storage provider to the list of known storage providers
BugFix: Watch DataImportCron-orphan cronjobs and cleanup them
BugFix: Avoid race condition during importer termination
BugFix: ns admin cannot create multiple user-facing CDI resources
BugFix: Avoid XSS vulnerability in Upload proxy
BugFix: cdi.kubevirt.io/allowClaimAdoption annotation broken
BugFix: Add HPE RWX/Block capability

Cleanup: When building CDI builder, use of podman fails to report image digest
Cleanup: Refactor monitoring code
Cleanup: Remove deprecated insecure registries config map from a CDI install
Cleanup: Refactor recording-rules and alerts code
Cleanup: Replace cron expression golang library
Cleanup: Improve handling of unpopulated capacity field in clone populator
Cleanup: Switch to using maintained non-archived go-jose

Contributors

25 people contributed to this release:

    22	Alex Kalenyuk <[email protected]>
    15	Arnon Gilboa <[email protected]>
     9	alromeros <[email protected]>
     7	Michael Henriksen <[email protected]>
     7	kubevirt-bot <[email protected]>
     4	akalenyu <[email protected]>
     3	Felix Matouschek <[email protected]>
     2	Aviv Litman <[email protected]>
     2	Benny Zlotnik <[email protected]>
     2	Denis Ollier <[email protected]>
     2	Shelly Kagan <[email protected]>
     2	cfillekes <[email protected]>
     1	Alexander Wels <[email protected]>
     1	Ben Coxford <[email protected]>
     1	Felix Matouschek <[email protected]>
     1	Ivan Mikheykin <[email protected]>
     1	Karel Simon <[email protected]>
     1	Longchuanzheng <[email protected]>
     1	Pris Nasrat <[email protected]>
     1	Shirly Radco <[email protected]>
     1	Stefan Hajnoczi <[email protected]>
     1	Yaroslav Borbat <[email protected]>
     1	caohuilong <[email protected]>
     1	dalia-frank <[email protected]>
     1	kgoldbla <[email protected]>

Additional Resources