From 5f7ff0abc72431530234e8c78d9e7583445732d7 Mon Sep 17 00:00:00 2001 From: yaroslavborbat Date: Fri, 7 Feb 2025 15:24:24 +0000 Subject: [PATCH] Re-generate changelog v0.15.1 Signed-off-by: deckhouse-BOaTswain <89150800+deckhouse-boatswain@users.noreply.github.com> --- CHANGELOG/CHANGELOG-v0.15.1.yml | 33 +++++++++++++++++++++++++++++++++ CHANGELOG/CHANGELOG-v0.15.md | 23 +++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-v0.15.1.yml create mode 100644 CHANGELOG/CHANGELOG-v0.15.md diff --git a/CHANGELOG/CHANGELOG-v0.15.1.yml b/CHANGELOG/CHANGELOG-v0.15.1.yml new file mode 100644 index 000000000..9cf90546f --- /dev/null +++ b/CHANGELOG/CHANGELOG-v0.15.1.yml @@ -0,0 +1,33 @@ +ci: + fixes: + - summary: cleanup namespaces after e2e tests + pull_request: https://github.com/deckhouse/virtualization/pull/682 +images: + fixes: + - summary: vi/cvi can be successfully created from images on immediate storage class + pull_request: https://github.com/deckhouse/virtualization/pull/712 +kubevirt: + fixes: + - summary: >- + Improve unmounting process by cleaning up mount point files and verifying actual mount + states + pull_request: https://github.com/deckhouse/virtualization/pull/683 + - summary: manage pods network priority during a migration using the cilium label + pull_request: https://github.com/deckhouse/virtualization/pull/642 +vm: + features: + - summary: move disk attachement capacity available condition to block devices ready condition reason. + pull_request: https://github.com/deckhouse/virtualization/pull/633 + fixes: + - summary: truncate prefixes + pull_request: https://github.com/deckhouse/virtualization/pull/705 + - summary: >- + Disk serials are now generated using the MD5 hash of the disk name instead of the disk name + itself. This prevents errors caused by recent QEMU changes enforcing a strict 36-character + limit on serial numbers. + pull_request: https://github.com/deckhouse/virtualization/pull/690 +vmclass: + features: + - summary: add events about available nodes and sizing policies changed + pull_request: https://github.com/deckhouse/virtualization/pull/606 + diff --git a/CHANGELOG/CHANGELOG-v0.15.md b/CHANGELOG/CHANGELOG-v0.15.md new file mode 100644 index 000000000..f510e8534 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v0.15.md @@ -0,0 +1,23 @@ +# Changelog v0.15 + +## [MALFORMED] + + + - #707 invalid type "fix | feature | chore", unknown section "" + +## Features + + + - **[vm]** move disk attachement capacity available condition to block devices ready condition reason. [#633](https://github.com/deckhouse/virtualization/pull/633) + - **[vmclass]** add events about available nodes and sizing policies changed [#606](https://github.com/deckhouse/virtualization/pull/606) + +## Fixes + + + - **[images]** vi/cvi can be successfully created from images on immediate storage class [#712](https://github.com/deckhouse/virtualization/pull/712) + +## Chore + + + - **[module]** adding digest for bounder image [#696](https://github.com/deckhouse/virtualization/pull/696) +