mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 10:46:22 +00:00
v9.8.2
This commit is contained in:
parent
431bf15a71
commit
b3f90e94ec
@ -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 <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
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
|
||||
|
@ -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]
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user