From 3ad03d15904af970d4d5cd5db6ed1c96ee3c4219 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Tue, 2 Nov 2021 13:01:21 +0100 Subject: [PATCH] Release 2.6.2 --- CHANGELOG.md | 5 +++++ kas-container | 2 +- kas/__version__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa6622..fee2ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/kas-container b/kas-container index 6c54681..d0df47b 100755 --- a/kas-container +++ b/kas-container @@ -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" diff --git a/kas/__version__.py b/kas/__version__.py index a907cc5..ccf4701 100644 --- a/kas/__version__.py +++ b/kas/__version__.py @@ -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