Skip to content

Commit 16bd69b

Browse files
authored
Re-generate changelog v1.8.1
Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com>
1 parent 06e6b46 commit 16bd69b

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG/CHANGELOG-v1.8.1.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
cdi:
2+
fixes:
3+
- summary: >-
4+
Rename kubevirt_cdi_* metrics to d8_internal_virtualization_kubevirt_cdi_* via
5+
metricRelabelings
6+
pull_request: https://github.com/deckhouse/virtualization/pull/2289
7+
module:
8+
fixes:
9+
- summary: Extended virtualization RBACv1 and RBACv2 coverage
10+
pull_request: https://github.com/deckhouse/virtualization/pull/2276
11+

CHANGELOG/CHANGELOG-v1.8.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55

66
- **[vm]** Added the `progress` field to the status of `VirtualMachineOperation` resources with the `Evict` and `Migrate` types to show operation progress. The corresponding `PROGRESS` column is displayed when running `d8 k get vmop` [#2182](https://github.com/deckhouse/virtualization/pull/2182)
7-
- **[vm]** Added the ability to change the number of CPUs in a virtual machine without manually stopping it. The new value is applied via live migration. To enable this functionality, add `HotplugCPUWithLiveMigration` to `.spec.settings.featureGates` in the `ModuleConfig` of the `virtualization` module. [#2147](https://github.com/deckhouse/virtualization/pull/2147)
87
- **[vm]** Added initial support for changing virtual machine memory without manually stopping the virtual machine. The new `.spec.memory` value is applied via live migration. To enable this functionality, add `HotplugMemoryWithLiveMigration` to `.spec.settings.featureGates` in the `ModuleConfig` of the `virtualization` module. [#2110](https://github.com/deckhouse/virtualization/pull/2110)
98

109
## Fixes
1110

1211

1312
- **[api]** When uploading disks and images with the `Upload` type, the `WaitForUserUpload` phase no longer occurs prematurely while the resource is not yet ready for upload. [#2178](https://github.com/deckhouse/virtualization/pull/2178)
1413
- **[core]** Added automatic cleanup of `NodeUSBDevice` resources that are absent on the node and are not assigned to a namespace or project. [#2220](https://github.com/deckhouse/virtualization/pull/2220)
14+
- **[module]** Extended virtualization RBACv1 and RBACv2 coverage [#2276](https://github.com/deckhouse/virtualization/pull/2276)
1515
- **[vm]** Fixed an issue with an unfrozen filesystem during virtual machine snapshot creation if the freeze occurred during migration. [#2225](https://github.com/deckhouse/virtualization/pull/2225)
1616
- **[vm]** Fixed removal of the `Main` network from a virtual machine: the virtual machine no longer uses an IP address from the virtualization CIDR after the network is removed. [#2185](https://github.com/deckhouse/virtualization/pull/2185)
1717
- **[vm]** Optimized virtual machine migration: it now uses `hostNetwork`, allowing the host MTU to be used instead of the pod MTU. [#2174](https://github.com/deckhouse/virtualization/pull/2174)
@@ -20,7 +20,6 @@
2020
## Chore
2121

2222

23-
- **[core]** Fix vulnerability CVE-2026-39883. [#2200](https://github.com/deckhouse/virtualization/pull/2200)
2423
- **[core]** Fixed vulnerabilities CVE-2026-32280, CVE-2026-32281, CVE-2026-32282, CVE-2026-32283, CVE-2026-32288, CVE-2026-32289 [#2196](https://github.com/deckhouse/virtualization/pull/2196)
2524
- **[core]** Fixed vulnerabilities CVE-2026-34986. [#2188](https://github.com/deckhouse/virtualization/pull/2188)
2625
- **[core]** Fixed vulnerabilities CVE-2026-25679, CVE-2026-27142, CVE-2026-27139, CVE-2026-33186, CVE-2026-34040, CVE-2026-33997. [#2175](https://github.com/deckhouse/virtualization/pull/2175)

0 commit comments

Comments
 (0)