mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-06 01:21:39 +00:00
v9.6.1
This commit is contained in:
parent
f738416242
commit
e4ca8ba7e7
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Add missing ServiceManager methods
|
||||||
|
hash: 8315413046e4b54278f504fd31398154f2ff4782
|
||||||
|
body: ''
|
||||||
|
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.6.1
|
||||||
|
date: 2019-01-29T11:52:53.041Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Upgrade to node 8 for supported architectures
|
- subject: Upgrade to node 8 for supported architectures
|
||||||
hash: 338ba4cdd7c6a0a7036e3c9d932622fbe5216436
|
hash: 338ba4cdd7c6a0a7036e3c9d932622fbe5216436
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 9.6.1 - 2019-01-29
|
||||||
|
|
||||||
|
* Add missing ServiceManager methods [Cameron Diver]
|
||||||
|
|
||||||
## 9.6.0 - 2019-01-25
|
## 9.6.0 - 2019-01-25
|
||||||
|
|
||||||
* Upgrade to node 8 for supported architectures [Cameron Diver]
|
* Upgrade to node 8 for supported architectures [Cameron Diver]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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.6.0",
|
"version": "9.6.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user