Skip to content

Commit e216e1c

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

2 files changed

Lines changed: 126 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-v1.9.0.yml

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
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+
ci:
8+
features:
9+
- summary: Add step to switch modules to maintenance mode before e2e tests.
10+
pull_request: https://github.com/deckhouse/virtualization/pull/2321
11+
- summary: >-
12+
Deploy Prod workflow can prepare GitHub releases from changelog PRs and report release
13+
status to Loop.
14+
pull_request: https://github.com/deckhouse/virtualization/pull/2291
15+
fixes:
16+
- summary: docker login step
17+
pull_request: https://github.com/deckhouse/virtualization/pull/2325
18+
- summary: Retry applying Virtualization configuration in nested E2E workflow.
19+
pull_request: https://github.com/deckhouse/virtualization/pull/2319
20+
- summary: Make nested E2E bootstrap diagnostics tolerate temporary Kubernetes API failures.
21+
pull_request: https://github.com/deckhouse/virtualization/pull/2317
22+
- summary: >-
23+
Enable source image tag-based werf imports in prod build workflows to avoid unnecessary
24+
rebuilds caused by cache metadata mismatch between werf versions.
25+
pull_request: https://github.com/deckhouse/virtualization/pull/2310
26+
- summary: >-
27+
Skip USB nested e2e on Kubernetes versions below 1.34 and fall back to the default NFS
28+
storage class.
29+
pull_request: https://github.com/deckhouse/virtualization/pull/2307
30+
- summary: >-
31+
Prevent E2E report parsing failures by separating the raw Ginkgo JSON report from the
32+
summary report in CI artifacts.
33+
pull_request: https://github.com/deckhouse/virtualization/pull/2305
34+
- summary: add SSH keepalive options to d8-based nested cluster access in CI and e2e helpers
35+
pull_request: https://github.com/deckhouse/virtualization/pull/2301
36+
core:
37+
features:
38+
- summary: Add the Uptime printable column for VirtualMachine resources.
39+
pull_request: https://github.com/deckhouse/virtualization/pull/2279
40+
fixes:
41+
- summary: Preserve VirtualMachine uptime during migration by tracking the last start time in status.
42+
pull_request: https://github.com/deckhouse/virtualization/pull/2304
43+
- summary: >-
44+
Restore MigrationPending with 0% progress and treat target scheduling as in-progress for VM
45+
migration operations.
46+
pull_request: https://github.com/deckhouse/virtualization/pull/2272
47+
- summary: Propagate target migration pod unschedulable details to VMOP conditions.
48+
pull_request: https://github.com/deckhouse/virtualization/pull/2261
49+
- summary: >-
50+
Reconnect logic in d8 v vnc and d8 v console now refreshes client config before reconnect,
51+
avoiding stale OIDC refresh token failures.
52+
pull_request: https://github.com/deckhouse/virtualization/pull/2253
53+
module:
54+
fixes:
55+
- summary: >-
56+
Skip USBGateway detach cleanup for untracked USB devices and detach tracked devices only on
57+
the last active consumer.
58+
pull_request: https://github.com/deckhouse/virtualization/pull/2298
59+
- summary: >-
60+
Make virtualization hooks use only valid copied module config and avoid queue blocking on
61+
invalid module settings.
62+
pull_request: https://github.com/deckhouse/virtualization/pull/2246
63+
- summary: >-
64+
Add idempotency for USB device cleanup in virtualization-dra to prevent errors on repeated
65+
unprepare calls.
66+
pull_request: https://github.com/deckhouse/virtualization/pull/2216
67+
- summary: fix virtualization overview dashboard duplicate series issue
68+
pull_request: https://github.com/deckhouse/virtualization/pull/2189
69+
test:
70+
features:
71+
- summary: >-
72+
Add precheck system for e2e tests that validates cluster configuration before test
73+
execution.
74+
pull_request: https://github.com/deckhouse/virtualization/pull/2269
75+
fixes:
76+
- summary: Fix e2e precheck prepare for focus/label filters containing spaces.
77+
pull_request: https://github.com/deckhouse/virtualization/pull/2318
78+
- summary: >-
79+
Make the e2e external connectivity check rely on successful outbound access to fallback
80+
hosts instead of HTTP 200 from a single site.
81+
pull_request: https://github.com/deckhouse/virtualization/pull/2313
82+
- summary: >-
83+
Stabilized the VirtualMachineUSB e2e test by improving guest USB disk detection, remount
84+
flow, and timeouts around migration.
85+
pull_request: https://github.com/deckhouse/virtualization/pull/2297
86+
- summary: Improve VirtualMachineAdditionalNetworkInterfaces e2e test reliability and diagnostics.
87+
pull_request: https://github.com/deckhouse/virtualization/pull/2290
88+
- summary: Increase timeout for repeated affinity migration in the legacy affinity/toleration e2e test.
89+
pull_request: https://github.com/deckhouse/virtualization/pull/2267
90+
- summary: >-
91+
Increase VirtualMachineSnapshot readiness timeout in VirtualMachineOperationRestore e2e test
92+
to fix flakiness on NFS storage.
93+
pull_request: https://github.com/deckhouse/virtualization/pull/2254
94+
vd:
95+
fixes:
96+
- summary: Restore requested VirtualDisk size from snapshot metadata.
97+
pull_request: https://github.com/deckhouse/virtualization/pull/2278
98+
vm:
99+
features:
100+
- summary: Add domain jobs and block-jobs info subcommands to vlctl.
101+
pull_request: https://github.com/deckhouse/virtualization/pull/2280
102+
fixes:
103+
- summary: fix stuck block-migration jobs after abort so new migrations can start
104+
pull_request: https://github.com/deckhouse/virtualization/pull/2282
105+

CHANGELOG/CHANGELOG-v1.9.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
- **[core]** Add the Uptime printable column for VirtualMachine resources. [#2279](https://github.com/deckhouse/virtualization/pull/2279)
8+
- **[vm]** Add domain jobs and block-jobs info subcommands to vlctl. [#2280](https://github.com/deckhouse/virtualization/pull/2280)
9+
10+
## Fixes
11+
12+
13+
- **[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)
14+
- **[module]** fix virtualization overview dashboard duplicate series issue [#2189](https://github.com/deckhouse/virtualization/pull/2189)
15+
- **[vm]** fix stuck block-migration jobs after abort so new migrations can start [#2282](https://github.com/deckhouse/virtualization/pull/2282)
16+
17+
## Chore
18+
19+
20+
- **[vm]** Disable internal DHCP configurator [#2270](https://github.com/deckhouse/virtualization/pull/2270)
21+

0 commit comments

Comments
 (0)