diff --git a/docs/news/unreleased/osbuild-schema-2.md b/docs/news/unreleased/osbuild-schema-2.md new file mode 100644 index 000000000..eeae9d4f9 --- /dev/null +++ b/docs/news/unreleased/osbuild-schema-2.md @@ -0,0 +1,8 @@ +# Support new OSBuild pipelines and RHEL for Edge commit installer image type + +OSBuild Composer can now generate Manifests that conform to the new OSBuild +schema. A new image type is added that takes advantage of the new schema +called `rhel-edge-container`. This image type creates an OCI container with an +HTTP server that serves the same payload as a `rhel-edge-commit`. + +Relevant PR: https://github.com/osbuild/osbuild-composer/pull/1244