Skip to content

Commit 59e55e4

Browse files
committed
Release 4.7
1 parent 18c940d commit 59e55e4

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
4.7
2+
- kas: preserve history across shell plugin invocations
3+
- kas: adjust/improve dirty repo detection
4+
- kas: only sort keys in dump plugin output if explicitly requested
5+
- kas: ensure consistent config ordering in dump output
6+
- kas: enforce maximum header version when merging configs
7+
- kas: only include config in attestation if not tracked
8+
- kas: fix repo type identifier for mercurial in attestations
9+
- kas: improve annotation of kas-generated repo commits
10+
- kas: improve schema validation error messages
11+
- kas: show both commit ids in error message on tag commit mismatch
12+
- kas-container: do not create KAS_WORK_DIR
13+
- kas-container: add support for git worktrees
14+
- kas-container: add support for Ubuntu 24.04 hosts
15+
- kas-container: account for lock plugin in container entrypoint
16+
- kas-container: make AWS_WEB_IDENTITY_TOKEN_FILE errors more precise
17+
- docs: document rules for provided directories
18+
- docs: describe steps needed to add a new plugin
19+
- docs: auto add enum values of schema node
20+
121
4.6
222
- kas: move lock file handling to new lock plugin
323
- kas: add support for running inside vscode devcontainer

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_IMAGE_VERSION_DEFAULT="4.6"
30+
KAS_IMAGE_VERSION_DEFAULT="4.7"
3131
KAS_CONTAINER_IMAGE_PATH_DEFAULT="ghcr.io/siemens/kas"
3232
KAS_CONTAINER_IMAGE_NAME_DEFAULT="kas"
3333
KAS_CONTAINER_SELF_NAME="$(basename "$0")"

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.6'
28+
__version__ = '4.7'

0 commit comments

Comments
 (0)