Release 3.2.1

This commit is contained in:
Jan Kiszka 2023-02-02 08:41:17 +01:00
parent 795ecdbcd6
commit 66893480c7
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
3.2.1
- kas-container: Add unzip package to kas-base
- docs: Fix description of container image generation
- docs: Fix description of bblayers_conf_header and local_conf_header
3.2
- kas: add conditional, default-free environment variables
- kas: add plugin to dump flattened config and resolve repo refs

View File

@ -132,7 +132,7 @@ run_clean() {
fi
}
KAS_IMAGE_VERSION_DEFAULT="3.2"
KAS_IMAGE_VERSION_DEFAULT="3.2.1"
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__ = '3.2'
__version__ = '3.2.1'
# Please update docs/format-changelog.rst when changing the file version.
__file_version__ = 13