Skip to content

Commit 7f60942

Browse files
Changelog v0.20.1 (#1196)
Re-generate changelog v0.20.1 Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> Co-authored-by: Isteb4k <Isteb4k@users.noreply.github.com>
1 parent d96b1bd commit 7f60942

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-v0.20.1.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
api:
2+
fixes:
3+
- summary: >-
4+
The allowed name lengths for resources have been adjusted and the corresponding validation
5+
has been added:
6+
7+
- VirtualMachine: 63 characters
8+
9+
- ClusterVirtualImage: 36 characters
10+
11+
- VirtualImage: 37 characters
12+
13+
- VirtualDisk: 60 characters
14+
pull_request: https://github.com/deckhouse/virtualization/pull/1177
15+
module:
16+
fixes:
17+
- summary: Fixed a hang during virtualization version upgrade in an HA cluster with two system nodes.
18+
pull_request: https://github.com/deckhouse/virtualization/pull/1173
19+
vm:
20+
fixes:
21+
- summary: Fix panic if Cores were not specified in the vmclass's SizingPolicy.
22+
pull_request: https://github.com/deckhouse/virtualization/pull/1193
23+

CHANGELOG/CHANGELOG-v0.20.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
## Fixes
1212

1313

14+
- **[api]** The allowed name lengths for resources have been adjusted and the corresponding validation has been added:
15+
- VirtualMachine: 63 characters
16+
- ClusterVirtualImage: 36 characters
17+
- VirtualImage: 37 characters
18+
- VirtualDisk: 60 characters [#1177](https://github.com/deckhouse/virtualization/pull/1177)
1419
- **[core]** Default parameters for live migration have been set: Migration bandwidth: 5 Gbps (approximately 640 MB/s); Each node will perform no more than one outgoing migration at a time; The total number of simultaneous migrations in the cluster is limited to the number of nodes running virtual machines. [#1082](https://github.com/deckhouse/virtualization/pull/1082)
20+
- **[module]** Fixed a hang during virtualization version upgrade in an HA cluster with two system nodes. [#1173](https://github.com/deckhouse/virtualization/pull/1173)
1521
- **[vdsnapshot]** Fix the unfreezing of the virtual machine's file system in case of an error during snapshot creation. [#1117](https://github.com/deckhouse/virtualization/pull/1117)
1622
- **[vmop]** Fix the premature transition of a resource to the InProgress state if a migration is scheduled but has not started. Now, it remains in the Pending state until the migration begins. [#1128](https://github.com/deckhouse/virtualization/pull/1128)
1723

0 commit comments

Comments
 (0)