Skip to content

Commit

Permalink
Release 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kiszka committed May 31, 2024
1 parent 134aa3c commit 37f8433
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
4.4
- kas: Auto-import runner-provided .gitconfig also inside GitLab-CI
- kas: Auto-inject git credentials on gitlab ci
- kas: Add --keep-config-unchanged to preserve repos and configs on actions
- kas: Fix --skip'ing multiple steps
- kas: List --skip'able steps in --help
- kas: Add support for shallow clones
- kas: Add support to create provenance build attestations
- kas: Add config key to describe build artifacts (used by attestation)
- kas: Add option to dump-plugin to include VCS info of local repos
- kas-container: Handle missing extra argument in subcommands gracefully
- kas-container: improve container reproduction using git commit date
- docs: Several format improvements
- docs: Add simple examples

4.3.2
- kas: don't add comments to .netrc, fixing gitlab-ci
- kas: make file permissions on credentials more strict (not a security fix)
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.3.2"
KAS_IMAGE_VERSION_DEFAULT="4.4"
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.3.2'
__version__ = '4.4'

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

0 comments on commit 37f8433

Please sign in to comment.