Skip to content

Commit 46919ed

Browse files
Backport: Changelog v0.16.1 (#783)
Changelog v0.16.1 (#746) Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> Co-authored-by: nevermarine <nevermarine@users.noreply.github.com>
1 parent 6dce647 commit 46919ed

4 files changed

Lines changed: 37 additions & 2 deletions

File tree

.github/workflows/dev_module_build-and-registration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ env:
3030
on:
3131
workflow_dispatch:
3232
inputs:
33-
3433
tag:
3534
description: "The module's tag, which must include the -dev postfix. For example: v1.21.1-dev"
3635
type: string

CHANGELOG/CHANGELOG-v0.16.0.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,3 @@ vmip:
7474
features:
7575
- summary: add new events
7676
pull_request: https://github.com/deckhouse/virtualization/pull/645
77-

CHANGELOG/CHANGELOG-v0.16.1.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
core:
2+
fixes:
3+
- summary: >-
4+
add validatingadmissionpolicies and validatingadmissionpolicybindings to rbac for
5+
virt-operator (required for kubernetes >=v1.30)
6+
pull_request: https://github.com/deckhouse/virtualization/pull/749
7+
vdsnapshot:
8+
fixes:
9+
- summary: set the volume snapshot name to status
10+
pull_request: https://github.com/deckhouse/virtualization/pull/778
11+
vi:
12+
fixes:
13+
- summary: add watcher for virtv2 virtual machines
14+
pull_request: https://github.com/deckhouse/virtualization/pull/775
15+
- summary: >-
16+
fix the possible hanging on the Terminating state for the virtual image that was attached to
17+
a virtual machine
18+
pull_request: https://github.com/deckhouse/virtualization/pull/755
19+
- summary: >-
20+
fixed hang in Pending when creating an image from a snapshot, improved messages in
21+
DatasourceReady condition
22+
pull_request: https://github.com/deckhouse/virtualization/pull/721
23+
vm:
24+
fixes:
25+
- summary: >-
26+
move the vm to a pending phase instead of starting it if it has invalid specs during
27+
start/restart to prevent the use of outdated specifications
28+
pull_request: https://github.com/deckhouse/virtualization/pull/678
29+
vmop:
30+
fixes:
31+
- summary: fixed resource hang in InProgress during Evict/Migrate operations
32+
pull_request: https://github.com/deckhouse/virtualization/pull/758

CHANGELOG/CHANGELOG-v0.16.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@
1313

1414

1515
- **[api]** reduce max len of block device names to avoid errors during vm creation [#737](https://github.com/deckhouse/virtualization/pull/737)
16+
- **[core]** add validatingadmissionpolicies and validatingadmissionpolicybindings to rbac for virt-operator (required for kubernetes >=v1.30) [#749](https://github.com/deckhouse/virtualization/pull/749)
1617
- **[core]** manage pods network priority during a migration using the cilium label [#642](https://github.com/deckhouse/virtualization/pull/642)
1718
- **[images]** images can be successfully created from images on immediate storage class [#712](https://github.com/deckhouse/virtualization/pull/712)
1819
- **[vd]** add WaitingForFirstConsumer phase for virtual disks created from snapshots [#704](https://github.com/deckhouse/virtualization/pull/704)
20+
- **[vi]** fix the possible hanging on the Terminating state for the virtual image that was attached to a virtual machine [#755](https://github.com/deckhouse/virtualization/pull/755)
21+
- **[vi]** fixed hang in Pending when creating an image from a snapshot, improved messages in DatasourceReady condition [#721](https://github.com/deckhouse/virtualization/pull/721)
22+
- **[vm]** move the vm to a pending phase instead of starting it if it has invalid specs during start/restart to prevent the use of outdated specifications [#678](https://github.com/deckhouse/virtualization/pull/678)
1923
- **[vm]** disk serials are now generated using the MD5 hash of the disk uid instead of the disk name itself; this prevents errors caused by recent QEMU changes enforcing a strict 36-character limit on serial numbers [#710](https://github.com/deckhouse/virtualization/pull/710)
24+
- **[vmop]** fixed resource hang in InProgress during Evict/Migrate operations [#758](https://github.com/deckhouse/virtualization/pull/758)
2025

2126
## Chore
2227

0 commit comments

Comments
 (0)