Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions CHANGELOG/CHANGELOG-v1.3.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
ci:
fixes:
- summary: fix check release on channels
pull_request: https://github.com/deckhouse/virtualization/pull/1807
cli:
features:
- summary: Add ansible-inventory command for generating dynamic ansible inventory from virtual machines
pull_request: https://github.com/deckhouse/virtualization/pull/1764
images:
fixes:
- summary: Added the ability to use system nodes to create project and cluster images.
pull_request: https://github.com/deckhouse/virtualization/pull/1747
kubevirt:
fixes:
- summary: use container_kvm_t SELinux type for KubeVirt pods for security compliance
pull_request: https://github.com/deckhouse/virtualization/pull/1665
observability:
fixes:
- summary: Fixed the display of virtual machine charts in clusters running in HA mode.
pull_request: https://github.com/deckhouse/virtualization/pull/1801
vd:
fixes:
- summary: Fixed an issue with restoring labels and annotations on a disk created from a snapshot.
pull_request: https://github.com/deckhouse/virtualization/pull/1776
- summary: Restore annotations correctly.
pull_request: https://github.com/deckhouse/virtualization/pull/1758
- summary: Accelerated disk attachment in `WaitForFirstConsumer` mode for virtual machines.
pull_request: https://github.com/deckhouse/virtualization/pull/1516
vm:
fixes:
- summary: Fix cyclic reboot of VM in CE version.
pull_request: https://github.com/deckhouse/virtualization/pull/1774
vmclass:
features:
- summary: >-
Added the `.spec.sizingPolicies.defaultCoreFraction` field to the `VirtualMachineClass`
resource, allowing you to set the default `coreFraction` for virtual machines that use this
class.
pull_request: https://github.com/deckhouse/virtualization/pull/1783
vmsnapshot:
fixes:
- summary: Process secret already exists error.
pull_request: https://github.com/deckhouse/virtualization/pull/1762

15 changes: 15 additions & 0 deletions CHANGELOG/CHANGELOG-v1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog v1.3

## Features


- **[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)

## Fixes


- **[images]** Added the ability to use system nodes to create project and cluster images. [#1747](https://github.com/deckhouse/virtualization/pull/1747)
- **[observability]** Fixed the display of virtual machine charts in clusters running in HA mode. [#1801](https://github.com/deckhouse/virtualization/pull/1801)
- **[vd]** Fixed an issue with restoring labels and annotations on a disk created from a snapshot. [#1776](https://github.com/deckhouse/virtualization/pull/1776)
- **[vd]** Accelerated disk attachment in `WaitForFirstConsumer` mode for virtual machines. [#1516](https://github.com/deckhouse/virtualization/pull/1516)

Loading