Release 2.3

This commit is contained in:
Jan Kiszka 2020-11-20 08:19:32 +01:00
parent 6110863a0c
commit 7bbccbfb47
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2.3
- kas: add "checkout" and for-all-repos subcommands
- kas: add python 3.9 compatibility
- kas: improve documentation
- config: add build_system property to pre-select OE/Yocto or Isar
- kas-container: rename from kas-docker
- kas-container: add support for build_system property (making --isar optional)
- kas-container: adjust environment variables interface
- kas-container: switch to github container repository
- kas-container: add support for Debian bullseye cross building
- kas-container: add zstd package
2.2
- kas: allow extra bitbake arguments to be passed
- kas: add --force-checkout and --update arguments to ease CI usage

View File

@ -25,7 +25,7 @@
__license__ = 'MIT'
__copyright__ = 'Copyright (c) Siemens AG, 2017-2020'
__version__ = '2.2'
__version__ = '2.3'
# Please update docs/format-changelog.rst when changing the file version.
__file_version__ = 10