Skip to content

Commit 7ecc070

Browse files
committed
Release 4.8.2
1 parent 68b53d5 commit 7ecc070

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
4.8.1
214
- kas-container: Update new version variable on release, fixing mismatch in 4.8
315

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.1"
30+
KAS_CONTAINER_SCRIPT_VERSION="4.8.2"
3131
KAS_IMAGE_VERSION_DEFAULT="${KAS_CONTAINER_SCRIPT_VERSION}"
3232
KAS_CONTAINER_IMAGE_PATH_DEFAULT="ghcr.io/siemens/kas"
3333
KAS_CONTAINER_IMAGE_NAME_DEFAULT="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.1'
28+
__version__ = '4.8.2'

0 commit comments

Comments
 (0)