Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog v0.15.1 #684

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
33 changes: 33 additions & 0 deletions CHANGELOG/CHANGELOG-v0.15.1.yml
Original file line number Diff line number Diff line change
@@ -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

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

## [MALFORMED]


- #707 invalid type "fix | feature | chore", unknown section "<scope name in kebab-case (See CONTRIBUTING.md#scope)>"

## 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)

Loading