From 28891711c0ee597d48a0285a6190a403f2dbc659 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Wed, 26 May 2021 07:27:23 +0200 Subject: [PATCH] Release 2.5 --- CHANGELOG.md | 14 ++++++++++++++ kas-container | 2 +- kas/__version__.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7953b05..637c2fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +2.5 +- kas: Apply patches before doing an environment setup +- kas: repos: strip dot from layer name +- kas: Introduce KAS_BUILD_DIR environment variable +- kas: add GIT_CREDENTIAL_HELPER environment variable +- kas-container: add `--git-credential-store` options +- kas-container: mount /repo as read-write for shell command +- kas-container: add an argument to get version information +- kas-container: Add support for checkout and for-all-repos +- kas-container: add support to set a custom container images location +- kas-container: Fix mounting of custom KAS_REPO_REF_DIR +- kas-container: Add skopeo and umoci to ISAR image +- kas-container: add sudo to standard kas image + 2.4 - kas: Silence "Exception ignored when trying to write to the signal wakeup fd" - kas: drop bitbakes "-k" from the default args diff --git a/kas-container b/kas-container index 61a1427..787f65b 100755 --- a/kas-container +++ b/kas-container @@ -83,7 +83,7 @@ enable_isar_mode() { fi } -KAS_IMAGE_VERSION_DEFAULT="2.4" +KAS_IMAGE_VERSION_DEFAULT="2.5" KAS_CONTAINER_IMAGE_PATH_DEFAULT="ghcr.io/siemens/kas" KAS_CONTAINER_IMAGE_NAME_DEFAULT="kas" diff --git a/kas/__version__.py b/kas/__version__.py index 278c261..b007bbf 100644 --- a/kas/__version__.py +++ b/kas/__version__.py @@ -25,7 +25,7 @@ __license__ = 'MIT' __copyright__ = 'Copyright (c) Siemens AG, 2017-2020' -__version__ = '2.4' +__version__ = '2.5' # Please update docs/format-changelog.rst when changing the file version. __file_version__ = 10