Skip to content

Commit bb4b035

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

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

CHANGELOG/CHANGELOG-v1.3.0.yml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
ci:
2+
fixes:
3+
- summary: fix check release on channels
4+
pull_request: https://github.com/deckhouse/virtualization/pull/1807
5+
cli:
6+
features:
7+
- summary: Add ansible-inventory command for generating dynamic ansible inventory from virtual machines
8+
pull_request: https://github.com/deckhouse/virtualization/pull/1764
9+
images:
10+
fixes:
11+
- summary: Added the ability to use system nodes to create project and cluster images.
12+
pull_request: https://github.com/deckhouse/virtualization/pull/1747
13+
kubevirt:
14+
fixes:
15+
- summary: use container_kvm_t SELinux type for KubeVirt pods for security compliance
16+
pull_request: https://github.com/deckhouse/virtualization/pull/1665
17+
observability:
18+
fixes:
19+
- summary: Fixed the display of virtual machine charts in clusters running in HA mode.
20+
pull_request: https://github.com/deckhouse/virtualization/pull/1801
21+
vd:
22+
fixes:
23+
- summary: Fixed an issue with restoring labels and annotations on a disk created from a snapshot.
24+
pull_request: https://github.com/deckhouse/virtualization/pull/1776
25+
- summary: Restore annotations correctly.
26+
pull_request: https://github.com/deckhouse/virtualization/pull/1758
27+
- summary: Accelerated disk attachment in `WaitForFirstConsumer` mode for virtual machines.
28+
pull_request: https://github.com/deckhouse/virtualization/pull/1516
29+
vm:
30+
features:
31+
- summary: >-
32+
Check whether 100% is present in the available coreFraction values if the default is not
33+
specified.
34+
pull_request: https://github.com/deckhouse/virtualization/pull/1817
35+
fixes:
36+
- summary: Fix cyclic reboot of VM in CE version.
37+
pull_request: https://github.com/deckhouse/virtualization/pull/1774
38+
vmclass:
39+
features:
40+
- summary: >-
41+
Added the `.spec.sizingPolicies.defaultCoreFraction` field to the `VirtualMachineClass`
42+
resource, allowing you to set the default `coreFraction` for virtual machines that use this
43+
class.
44+
pull_request: https://github.com/deckhouse/virtualization/pull/1783
45+
vmop:
46+
features:
47+
- summary: Add type for d8_virtualization_virtualmachineoperation_status_phase VMOP metric.
48+
pull_request: https://github.com/deckhouse/virtualization/pull/1803
49+
vmsnapshot:
50+
fixes:
51+
- summary: Process secret already exists error.
52+
pull_request: https://github.com/deckhouse/virtualization/pull/1762
53+

CHANGELOG/CHANGELOG-v1.3.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog v1.3
2+
3+
## Features
4+
5+
6+
- **[vmclass]** Added the `.spec.sizingPolicies.defaultCoreFraction` field to the `VirtualMachineClass` resource, allowing you to set the default `coreFraction` for virtual machines that use this class. [#1783](https://github.com/deckhouse/virtualization/pull/1783)
7+
- **[vmop]** Add type for d8_virtualization_virtualmachineoperation_status_phase VMOP metric. [#1803](https://github.com/deckhouse/virtualization/pull/1803)
8+
9+
## Fixes
10+
11+
12+
- **[images]** Added the ability to use system nodes to create project and cluster images. [#1747](https://github.com/deckhouse/virtualization/pull/1747)
13+
- **[observability]** Fixed the display of virtual machine charts in clusters running in HA mode. [#1801](https://github.com/deckhouse/virtualization/pull/1801)
14+
- **[vd]** Fixed an issue with restoring labels and annotations on a disk created from a snapshot. [#1776](https://github.com/deckhouse/virtualization/pull/1776)
15+
- **[vd]** Accelerated disk attachment in `WaitForFirstConsumer` mode for virtual machines. [#1516](https://github.com/deckhouse/virtualization/pull/1516)
16+

0 commit comments

Comments
 (0)