Release 2.4

This commit is contained in:
Jan Kiszka 2021-02-25 19:09:02 +01:00
parent 8234936902
commit 8fe75298e4
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
2.4
- kas: Silence "Exception ignored when trying to write to the signal wakeup fd"
- kas: drop bitbakes "-k" from the default args
- kas: fix repos path if no url, but path given
- kas: Set upper version limit for dependencies
- kas-container: Add support for rootless podman with userns keep-id
- kas-container: Add support for multi-word --command arguments
- kas-container: make sure that we pass shellcheck
- kas-container/kas*: Add support for multi-arch containers
- kas-container/kas: Pull all Python dependencies from Debian
- kas-container/kas-isar: Drop grub package
2.3.3
- Fix binfmt setup in kas-isar container image

View File

@ -75,7 +75,7 @@ enable_isar_mode() {
fi
}
KAS_IMAGE_VERSION_DEFAULT="2.3.3"
KAS_IMAGE_VERSION_DEFAULT="2.4"
KAS_CONTAINER_IMAGE_PATH_DEFAULT="ghcr.io/siemens/kas"
KAS_CONTAINER_IMAGE_NAME_DEFAULT="kas"

View File

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