File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
1164.8.2
217- kas: clean: avoid creation of tmp data to recover from full-disk scenario
318- kas: avoid duplicate creations of tmpdir
Original file line number Diff line number Diff line change 2727
2828set -e
2929
30- KAS_CONTAINER_SCRIPT_VERSION=" 4.8.2 "
30+ KAS_CONTAINER_SCRIPT_VERSION=" 5.0 "
3131KAS_IMAGE_VERSION_DEFAULT=" ${KAS_CONTAINER_SCRIPT_VERSION} "
3232KAS_CONTAINER_IMAGE_DISTRO_DEFAULT=" "
3333KAS_CONTAINER_IMAGE_PATH_DEFAULT=" ghcr.io/siemens/kas"
Original file line number Diff line number Diff line change 2525__license__ = 'MIT'
2626__copyright__ = 'Copyright (c) Siemens AG, 2017-2020'
2727
28- __version__ = '4.8.2 '
28+ __version__ = '5.0 '
You can’t perform that action at this time.
0 commit comments