Release 2.3.3

This commit is contained in:
Jan Kiszka 2020-11-28 12:36:46 +01:00
parent e905f0002d
commit 368cdffc24
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2.3.3
- Fix binfmt setup in kas-isar container image
2.3.2
- Fix release script fix /wrt kas-container image version updates

View File

@ -81,7 +81,7 @@ enable_isar_mode() {
esac
}
KAS_IMAGE_VERSION_DEFAULT="2.3.2"
KAS_IMAGE_VERSION_DEFAULT="2.3.3"
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.3.2'
__version__ = '2.3.3'
# Please update docs/format-changelog.rst when changing the file version.
__file_version__ = 10