Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG/CHANGELOG-v1.2.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
ci:
fixes:
- summary: add intvirtvm describe to e2e test dumps, change restart approval mode
pull_request: https://github.com/deckhouse/virtualization/pull/1554
module:
fixes:
- summary: Fix virtualization-audit image check.
pull_request: https://github.com/deckhouse/virtualization/pull/1589
vm:
fixes:
- summary: >-
Fixed an issue where the Virtualization Controller could panic on unexpected block device
deletion.
pull_request: https://github.com/deckhouse/virtualization/pull/1585
vmbda:
fixes:
- summary: Fix missing Serial for Attached images and disks in intvirtvm.
pull_request: https://github.com/deckhouse/virtualization/pull/1580
- summary: VMBDA now reports a clear error if the device is not available on the VM's node.
pull_request: https://github.com/deckhouse/virtualization/pull/1561

21 changes: 21 additions & 0 deletions CHANGELOG/CHANGELOG-v1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog v1.2

## [MALFORMED]


- #1588 invalid type "refactor"

## Fixes


- **[vm]** Fixed an issue where the Virtualization Controller could panic on unexpected block device deletion. [#1585](https://github.com/deckhouse/virtualization/pull/1585)
- **[vmbda]** Fix missing Serial for Attached images and disks in intvirtvm. [#1580](https://github.com/deckhouse/virtualization/pull/1580)
- **[vmbda]** VMBDA now reports a clear error if the device is not available on the VM's node. [#1561](https://github.com/deckhouse/virtualization/pull/1561)

## Chore


- **[core]** More renames for containers to work with containerd v2. [#1579](https://github.com/deckhouse/virtualization/pull/1579)
- **[module]** Fix build for p11-kit, fix mount of /var/log/libvirt in virt-launcher image. [#1576](https://github.com/deckhouse/virtualization/pull/1576)
- **[module]** Use at least golang 1.24 for all components. [#1575](https://github.com/deckhouse/virtualization/pull/1575)

Loading