Release osbuild-composer version 28
This commit is contained in:
Martin Sehnoutka 2021-02-20 15:16:39 +01:00 committed by Tom Gundersen
parent f0b7cc0973
commit 8ca6b1ea15
13 changed files with 33 additions and 1 deletions

View file

@ -0,0 +1,9 @@
# Cloud API: The compose endopint now allow additional package selection
The `POST /compose` endpoint has now been extended to allow packages to
be requested in addition to the base ones for the image type. Packages
can only be requested by name, and the most recent ones that satisfy
dependency solving will be chosen.
Relevant PR:
https://github.com/osbuild/osbuild-composer/pull/1208