This commit is contained in:
Resin CI 2019-06-27 16:33:48 +03:00
parent ee5b4574b0
commit fe8ebfc0b0
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Fix tests run removing .only
hash: aad1129f2619f3de48d577f107fa17be7589e556
body: >
The issue was introduced with one of the recent changes related to local
mode cleanup.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Roman Mazur <roman@balena.io>
signed-off-by: Roman Mazur <roman@balena.io>
author: Roman Mazur
version: 9.18.1
date: 2019-06-27T12:01:21.922Z
- commits: - commits:
- subject: Ensure we get input on parsing errors - subject: Ensure we get input on parsing errors
hash: 645bc6c185b804df0e6d2088c5239eabcfa4ce80 hash: 645bc6c185b804df0e6d2088c5239eabcfa4ce80

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.1 - 2019-06-27
* Fix tests run removing .only [Roman Mazur]
## 9.18.0 - 2019-06-26 ## 9.18.0 - 2019-06-26
* Ensure we get input on parsing errors [Roman Mazur] * Ensure we get input on parsing errors [Roman Mazur]

2
package-lock.json generated
View File

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