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