Release 0.10.0
Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
This commit is contained in:
parent
c329e850d4
commit
6bc7715f15
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,2 +1,16 @@
|
||||
0.10.0
|
||||
- Docker image creation (Debian Stretch), pushed on kasproject/kas
|
||||
- Restructure documentation add support for Sphinx export it to readthedocs
|
||||
- Add support for include feature for Yaml files
|
||||
- Add support for Isar build system
|
||||
- Handling of SIGTERM/TERM improved
|
||||
- Parallel download of git sources
|
||||
- Allow environment to overwrite proxy, target, machine and distro
|
||||
- Add unit testing for include/merge config file handling
|
||||
- Rename sublayers back to layers
|
||||
- pylint & pep8 cleanups
|
||||
- Allow to define workdir via KAS_WORK_DIR
|
||||
- Shell honors SHELL and TERM environment variable
|
||||
|
||||
0.9.0
|
||||
- initial public release
|
||||
|
@ -25,5 +25,5 @@
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright (c) Siemens AG, 2017'
|
||||
|
||||
__version__ = '0.9.0'
|
||||
__compatible_version__ = '0.9'
|
||||
__version__ = '0.10.0'
|
||||
__compatible_version__ = '0.10'
|
||||
|
Loading…
Reference in New Issue
Block a user