From 29099e1d17f93ae1d09fe945ad191b703aacd3d8 Mon Sep 17 00:00:00 2001 From: David Brown Date: Tue, 12 Oct 2021 09:52:18 -0600 Subject: [PATCH] Preps for 1.8.0 Update version fields for 1.8.0 release. Signed-off-by: David Brown --- README.md | 2 +- docs/release-notes.md | 2 ++ repository.yml | 8 ++++---- scripts/imgtool/__init__.py | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 44df7294..861c4d17 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ [travis]: https://travis-ci.org/mcu-tools/mcuboot [license]: https://github.com/mcu-tools/mcuboot/blob/main/LICENSE -This is mcuboot version 1.8.0-rc2 +This is mcuboot version 1.8.0 MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to define a common infrastructure for the bootloader, system flash layout on diff --git a/docs/release-notes.md b/docs/release-notes.md index 0b3e01ce..885fe31b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -30,6 +30,8 @@ for the NuttX RTOS, and the Espressif ESP32 SDK. top level directory. - Fault injection tests use updated TF-M. - Thingy:53 now supports multi-image DFU. +- ram load and image encryption can be used together, allowing the + entire contents of flash to always remain encrypted. ### Security fixes diff --git a/repository.yml b/repository.yml index daf3d871..495f71a5 100644 --- a/repository.yml +++ b/repository.yml @@ -33,10 +33,10 @@ repo.versions: "1.7.0": "v1.7.0" "1.7.1": "v1.7.1" "1.7.2": "v1.7.2" - "1.8.0": "v1.8.0-rc2" + "1.8.0": "v1.8.0" "0-dev": "0.0.0" # main - "0-latest": "1.7.2" # latest stable release - "1-latest": "1.7.2" # latest stable release + "0-latest": "1.8.0" # latest stable release + "1-latest": "1.8.0" # latest stable release - "1.0-latest": "1.7.2" + "1.0-latest": "1.8.0" diff --git a/scripts/imgtool/__init__.py b/scripts/imgtool/__init__.py index f34144a0..ca43b8d9 100644 --- a/scripts/imgtool/__init__.py +++ b/scripts/imgtool/__init__.py @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -imgtool_version = "1.8.0rc2" +imgtool_version = "1.8.0"