Skip to content

Releases: deckhouse/virtualization

v0.16.1

20 Feb 14:40
Compare
Choose a tag to compare

Changelog v0.16.1

Fixes

  • [core] add validatingadmissionpolicies and validatingadmissionpolicybindings to rbac for virt-operator (required for kubernetes >=v1.30) #749
  • [vi] fix the possible hanging on the Terminating state for the virtual image that was attached to a virtual machine #755
  • [vi] fixed hang in Pending when creating an image from a snapshot, improved messages in DatasourceReady condition #721
  • [vm] move the vm to a pending phase instead of starting it if it has invalid specs during start/restart to prevent the use of outdated specifications #678
  • [vmop] fixed resource hang in InProgress during Evict/Migrate operations #758

For more information, see the changelog and minor version release changes.

v0.16.0

20 Feb 14:33
Compare
Choose a tag to compare

Changelog v0.16

Features

  • [api] create a network policy for the importer to avoid restrictions during import to dvcr #675
  • [vi] add the ability to create a VirtualImage from a VirtualDiskSnapshot #617
  • [vm] move error about exceeding the allowed number of block devices from DiskAttachmentCapacityAvailable into BlockDevicesReady condition #633
  • [vmclass] add events about available nodes and sizing policies changed #606
  • [vmip] add new events #645

Fixes

  • [api] reduce max len of block device names to avoid errors during vm creation #737
  • [core] manage pods network priority during a migration using the cilium label #642
  • [images] images can be successfully created from images on immediate storage class #712
  • [vd] add WaitingForFirstConsumer phase for virtual disks created from snapshots #704
  • [vm] disk serials are now generated using the MD5 hash of the disk uid instead of the disk name itself; this prevents errors caused by recent QEMU changes enforcing a strict 36-character limit on serial numbers #710

Chore

  • [core] fix build firmware (edk2) using with ovmf 4MB instead of 2MB #707

v0.15.0

20 Jan 17:34
5a6670c
Compare
Choose a tag to compare

What's Changed

Features:

Fixes:

  • fix(cvi,vi,vd): use default http port for uploader service by @Isteb4k in #447
  • fix(kube-api-rewriter): add VPA settings by @fl64 in #449
  • fix(vmop): patch /metadata/labels for reconciled object by @diafour in #443
  • fix(kube-api-rewriter): fix discovery and ValidatingAdmissionPolicy rewrite by @yaroslavborbat in #475
  • fix(vi): hide dvcr url in pvc stored vi by @eofff in #488
  • fix(api): rewrite conditions with empty reasons by @yaroslavborbat in #498
  • fix(vm): fix conditions with empty status by @yaroslavborbat in #502
  • fix(vm): block connect more than 16 block devices to vm on reconcile level by @eofff in #495
  • fix(vm): check size policy matched condition in reconciler by @eofff in #514
  • fix(vmbda): fix block device attached count condition processing by @eofff in #517
  • fix(vm): create a kvvm with an optional cpu feature invtsc by @yaroslavborbat in #522
  • fix(core): add kube-rbac-proxy to cdi-operator by @nevermarine in #530
  • fix(vm): fix generating wrong statistic by @yaroslavborbat in #414
  • fix(vmop): set uid vm label by @yaroslavborbat in #537
  • fix(vm): do not attach VirtualDisk if it already attached to another VirtualMachine by @eofff in #540
  • fix(vm): unsupported guest agent reason wrap by @danilrwx in #541
  • fix(api): do not update condition transition time if status not changed by @eofff in #544
  • fix(vmiplease): fix deletion after time of not claimed by @eofff in #543
  • fix(vd): patch cdi to convert image format by @Isteb4k in #494
  • fix(vi): update CEL by @yaroslavborbat in #549
  • fix(vmclass, vm): proper affinity and tolerations merging by @yaroslavborbat in #547
  • fix(vd): fix create vd from vi on pvc by @LopatinDmitr in #552
  • fix(core): fix scheme for cdi servicemonitor by @nevermarine in #554
  • fix(vm): unfreeze fs after snapshot by @danilrwx in #561
  • fix(template): add missing fields to kube-rbac-proxy by @nevermarine in #575
  • fix(cvi,vi): unlock pending vi/cvi from vd ref by @LopatinDmitr in #416
  • fix(vm): fix pod start error check by @eofff in #579
  • fix(cdi): change clone strategy fot sds provisioners by @Isteb4k in #573
  • fix(kubevirt, core): inject-placement-anynode by @yaroslavborbat in #595
  • fix(ci): print ginkgo output for nightly e2e tests to stderr by @nevermarine in #596
  • fix(vi): nil recorder by @danilrwx in #612
  • fix(kube-api-rewriter): respond with correct error by @danilrwx in #611
  • fix(core, kubevirt): manage labels or annotations with virtualization.deckhouse.io by @yaroslavborbat in #584
  • fix(core, kubevirt): virt-launcher with efi and cpu >= 12 not starting by @yaroslavborbat in #610
  • fix(vmop): improve webhook configuration by @yaroslavborbat in #621
  • fix(core): hide target pod during migration via cilium label by @Isteb4k in #609
  • fix(vi): add warning for create virtual image with storage type 'Kube… by @LopatinDmitr in #619
  • fix(vm): use generic model with explicit features for Discovery cpu type by @diafour in #580
  • fix(vd): fix condition status updates in VirtualDisk by @LopatinDmitr in #625
  • fix(hooks): fix module-config hook by @yaroslavborbat in #631
  • fix(vm): fix restart VM after delete pod for run policy AlwaysOnUnles… by @LopatinDmitr in #632
  • fix(vm): show real resources in brief by @fl64 in #637
  • fix(vm): fix toleration dupe by @yaroslavborbat in #638
  • fix(vi): fix viewing field 'CDROM' in Status VirtualImage on PVC by @LopatinDmitr in #644
  • fix(vd): add owner ref for tmp pvc created in cdi by @Isteb4k in #646

Documentation:

  • docs(vi...
Read more

v0.14.1

19 Dec 13:56
e5276a3
Compare
Choose a tag to compare

What's Changed

Other Changes

  • fix(vdsnapshot,vmsnapshot): unfreeze virtual machines by @Isteb4k in #592

Full Changelog: v0.14.0...v0.14.1

v0.14.0

12 Feb 17:17
Compare
Choose a tag to compare

0.14.0 (2024-10-14)

Features

  • api: move calculation of scratch filesystem overhead to cdi controller (91d8db3)
  • cvi,vi,vd: replace uploadCommand field with imageUploadURLs (70ccd2e)
  • kube-api-rewriter: add pprof and metrics, fix rewrite performance (#402) (a009052)
  • vd, vmbda: add _labels and _annotations metrics (#399) (7690d2b)
  • vd: resizing vd in filesystem mode (#385) (7857bd3)
  • vm: add custom secret types for provisioning (#390) (597d551)
  • vm: add failure message to condition if migration is failed (78b3a42)
  • vm: add new VM _labels and _annotations metrics and refactor existing ones (#398) (75e57ad)
  • vmclass: add validation for matching virtual machine sizing policies upon virtual machine class change (#389) (029c445)
  • vm: disable serial console log (21d0bec)
  • vmop: add metrics (#370) (2436b8e)
  • vmop: add operation to migrate vm (#386) (d61bab4)
  • vmrestore: add the ability to restore virtualmachines (0c59bff)
  • vmsnapshot: add the ability to snapshot virtualmachines (38b84d4)

Bug Fixes

  • vd,vi,cvi: fix vd uploader service creating (#409) (d012007)
  • vd: allow to change size in spec for not ready vd (#411) (38bb0eb)
  • vm,vmip: improve VMIP management (#374) (d6695ef)
  • vmbda: reconcile from virtual disk phase changes events (7157204)
  • vm: fix the virtual machine matching with the virtual machine class during validation when no sizing policy is provided (#431) (4704e31)
  • vmip: add validating ip address for VMIP with type 'Static' (#404) (2c95be9)
  • vmip: fix deleting unattached vmip (#405) (56cb6cd)

v0.13.2

04 Oct 10:52
Compare
Choose a tag to compare

What's Changed

Other Changes

  • fix(vdsnapshot): fix no bootable device error by @Isteb4k in #421

Full Changelog: v0.13.1...v0.13.2

v0.13.1

19 Sep 15:30
Compare
Choose a tag to compare

0.13.1 (2024-09-19)

Features

  • gc: leave only last 10 resources (#368) (3d66dc6)
  • vm-route-forge: add routes for subnets in blackhole (#365) (51cd316)
  • vm,vmclass: sizingPolicy compatibility validation (#359) (4228efe)
  • vm: round the runtimeOverhead to Mi (#367) (3f2d886)

Bug Fixes

  • api: add rbac patch for ingress and fix vd reconciliation (f98dba8)
  • api: set target for upload data source (634da84)
  • api: wait for uploader to be ready to process user's upload (460246b)
  • vi: fix panic when creating vi from vd (#384) (62f8e47)
  • vmbda: allow wffc hotplugs (e155f4e)

Miscellaneous Chores

v0.13.0

11 Sep 17:02
41e474c
Compare
Choose a tag to compare

0.13.0 (2024-09-11)

Features

Bug Fixes

  • cvi: fix cleanup for resources (#363) (1f13148)
  • templates: add missed symbol (#318) (f30cd69)
  • vd: ensure last transition time for conditions (b39487a)
  • vd: fix panic if pvc not found (#349) (fd4b0af)
  • vd: remove pv protection (aa489c4)
  • vd: set validator warnings instead of errors (b173b08)
  • vm-route-forge: add check to ensure VM host node is identified (#356) (4077584)
  • vmbda: fix sa rules (9367162)
  • vmclass: revert last transition time to condition builder (db3f272)
  • vm: fix panic with nil labelselector (#355) (8df6c59)
  • vm: impl delete method for subresource virtualmachine on apiserver (#334) (39c7d65)
  • vm: sync labels and annos with empty value (#322) (0353618)

v0.12.3

22 Aug 15:55
c5a7b9a
Compare
Choose a tag to compare

0.12.3 (2024-08-22)

Bug Fixes

  • provisioner: fix provisioner pods buffer issue (#302) (e332b64)
  • vd,vmbda: write occurred data volume errors to condition (4694b5e)
  • vd: write error to condition if pvc size is smaller than virtual size of source image (de61f96)
  • vd: write size error to condition (de61f96)
  • vm: added processing of an empty phase for a VM and KVVM (#274) (683bb70)
  • vmbda: write to condition message if disk is already attached to vm spec (#267) (8b5551d)
  • vmclass: add missing nodeSelector for discovery type (#293) (1a461a4)
  • vmip: fix bug of creating two VirtualMachineIPAddress with the same name in different namespaces (#287) (af7dd97)
  • vmip: fix bug with create VirtualMachineIPAddress in different namespace, when VirtualMahineIPAddressLease 'Released' (#296) (4425e79)

v0.12.2

14 Aug 10:53
cea1607
Compare
Choose a tag to compare

0.12.2 (2024-08-14)

Miscellaneous Chores