Skip to content

Commit

Permalink
Release 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kiszka committed Sep 15, 2024
1 parent ffa795c commit 247d9c2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
4.5
- kas: avoid bitbake parsing due to non-deterministic layer patches
- kas: correctly handle upstream ff merges on fetch
- kas: keep git committer identity if provided in .gitconfig
- kas: add support for container registry authentication
- kas: Improve GitLab CI rewrite rules for git
- kas-container: Use official snapshot.debian.org
- kas-container: Fix positional argument processing with for-all-repos
- kas-container: allow recent Ubuntu builds via isar
- kas-container: re-add deterministic metadata
- docs: document difference between file and env credentials
- sign pip packages on release

4.4
- kas: Auto-import runner-provided .gitconfig also inside GitLab-CI
- kas: Auto-inject git credentials on gitlab ci
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.4"
KAS_IMAGE_VERSION_DEFAULT="4.5"
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,7 +25,7 @@
__license__ = 'MIT'
__copyright__ = 'Copyright (c) Siemens AG, 2017-2020'

__version__ = '4.4'
__version__ = '4.5'

# Please update docs/format-changelog.rst when changing the file version.
__file_version__ = 17
Expand Down

0 comments on commit 247d9c2

Please sign in to comment.