Skip to content

Commit ae35510

Browse files
committed
Preps for 1.8.0-rc1
Update version fields for 1.8.0-rc1 release. Signed-off-by: David Brown <[email protected]>
1 parent 1b1b4f9 commit ae35510

File tree

4 files changed

+35
-2
lines changed

4 files changed

+35
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[travis]: https://travis-ci.org/mcu-tools/mcuboot
1717
[license]: https://github.com/mcu-tools/mcuboot/blob/main/LICENSE
1818

19-
This is mcuboot version 1.8.0-dev
19+
This is mcuboot version 1.8.0-rc1
2020

2121
MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to
2222
define a common infrastructure for the bootloader, system flash layout on

docs/release-notes.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,38 @@
33
- Table of Contents
44
{:toc}
55

6+
## Version 1.8.0
7+
8+
The 1.8.0 release of MCUboot contains numerous fixes, and adds support
9+
for the NuttX RTOS, and the Espressif ESP32 SDK.
10+
11+
### About this release
12+
13+
- Add support for the NuttX RTOS.
14+
- Add support for the Espressif ESP32 SDK.
15+
- `boot_serial` changed to use cddl-gen, which removes the dependency
16+
on tinycbor.
17+
- Add various hooks to be able to change how image data is accessed.
18+
- Cypress supports Mbed TLS for encryption.
19+
- Support using Mbed TLS for ECDSA. This can be useful if Mbed TLS is
20+
brought in for another reason.
21+
- Add simulator support for testing direct-XIP and ramload.
22+
- Support Mbed TLS 3.0. Updates the submodule for Mbed TLS to 3.0.
23+
- Enable direct-xip mode in mbed-os port.
24+
- extract `bootutil_public` library, a common interface for mcuboot
25+
and the application.
26+
- Allow to boot primary image if secondary one is unreachable.
27+
- Add AES256 image encryption support.
28+
- Add Multiimage boot for direct-xip and ram-load mode.
29+
30+
### Security fixes
31+
32+
- [GHSA-gcxh-546h-phg4](https://github.com/mcu-tools/mcuboot/security/advisories/GHSA-gcxh-546h-phg4)
33+
has been published. There is not a fix at this time, but a caution
34+
to be sure to follow the instructions carefully, and make sure that
35+
the development keys in the repo are never used in a production
36+
system.
37+
638
## Version 1.7.0
739

840
The 1.7.0 release of MCUBoot adds support for the Mbed-OS platform,

repository.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ repo.versions:
3333
"1.7.0": "v1.7.0"
3434
"1.7.1": "v1.7.1"
3535
"1.7.2": "v1.7.2"
36+
"1.8.0": "v1.8.0-rc1"
3637

3738
"0-dev": "0.0.0" # main
3839
"0-latest": "1.7.2" # latest stable release

scripts/imgtool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
imgtool_version = "1.7.0"
17+
imgtool_version = "1.8.0rc1"

0 commit comments

Comments
 (0)