Release 3.2.1
This commit is contained in:
parent
795ecdbcd6
commit
66893480c7
@ -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
|
3.2
|
||||||
- kas: add conditional, default-free environment variables
|
- kas: add conditional, default-free environment variables
|
||||||
- kas: add plugin to dump flattened config and resolve repo refs
|
- kas: add plugin to dump flattened config and resolve repo refs
|
||||||
|
@ -132,7 +132,7 @@ run_clean() {
|
|||||||
fi
|
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_PATH_DEFAULT="ghcr.io/siemens/kas"
|
||||||
KAS_CONTAINER_IMAGE_NAME_DEFAULT="kas"
|
KAS_CONTAINER_IMAGE_NAME_DEFAULT="kas"
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
__copyright__ = 'Copyright (c) Siemens AG, 2017-2020'
|
__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.
|
# Please update docs/format-changelog.rst when changing the file version.
|
||||||
__file_version__ = 13
|
__file_version__ = 13
|
||||||
|
Loading…
Reference in New Issue
Block a user