mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-14 06:26:35 +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:
|
||||
- subject: Upgrade to node 8 for supported architectures
|
||||
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!
|
||||
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
|
||||
|
||||
* Upgrade to node 8 for supported architectures [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.6.0",
|
||||
"version": "9.6.1",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user