Skip to content

Commit

Permalink
Release 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kiszka committed Mar 11, 2024
1 parent e42a64a commit f650ebe
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.3
- kas: fix including from transitively referenced repos
- kas: Add support for .gitconfig pass-through
- kas: Optimize checkout of repos in larger configurations
- kas: Reduce verbosity of kas startup output
- kas: check if branch contains commit if both are set
- kas: Improve error reporting in several places
- kas-container: Bit-identically reproducible images
- kas-container: Enrich manifests with provenance information
- kas-container: Add bash completion for kas
- docs: Separate man pages per subcommand
- docs: Various smaller improvements

4.2
- kas: Fix lock files when references repos by tags
- kas: add forgotten `tag` key to repos `defaults`
Expand Down
2 changes: 1 addition & 1 deletion kas-container
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ run_clean() {
fi
}

KAS_IMAGE_VERSION_DEFAULT="4.2"
KAS_IMAGE_VERSION_DEFAULT="4.3"
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.2'
__version__ = '4.3'

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

0 comments on commit f650ebe

Please sign in to comment.