Skip to content

Commit 48a0c43

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

2 files changed

Lines changed: 128 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-v1.9.0.yml

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

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)