From 4c7eaff8a673fab67d17c1bcefe9beee70026165 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 26 Sep 2023 09:27:10 +0200 Subject: [PATCH] changelog: add changelog for qcow2 inline compression Add missing changelog of https://github.com/flatcar/scripts/pull/1132. See also https://github.com/flatcar/Flatcar/issues/1135. --- changelog/changes/2023-09-12-qcow2-compression.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/changes/2023-09-12-qcow2-compression.md diff --git a/changelog/changes/2023-09-12-qcow2-compression.md b/changelog/changes/2023-09-12-qcow2-compression.md new file mode 100644 index 00000000000..c6308da2495 --- /dev/null +++ b/changelog/changes/2023-09-12-qcow2-compression.md @@ -0,0 +1 @@ +- Use qcow2 compressed format instead of additional compression layer in Qemu images ([Flatcar#1135](https://github.com/flatcar/Flatcar/issues/1135), [scripts#1132](https://github.com/flatcar/scripts/pull/1132))