Skip to content

Commit e9ca3d2

Browse files
committed
Release 5.0
1 parent b99dd31 commit e9ca3d2

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
5.0
2+
- kas: introduce buildtools support
3+
- kas: Allow branch override
4+
- kas: Dump output of init-build-env scripts at debug log-level
5+
- kas: fail on fetch errors, rather than warn and continue
6+
- kas: only fetch repos on update if commit is not pinned
7+
- kas: call sudo only once in ISAR mode of clean plugin
8+
- kas: avoid redundant diff output of filename
9+
- kas: print commit log on lock update
10+
- kas-container: Provide images based on both Debian 12 and 13
11+
- kas-container: allow to select specific image distribution
12+
- kas-container: add support for KAS_BUILDTOOLS_DIR
13+
- kas-container: add partial support for run0
14+
- docs: add oe-core nodistro example
15+
116
4.8.2
217
- kas: clean: avoid creation of tmp data to recover from full-disk scenario
318
- kas: avoid duplicate creations of tmpdir

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="4.8.2"
30+
KAS_CONTAINER_SCRIPT_VERSION="5.0"
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__ = '4.8.2'
28+
__version__ = '5.0'

0 commit comments

Comments
 (0)