File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 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+
1214.6
222- kas: move lock file handling to new lock plugin
323- kas: add support for running inside vscode devcontainer
Original file line number Diff line number Diff line change 2727
2828set -e
2929
30- KAS_IMAGE_VERSION_DEFAULT=" 4.6 "
30+ KAS_IMAGE_VERSION_DEFAULT=" 4.7 "
3131KAS_CONTAINER_IMAGE_PATH_DEFAULT=" ghcr.io/siemens/kas"
3232KAS_CONTAINER_IMAGE_NAME_DEFAULT=" kas"
3333KAS_CONTAINER_SELF_NAME=" $( basename " $0 " ) "
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.6 '
28+ __version__ = '4.7 '
You can’t perform that action at this time.
0 commit comments