Release 2.5

This commit is contained in:
Jan Kiszka 2021-05-26 07:27:23 +02:00
parent 46eabc7be3
commit 28891711c0
3 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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"

View File

@ -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