NEWS.md: update for osbuild version 16
Major changes are the support for ignition, that assembler results wont be automatically committed anymore, a new org.osbuild.copy stage, the removal of the `tree_id` & `output_id` as well as full manifest validation due to the addition of source schema validation.
This commit is contained in:
parent
af7ef2ec3e
commit
162797f206
3 changed files with 57 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ import setuptools
|
|||
|
||||
setuptools.setup(
|
||||
name="osbuild",
|
||||
version="15",
|
||||
version="16",
|
||||
description="A build system for OS images",
|
||||
packages=["osbuild", "osbuild.util"],
|
||||
license='Apache-2.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue