Release 3.2.2
This commit is contained in:
parent
d85adb9b93
commit
0e61fdddaf
13
CHANGELOG.md
13
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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user