diff --git a/CHANGELOG/CHANGELOG-v0.24.1.yml b/CHANGELOG/CHANGELOG-v0.24.1.yml index 45ca58f5f1..ab27f5a34b 100644 --- a/CHANGELOG/CHANGELOG-v0.24.1.yml +++ b/CHANGELOG/CHANGELOG-v0.24.1.yml @@ -1,3 +1,7 @@ +ci: + fixes: + - summary: fixed src-artifact + pull_request: https://github.com/deckhouse/virtualization/pull/1384 core: fixes: - summary: Refactor build libidn and libidn2 diff --git a/CHANGELOG/CHANGELOG-v0.24.md b/CHANGELOG/CHANGELOG-v0.24.md index d5634eeab5..fd9c08e17e 100644 --- a/CHANGELOG/CHANGELOG-v0.24.md +++ b/CHANGELOG/CHANGELOG-v0.24.md @@ -5,9 +5,7 @@ - **[api]** Remove setting of VolumeSnapshotClass. Set field deprecated in CRDS's. [#1274](https://github.com/deckhouse/virtualization/pull/1274) - **[core]** bump kubevirt to tag v1.3.1-v12n.8. Set mac address for non default pod network and improve reason when live-migration failed [#1287](https://github.com/deckhouse/virtualization/pull/1287) - - **[observability]** add prometheus alert if on virt-handler pod in cluster [#1263](https://github.com/deckhouse/virtualization/pull/1263) - **[vd]** Add `Exporting` phase and new conditions to `VirtualDisk` status [#1256](https://github.com/deckhouse/virtualization/pull/1256) - - **[vm]** Add additional network interfaces for VirtualMachines. [#1253](https://github.com/deckhouse/virtualization/pull/1253) ## Fixes @@ -31,4 +29,5 @@ - **[api]** Update the IsStorageClassDeprecated method to accept a StorageClass pointer instead of a string. [#1264](https://github.com/deckhouse/virtualization/pull/1264) - **[core]** refactor build libs and add missing pkgs for edk2 [#1352](https://github.com/deckhouse/virtualization/pull/1352) - **[docs]** Examples of using the user interface have been added to the documentation [#1270](https://github.com/deckhouse/virtualization/pull/1270) + - **[observability]** add prometheus alert if on virt-handler pod in cluster [#1263](https://github.com/deckhouse/virtualization/pull/1263)