mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 14:37:49 +00:00
v10.0.5
This commit is contained in:
parent
4922b7154d
commit
7afde2fc0e
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: 'fix: Always reboot when applying boot config'
|
||||
hash: e91fa6e7b33f4c859a47bd97ec837ff85049164f
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Closes: '#1037'
|
||||
closes: '#1037'
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
version: 10.0.5
|
||||
date: 2019-07-22T15:10:57.680Z
|
||||
- commits:
|
||||
- subject: Pre-emptively pull required images in parallel
|
||||
hash: 565ef27b1b2c7e86d1b26571cec140e9da0ac14c
|
||||
|
@ -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/).
|
||||
|
||||
## 10.0.5 - 2019-07-22
|
||||
|
||||
* Fix: Always reboot when applying boot config [Cameron Diver]
|
||||
|
||||
## 10.0.4 - 2019-07-19
|
||||
|
||||
* Pre-emptively pull required images in parallel [Pagan Gazzard]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.0.4",
|
||||
"version": "10.0.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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": "10.0.4",
|
||||
"version": "10.0.5",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user