This commit is contained in:
Balena CI 2019-12-06 17:14:20 +02:00
parent a63c766f04
commit b1eda160e8
4 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: >-
Introduce workaround that fixes windows dns issue on `balena push` using
.local device names. Improve error handling in deployToDevice so that
versionErrors don't mask other errors.
hash: 53325b7c056499a76283042a404c4237b709bdd7
body: ''
footer:
Resolves: '#1518'
resolves: '#1518'
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.19.1
date: 2019-12-06T14:37:41.975Z
- commits:
- subject: Update app/create and device/supported tests to use new api-mock.
hash: bb19903826108aa498ee689e978bf26305ad7ef9

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 11.19.1 - 2019-12-06
* Introduce workaround that fixes windows dns issue on `balena push` using .local device names. Improve error handling in deployToDevice so that versionErrors don't mask other errors. [Scott Lowe]
## 11.19.0 - 2019-12-05
* Update app/create and device/supported tests to use new api-mock. [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.19.0",
"version": "11.19.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.19.0",
"version": "11.19.1",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",