mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 10:46:22 +00:00
v10.6.15
This commit is contained in:
parent
1c51e923bd
commit
8e662110ce
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: Handle cancelDelay not being a function
|
||||
hash: f4605d897eea8286a3923060aea999a8eab9bc91
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Closes: '#1080'
|
||||
closes: '#1080'
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
version: 10.6.15
|
||||
date: 2019-11-28T11:31:03.427Z
|
||||
- commits:
|
||||
- subject: Add regression test for app manager init
|
||||
hash: f487711ba496328ea69ac815c68870975facf186
|
||||
|
@ -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/).
|
||||
|
||||
## 10.6.15 - 2019-11-28
|
||||
|
||||
* Handle cancelDelay not being a function [Cameron Diver]
|
||||
|
||||
## 10.6.14 - 2019-11-27
|
||||
|
||||
* Add regression test for app manager init [Roman Mazur]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.6.14",
|
||||
"version": "10.6.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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": "10.6.14",
|
||||
"version": "10.6.15",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user