From 0e316db5d047796b1c42463ce8fdb8034b6afb2a Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Mon, 27 Jul 2020 15:42:26 -0600 Subject: [PATCH] v2.0.0-rc.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's get this party started 🎉 🍻 🥳 --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74469e8..45b2450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v2.0.0-rc.0 + +* New Features + * Uses `nerves_initramfs` to support pre-start checks for deciding if a + firmware should automatically be reverted before the kernel is loaded. + By default, this checks UBoot variable `nerves_fw_validated` and if the + firmware has not been validated, a revert will be triggered. This means + a user must validate the firmware on first boot via + `Nerves.Runtime.validate_firmware/0` or by writing to UBoot directly + ## v1.12.1 * Fixes diff --git a/VERSION b/VERSION index f8f4f03..3fb13d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.1 +2.0.0-rc.0