diff --git a/CHANGELOG/CHANGELOG-v1.5.0.yml b/CHANGELOG/CHANGELOG-v1.5.0.yml new file mode 100644 index 0000000000..76dc641280 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.5.0.yml @@ -0,0 +1,15 @@ +core: + features: + - summary: Add qouta exclude labels for virt-launcher pods. + pull_request: https://github.com/deckhouse/virtualization/pull/1872 +vm: + fixes: + - summary: Get shutdown reason from correct pod. + pull_request: https://github.com/deckhouse/virtualization/pull/1890 + - summary: Correct message in AwaitingRestartToApplyConfiguration condition. + pull_request: https://github.com/deckhouse/virtualization/pull/1869 +vmop: + fixes: + - summary: Correct message for 'Completed' condition for VirtualMachineOperation in phase 'Pending' + pull_request: https://github.com/deckhouse/virtualization/pull/1873 + diff --git a/CHANGELOG/CHANGELOG-v1.5.md b/CHANGELOG/CHANGELOG-v1.5.md new file mode 100644 index 0000000000..bd6db1d7c8 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.5.md @@ -0,0 +1,19 @@ +# Changelog v1.5 + +## Features + + + - **[core]** Add qouta exclude labels for virt-launcher pods. [#1872](https://github.com/deckhouse/virtualization/pull/1872) + +## Fixes + + + - **[vm]** Get shutdown reason from correct pod. [#1890](https://github.com/deckhouse/virtualization/pull/1890) + - **[vm]** Correct message in AwaitingRestartToApplyConfiguration condition. [#1869](https://github.com/deckhouse/virtualization/pull/1869) + - **[vmop]** Correct message for 'Completed' condition for VirtualMachineOperation in phase 'Pending' [#1873](https://github.com/deckhouse/virtualization/pull/1873) + +## Chore + + + - **[module]** Compile swtpm and libraries with x86-64-v2 compatibility. [#1857](https://github.com/deckhouse/virtualization/pull/1857) +