diff --git a/CHANGELOG/CHANGELOG-v1.9.2.yml b/CHANGELOG/CHANGELOG-v1.9.2.yml new file mode 100644 index 0000000000..e3312f303b --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.9.2.yml @@ -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 +