mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
v9.6.6
This commit is contained in:
parent
1792eac742
commit
65f267f793
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user