This commit is contained in:
Resin CI 2019-01-29 17:19:03 +01:00
parent a940180bf3
commit e2c159f009
3 changed files with 37 additions and 1 deletions

View File

@ -1,3 +1,33 @@
- commits:
- subject: 'fix: Properly bind context to healthchecks'
hash: 6a9ca2a60df0b4eafc42cbac86d3161651eee68b
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
- subject: 'fix: Only apply supervisor api authentication after healthcheck entry'
hash: 707ddb5f450734ba58179682cfb30236311b3a94
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
- subject: 'fix: Clear dbus pid file on startup'
hash: ec87d26be194685ca91f376d7ee3dd3a6b764b3c
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.2
date: 2019-01-29T14:20:48.328Z
- commits:
- subject: Add missing ServiceManager methods
hash: 8315413046e4b54278f504fd31398154f2ff4782

View File

@ -4,6 +4,12 @@ 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.2 - 2019-01-29
* Fix: Properly bind context to healthchecks [Cameron Diver]
* Fix: Only apply supervisor api authentication after healthcheck entry [Cameron Diver]
* Fix: Clear dbus pid file on startup [Cameron Diver]
## 9.6.1 - 2019-01-29
* Add missing ServiceManager methods [Cameron Diver]

View File

@ -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.1",
"version": "9.6.2",
"license": "Apache-2.0",
"repository": {
"type": "git",