@@ -2,4 +2,36 @@ v1.63.0-alpha.0
22release candidate 0
33
44v1.63.0
5- --to be filled--
5+ Enhancement: Reduce memory usage for multi-stage VDDK imports when the source snapshot has many changes
6+ Enhancement: VDDK: add CRD field for extra configuration arguments
7+ BugFix: Add clone source watches in clone populator
8+ BugFix: decrease timeout trying to derive progress from a completed pod to avoid delaying progress updates
9+ BugFix: selected-node annotation prevents non topology constrained temp restores from binding
10+ BugFix: Fix Longhorn Filesystem capabilities
11+ BugFix: cdi-deployment Deployment selector changed to "cdi.kubevirt.io":"cdi-deployment"
12+ Enhancement: Allow increasing PVC size to the minimum supported by its storage class
13+ BugFix: CDI pods rejected when mutated with CSI inline volume due to it's SCC not allowing consensus volume plugins
14+ BugFix: Fix StorageProfile PVC rendering when there is no AccessMode or VolumeMode match
15+ BugFix: Remove RWX for filesystem PVC capability from default profile of IBM Block Storage CSI driver
16+ Enhancement: Termination message now gets reported correctly for CDI infra Pods.
17+ Enhancement: Labels on DataVolumes are now copied to the importer pod
18+ Enhancement: Enable WebhookPvcRendering feature gate by default
19+ Enhancement: Conditionally add ReadWriteMany Block to Portworx capabilities
20+ Enhancement: Annotate StorageProfiles with provisioner minimum supported PVC size
21+ BugFix: Event hotloop over SCC volume order changes
22+ BugFix: IBM Block Storage CSI driver storageprofile will use 'csi-clone' as the default cloneStrategy
23+ BugFix: Exclude scratch pvcs from velero backup
24+ Enhancement: Introduce support for architecture specific image import with registry datasource
25+ Enhancement: Allow DataSources to reference the source of another DataSource using new Source.DataSource option
26+ BugFix: Wrong clone strategy for upstream cephfs
27+ Bugfix: Fix math in overhead size calculations:
28+ - When using the storage API, PVC disk size is now correctly inflated to account for filesystem overhead.
29+ - When using the PVC API, usable disk space is now calculated more accurately with "allocatedSize / (1 + overhead)".
30+ This may result in changes in usable size compared to the previous behavior.
31+ Enhancement: Increase default filesystem overhead to 6%
32+ Enhancement: Defined storagecapabilities for the synology-csi driver, fully populating the storageprofile for related synology storage classes
33+ Enhancement: Add Google Cloud NetApp Volumes Flex storage capabilities
34+ BugFix: Add missing RBAC for ovirt and openstack volume populator CRDs
35+ Enhancement: Support DataImportCron update polling for DataVolume node pullMethod
36+ Enhancement: Metrics port for cdi-prometheus-metrics service changed from 8080 to 8443.
37+ Enhancement: DataImportCrons now propagate kubevirt-specific labels to their managed DataSource
0 commit comments