This commit is contained in:
Resin CI 2019-07-09 15:16:38 +03:00
parent 821b5ea071
commit 4522d1ad86
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: >-
Apply targetState immediately after update request Cancel delayed
promise if exists and schedule a new one without delay, when /v1/update
is called
hash: 7a42b6719a25275363b458b4e2fac07298b73b59
body: ''
footer:
Change-type: patch
change-type: patch
author: Michel Wohlert
version: 9.18.6
date: 2019-07-09T11:52:07.902Z
- commits: - commits:
- subject: Use resin-lint for mocha tests check - subject: Use resin-lint for mocha tests check
hash: bea97f47a7c2b5748ca50632a7de93f7f18af5fd hash: bea97f47a7c2b5748ca50632a7de93f7f18af5fd

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 9.18.6 - 2019-07-09
* Apply targetState immediately after update request Cancel delayed promise if exists and schedule a new one without delay, when /v1/update is called [Michel Wohlert]
## 9.18.5 - 2019-07-08 ## 9.18.5 - 2019-07-08
* Use resin-lint for mocha tests check [Roman Mazur] * Use resin-lint for mocha tests check [Roman Mazur]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "9.18.5", "version": "9.18.6",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "balena-supervisor", "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.", "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.18.5", "version": "9.18.6",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",