news: add news entry

Adds news entry for cloudapi package selection.
This commit is contained in:
Tom Gundersen 2021-02-10 14:25:59 +00:00 committed by Ondřej Budai
parent e513905424
commit 8667d446b1

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