Release 2.6.2
This commit is contained in:
parent
a753a14316
commit
3ad03d1590
@ -1,3 +1,7 @@
|
||||
2.6.2
|
||||
- kas-container: Restore oe-git-proxy location (/usr/bin)
|
||||
- kas-container: Drop world-write permission from /kas folder
|
||||
|
||||
2.6.1
|
||||
- kas: fix installation via pip
|
||||
|
||||
@ -17,6 +21,7 @@
|
||||
- kas-container: install g++-multilib
|
||||
- kas-container: install newer git-lfs
|
||||
- kas-container: Enter with /repo as current dir
|
||||
- kas-container: Carry oe-git-proxy locally and relocate to /usr/local/bin
|
||||
|
||||
2.5
|
||||
- kas: Apply patches before doing an environment setup
|
||||
|
@ -88,7 +88,7 @@ enable_isar_mode() {
|
||||
fi
|
||||
}
|
||||
|
||||
KAS_IMAGE_VERSION_DEFAULT="2.6.1"
|
||||
KAS_IMAGE_VERSION_DEFAULT="2.6.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__ = '2.6.1'
|
||||
__version__ = '2.6.2'
|
||||
|
||||
# Please update docs/format-changelog.rst when changing the file version.
|
||||
__file_version__ = 11
|
||||
|
Loading…
Reference in New Issue
Block a user