This commit is contained in:
Resin CI 2019-02-05 18:54:47 +01:00
parent 1792eac742
commit 65f267f793
3 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Ensure the balena-fin always has it's overlay assigned
hash: 2e09ed071c5d1c080b21303b45421cf65249f652
body: ''
footer:
Change-type: patch
change-type: patch
Closes: '#884'
closes: '#884'
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 9.6.6
date: 2019-02-05T16:20:13.225Z
- commits:
- subject: 'fix: Don''t attempt a pull if the token requests fails'
hash: d8085a6ef896ff7b63ee295765031829eb07de2b

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.6 - 2019-02-05
* Ensure the balena-fin always has it's overlay assigned [Cameron Diver]
## 9.6.5 - 2019-02-04
* Fix: Don't attempt a pull if the token requests fails [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.5",
"version": "9.6.6",
"license": "Apache-2.0",
"repository": {
"type": "git",