Release 2.3
This commit is contained in:
parent
6110863a0c
commit
7bbccbfb47
12
CHANGELOG.md
12
CHANGELOG.md
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user