Skip to content
Open
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
24 changes: 24 additions & 0 deletions CHANGELOG/CHANGELOG-v1.9.2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
core:
fixes:
- summary: >-
Restored live-migration throughput by updating the Go toolchain build used for module
images.
pull_request: https://github.com/deckhouse/virtualization/pull/2541
module:
fixes:
- summary: >-
Speed up DVCR image import and upload by negotiating hardware-accelerated AES-GCM TLS
instead of the software GOST cipher and by uploading uncompressed layers.
pull_request: https://github.com/deckhouse/virtualization/pull/2552
- summary: >-
Detect xz-compressed USB/IP kernel modules on Debian and avoid installing Ubuntu-specific
kernel module packages.
pull_request: https://github.com/deckhouse/virtualization/pull/2544
observability:
fixes:
- summary: >-
virtualization-audit drains connections gracefully and the log-shipper buffers audit events
on disk, so the pod roll on certificate rotation no longer drops audit events or triggers
D8LogShipperDestinationErrors.
pull_request: https://github.com/deckhouse/virtualization/pull/2551

Loading