Skip to content

Commit d13ad3a

Browse files
committed
Release 5.3
1 parent 5236c09 commit d13ad3a

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
5.3
2+
- kas: git: Avoid checking out sha-like branches as commits (CVE-2026-47191)
3+
- kas: verify signatures prior to checkout (CVE-2026-47192)
4+
- kas: strip credentials from attestation also if token is used
5+
- kas: ensure _source_dir is only set from main config file
6+
- kas: ensure git-clone path is not processed as option
7+
- kas: drop never correctly support for absolute include path
8+
- kas: limit include path traversals to repository
9+
- kas: Warn about repos with branches but without commit or lock file
10+
- kas: create a CACHEDIR.TAG in the kas build directory
11+
- kas: add Arch Linux to supported distros for locale settings
12+
- kas: schema: switch default distro to nodistro
13+
- kas: schema: enforce signer config constraints via schema
14+
- kas: dump: Use 2 spaces as indention in generated yaml
15+
- kas: Properly convert error list to string prior to output
16+
- kas: improve printing of os version
17+
- kas-container: do not construct image name if providing KAS_CONTAINER_IMAGE
18+
- kas-container: Fix podman detection
19+
- kas-container: do not process locale aliases
20+
- kas-container: query system docker path in isar mode, not assuming it
21+
- docs: Document a simpler way to disable layers in a repo
22+
- docs: Clarify environment variable handling
23+
- release: Publish both source and wheel to PyPI
24+
125
5.2
226
- kas: Add support for layer priorities
327
- kas: Add support for AWS SSO login credentials

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.2"
30+
KAS_CONTAINER_SCRIPT_VERSION="5.3"
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.2'
28+
__version__ = '5.3'

0 commit comments

Comments
 (0)