From b825738939a227b441992d67bb7001767ff1c424 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Tue, 8 Jun 2021 19:45:54 +0200 Subject: [PATCH] docs/news: add news item for change --- docs/news/unreleased/hosted-edge-commit.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/news/unreleased/hosted-edge-commit.md diff --git a/docs/news/unreleased/hosted-edge-commit.md b/docs/news/unreleased/hosted-edge-commit.md new file mode 100644 index 000000000..932f69056 --- /dev/null +++ b/docs/news/unreleased/hosted-edge-commit.md @@ -0,0 +1,5 @@ +# Build Edge commits in Image Builder and upload to S3 + +Edge commit image types can now be built through the Cloud API (Image Builder). Edge commits are uploaded to an S3 bucket and are downloadable through a presigned URL that is available for up to 7 days. + +PR: https://github.com/osbuild/osbuild-composer/pull/1439