Skip to content

Commit 294f4c9

Browse files
authored
Re-generate changelog v1.9.0
Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com>
1 parent ead6429 commit 294f4c9

2 files changed

Lines changed: 62 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-v1.9.0.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
api:
2+
features:
3+
- summary: >-
4+
Added the Attached condition and printer column to NodeUSBDevice by mirroring USBDevice
5+
attachment state.
6+
pull_request: https://github.com/deckhouse/virtualization/pull/2221
7+
core:
8+
fixes:
9+
- summary: >-
10+
Restore MigrationPending with 0% progress and treat target scheduling as in-progress for VM
11+
migration operations.
12+
pull_request: https://github.com/deckhouse/virtualization/pull/2272
13+
- summary: Propagate target migration pod unschedulable details to VMOP conditions.
14+
pull_request: https://github.com/deckhouse/virtualization/pull/2261
15+
module:
16+
fixes:
17+
- summary: >-
18+
Make virtualization hooks use only valid copied module config and avoid queue blocking on
19+
invalid module settings.
20+
pull_request: https://github.com/deckhouse/virtualization/pull/2246
21+
- summary: >-
22+
Add idempotency for USB device cleanup in virtualization-dra to prevent errors on repeated
23+
unprepare calls.
24+
pull_request: https://github.com/deckhouse/virtualization/pull/2216
25+
- summary: fix virtualization overview dashboard duplicate series issue
26+
pull_request: https://github.com/deckhouse/virtualization/pull/2189
27+
test:
28+
fixes:
29+
- summary: Increase timeout for repeated affinity migration in the legacy affinity/toleration e2e test.
30+
pull_request: https://github.com/deckhouse/virtualization/pull/2267
31+
- summary: >-
32+
Increase VirtualMachineSnapshot readiness timeout in VirtualMachineOperationRestore e2e test
33+
to fix flakiness on NFS storage.
34+
pull_request: https://github.com/deckhouse/virtualization/pull/2254
35+
vd:
36+
fixes:
37+
- summary: Restore requested VirtualDisk size from snapshot metadata.
38+
pull_request: https://github.com/deckhouse/virtualization/pull/2278
39+
vm:
40+
features:
41+
- summary: Add domain jobs and block-jobs info subcommands to vlctl.
42+
pull_request: https://github.com/deckhouse/virtualization/pull/2280
43+

CHANGELOG/CHANGELOG-v1.9.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog v1.9
2+
3+
## Features
4+
5+
6+
- **[api]** Added the Attached condition and printer column to NodeUSBDevice by mirroring USBDevice attachment state. [#2221](https://github.com/deckhouse/virtualization/pull/2221)
7+
- **[vm]** Add domain jobs and block-jobs info subcommands to vlctl. [#2280](https://github.com/deckhouse/virtualization/pull/2280)
8+
9+
## Fixes
10+
11+
12+
- **[module]** Make virtualization hooks use only valid copied module config and avoid queue blocking on invalid module settings. [#2246](https://github.com/deckhouse/virtualization/pull/2246)
13+
- **[module]** fix virtualization overview dashboard duplicate series issue [#2189](https://github.com/deckhouse/virtualization/pull/2189)
14+
15+
## Chore
16+
17+
18+
- **[vm]** Disable internal DHCP configurator [#2270](https://github.com/deckhouse/virtualization/pull/2270)
19+

0 commit comments

Comments
 (0)