Release 1.1
This commit is contained in:
parent
a8dfbda062
commit
e9ca55a239
12
CHANGELOG.md
12
CHANGELOG.md
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user