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:
Christian Kellner 2020-06-04 15:03:38 +02:00 committed by David Rheinsberg
parent af7ef2ec3e
commit 162797f206
3 changed files with 57 additions and 2 deletions

View file

@ -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',