From b7d51af5dce1c8b653d5a776c731590cf18af2ad Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 9 Mar 2022 17:26:05 +0200 Subject: [PATCH] Update changelog/changes/2022-02-22-configurable-image-compression.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kai Lüke --- changelog/changes/2022-02-22-configurable-image-compression.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/changes/2022-02-22-configurable-image-compression.md b/changelog/changes/2022-02-22-configurable-image-compression.md index 3112faf1a1..a4982bd916 100644 --- a/changelog/changes/2022-02-22-configurable-image-compression.md +++ b/changelog/changes/2022-02-22-configurable-image-compression.md @@ -1,2 +1,3 @@ - OpenStack: In addition to the `bz2` image, a `gz` compressed image is published. This allows Glance to directly consume the images by simply passing in the URL of the image. +- DigitalOcean: In addition to the `bz2` image, a `gz` compressed image is published. This helps against hitting the compression timeout that sometimes lets the image import fail. - SDK: The image compression format is now configurable. Supported formats are: `bz2`, `gz`, `zip`, `none`, `zst`. Selecting the image format can now be done by passing the `--image_compression_formats` option. This flag gets a comma separated list of formats.