Skip to content

Commit

Permalink
Release 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kiszka committed Dec 6, 2024
1 parent 73872d0 commit 6a4a8d8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
4.6
- kas: move lock file handling to new lock plugin
- kas: add support for running inside vscode devcontainer
- kas: keep repos in their current state when using -k
- kas: permit kas config snippets in git submodules of main repo
- kas: do not apply patches to unclean repos
- kas: GitLab CI: allow ssh config adjustments in more cases
- kas: add override to remove default tag or branch
- kas: order layers by repo and layer name in bblayers.conf
- kas: deprecate non full-length digests for git repos
- kas: mercurial: create valid branch names on patching
- kas: attestation: make repo digest sha256-aware
- kas: make version property in json schema more strict
- kas: fix repo processing in the presence of identical names
- kas: fix resource leaks on command execution error
- kas: fix/improve event loop and termination handling
- kas: Drop -d option
- kas-container: Drop already deprecated -d and -v options
- kas-container: gracefully handle rate-limits of snapshot.d.o
- docs: document kas-container command
- docs: enhance json schema with descriptions
- docs: kas-container: document how to select image
- docs: add note about snack test dependency

4.5
- kas: avoid bitbake parsing due to non-deterministic layer patches
- kas: correctly handle upstream ff merges on fetch
Expand Down
2 changes: 1 addition & 1 deletion kas-container
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

set -e

KAS_IMAGE_VERSION_DEFAULT="4.5"
KAS_IMAGE_VERSION_DEFAULT="4.6"
KAS_CONTAINER_IMAGE_PATH_DEFAULT="ghcr.io/siemens/kas"
KAS_CONTAINER_IMAGE_NAME_DEFAULT="kas"
KAS_CONTAINER_SELF_NAME="$(basename "$0")"
Expand Down
2 changes: 1 addition & 1 deletion kas/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
__license__ = 'MIT'
__copyright__ = 'Copyright (c) Siemens AG, 2017-2020'

__version__ = '4.5'
__version__ = '4.6'

0 comments on commit 6a4a8d8

Please sign in to comment.