diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index bcc093d0..3c58e7d8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: Revert "Upgrade to node 8 for supported architectures" + hash: b3a07da8e47433f6e20fa7fe7a1da020ea49ef2b + body: | + This reverts commit 338ba4cdd7c6a0a7036e3c9d932622fbe5216436. + + This is to unblock the release of the supervisor version, pending the + fix of the introduction of the race condition currently affecting v2 + deltas. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 9.8.2 + date: 2019-02-19T14:53:35.739Z - commits: - subject: Don't mount /lib/modules if it is already mounted hash: fae2548f27fbf6bf3e76fb56f1e8356afaac5bdd diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe58f12..c9d95e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 9.8.2 - 2019-02-19 + +* Revert "Upgrade to node 8 for supported architectures" [Cameron Diver] + ## 9.8.1 - 2019-02-14 * Don't mount /lib/modules if it is already mounted [Cameron Diver] diff --git a/package.json b/package.json index 495b1482..618ec03f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.", - "version": "9.8.1", + "version": "9.8.2", "license": "Apache-2.0", "repository": { "type": "git",