Skip to content
Merged
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
11 changes: 11 additions & 0 deletions CHANGELOG/CHANGELOG-v1.2.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
core:
fixes:
- summary: Fix virt-launcher `/sbin/dmidecode not found` error
pull_request: https://github.com/deckhouse/virtualization/pull/1775
module:
fixes:
- summary: >-
The deprecated part of the configuration has been removed, which could have prevented the
virtualization module from upgrading in clusters running Kubernetes version 1.34 and above.
pull_request: https://github.com/deckhouse/virtualization/pull/1771

1 change: 1 addition & 0 deletions CHANGELOG/CHANGELOG-v1.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- **[core]** add missing libraries to virt-launcher build [#1761](https://github.com/deckhouse/virtualization/pull/1761)
- **[core]** Fixed the MethodNotAllowed error for patch and watch operations when querying the `VirtualMachineClass` resource via command-line utilities (d8 k, kubectl). [#1666](https://github.com/deckhouse/virtualization/pull/1666)
- **[images]** Fixed an issue that prevented deleting `VirtualImage` and `ClusterVirtualImage` resources for a stopped virtual machine. [#1669](https://github.com/deckhouse/virtualization/pull/1669)
- **[module]** The deprecated part of the configuration has been removed, which could have prevented the virtualization module from upgrading in clusters running Kubernetes version 1.34 and above. [#1771](https://github.com/deckhouse/virtualization/pull/1771)
- **[module]** Fixed RBAC for the `user` and `editor` cluster roles. [#1749](https://github.com/deckhouse/virtualization/pull/1749)
- **[module]** Fixed the `D8VirtualizationVirtualMachineFirmwareOutOfDate` alert, which could be duplicated when virtualization runs in HA mode. [#1739](https://github.com/deckhouse/virtualization/pull/1739)
- **[module]** Added the ability to modify or delete the `VirtualMachineClass` resource named "generic". The virtualization module will no longer restore it to its original state. [#1597](https://github.com/deckhouse/virtualization/pull/1597)
Expand Down
Loading