mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-24 04:55:42 +00:00
v9.6.2
This commit is contained in:
parent
a940180bf3
commit
e2c159f009
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user