This commit is contained in:
Resin CI 2019-02-03 12:54:35 +01:00
parent 652080ae8b
commit 94b267c199
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Wrap services.getAll in a bluebird promise
hash: ef7d993db6a92964809ea779bf63a5fc68f880ca
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.3
date: 2019-01-31T10:12:57.322Z
- commits:
- subject: 'fix: Properly bind context to healthchecks'
hash: 6a9ca2a60df0b4eafc42cbac86d3161651eee68b

View File

@ -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.3 - 2019-01-31
* Wrap services.getAll in a bluebird promise [Cameron Diver]
## 9.6.2 - 2019-01-29
* Fix: Properly bind context to healthchecks [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.2",
"version": "9.6.3",
"license": "Apache-2.0",
"repository": {
"type": "git",