Release 2.1

This commit is contained in:
Jan Kiszka 2020-05-19 07:30:20 +02:00
parent 378457b2c8
commit 68809708e8
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
2.1
- Add support for S3 fetcher to docker image
- Lift Python minimal requirements to 3.5
- Fix reporting of of repo patch IDs
- config: use 'qemux86-64' instead of 'qemu' as default for KAS_MACHINE
- Ensure SSH key ends with newline
- kas-docker: Make it harder to run as root
- kas-docker: Make loop device passing optional
- kas-docker: Various fixes
2.0
- Add support for Yocto 3.0 / latest Isar
- Move docker image to Debian buster

View File

@ -60,7 +60,7 @@ trace()
}
if [ -z "${KAS_IMAGE_VERSION}" ]; then
KAS_IMAGE_VERSION="2.0"
KAS_IMAGE_VERSION="2.1"
fi
DOCKER_IMAGE=kasproject/kas:${KAS_IMAGE_VERSION}

View File

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