mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-24 21:09:47 +00:00
v9.18.1
This commit is contained in:
parent
ee5b4574b0
commit
fe8ebfc0b0
@ -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:
|
||||
- subject: Ensure we get input on parsing errors
|
||||
hash: 645bc6c185b804df0e6d2088c5239eabcfa4ce80
|
||||
|
@ -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.18.1 - 2019-06-27
|
||||
|
||||
* Fix tests run removing .only [Roman Mazur]
|
||||
|
||||
## 9.18.0 - 2019-06-26
|
||||
|
||||
* Ensure we get input on parsing errors [Roman Mazur]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "9.18.0",
|
||||
"version": "9.18.1",
|
||||
"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": "9.18.0",
|
||||
"version": "9.18.1",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user