Release 1.1

This commit is contained in:
Jan Kiszka 2019-10-01 16:21:40 +02:00
parent a8dfbda062
commit e9ca55a239
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
1.1
- Restore mercurial support
- Add -c and --cmd as aliases for --task
- Fix repo patching when using a branch name as refspec
- Update repo remote URL on kas file changes
- kas-docker: fix SHELL forwarding
- kas-docker: use released image, rather than "latest"
- kas-docker: allow to define custom image version
- kasproject/kas: enable devshell and menuconfig targets
- kasproject/kas image: add gnupg and quilt
- kasproject/kas-isar image: fix /var/tmp handling
1.0
- isar: Take qemu-user-static from buster and adjust binfmt setup

View File

@ -56,7 +56,7 @@ trace()
}
if [ -z "${KAS_IMAGE_VERSION}" ]; then
KAS_IMAGE_VERSION="latest"
KAS_IMAGE_VERSION="1.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__ = '1.0'
__version__ = '1.1'
# Please update docs/format-changelog.rst when changing the file version.
__file_version__ = 8