diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4a2a2..9226f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ +3.2.2 +- kas-container: Start as non-root when running without kas-container +- kas-container: Disable git safe.directory when running without kas-container +- kas-container: Make sure privileged podman will find sbin tools +- docs: Leave notice on inherit integrity weaknesses of repo fetches +- docs: Add a SECURITY.md + 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 +- 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 diff --git a/kas-container b/kas-container index 221559a..cad4290 100755 --- a/kas-container +++ b/kas-container @@ -134,7 +134,7 @@ run_clean() { fi } -KAS_IMAGE_VERSION_DEFAULT="3.2.1" +KAS_IMAGE_VERSION_DEFAULT="3.2.2" 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 d89e362..9d7dd3f 100644 --- a/kas/__version__.py +++ b/kas/__version__.py @@ -25,7 +25,7 @@ __license__ = 'MIT' __copyright__ = 'Copyright (c) Siemens AG, 2017-2020' -__version__ = '3.2.1' +__version__ = '3.2.2' # Please update docs/format-changelog.rst when changing the file version. __file_version__ = 13