File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ 4.8.2
2+ - kas: clean: avoid creation of tmp data to recover from full-disk scenario
3+ - kas: avoid duplicate creations of tmpdir
4+ - kas-container: fix host timezone propagation, resolving yocto breakage
5+ - kas-container: restore git safe.directory exception outside of kas for GitLab CI
6+ - kas-container: avoid collision of internal vars with environment
7+ - kas-container: fallback to xterm if a TERM value is not supported
8+ - docs: precisely describe where SHELL env var is in effect
9+ - docs: add note on YAML support and its limitations
10+ - docs: remove GnuPG limitation of repo verification
11+ - docs: sphinx_kas_schema.py: support numbers in regex
12+
1134.8.1
214- kas-container: Update new version variable on release, fixing mismatch in 4.8
315
Original file line number Diff line number Diff line change 2727
2828set -e
2929
30- KAS_CONTAINER_SCRIPT_VERSION=" 4.8.1 "
30+ KAS_CONTAINER_SCRIPT_VERSION=" 4.8.2 "
3131KAS_IMAGE_VERSION_DEFAULT=" ${KAS_CONTAINER_SCRIPT_VERSION} "
3232KAS_CONTAINER_IMAGE_PATH_DEFAULT=" ghcr.io/siemens/kas"
3333KAS_CONTAINER_IMAGE_NAME_DEFAULT=" 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.1 '
28+ __version__ = '4.8.2 '
You can’t perform that action at this time.
0 commit comments