Skip to content

Commit c5191c8

Browse files
committed
Release 5.1
1 parent 43d12cb commit c5191c8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
5.1
2+
- kas: use DL_DIR environment variable on cleanall
3+
- kas: Print distro name and version on startup
4+
- kas-container: Install binfmts for qemu manually
5+
- kas-container: add custom git path to safedirs
6+
- kas-container: restore debian sources list after installation
7+
- docs: Update installation instructions
8+
- docs: add missing property to buildtools examples
9+
110
5.0
211
- kas: introduce buildtools support
312
- kas: Allow branch override

kas-container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
set -e
2929

30-
KAS_CONTAINER_SCRIPT_VERSION="5.0"
30+
KAS_CONTAINER_SCRIPT_VERSION="5.1"
3131
KAS_IMAGE_VERSION_DEFAULT="${KAS_CONTAINER_SCRIPT_VERSION}"
3232
KAS_CONTAINER_IMAGE_DISTRO_DEFAULT=""
3333
KAS_CONTAINER_IMAGE_PATH_DEFAULT="ghcr.io/siemens/kas"

kas/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
__license__ = 'MIT'
2626
__copyright__ = 'Copyright (c) Siemens AG, 2017-2020'
2727

28-
__version__ = '5.0'
28+
__version__ = '5.1'

0 commit comments

Comments
 (0)