This commit is contained in:
Balena CI 2019-08-29 00:59:52 +03:00
parent 2a8e68cec2
commit 693a438d42
4 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: 'logging: note that tarring is occurring'
hash: e3435c66df8a55ea4538b0d9d5a1798ba65d084f
body: |
As noted in #1411, this tarring can be particularly expensive so cluing
in the user may help alleviate pain
footer:
Connects-to: '#1411'
connects-to: '#1411'
Change-type: patch
change-type: patch
Signed-off-by: Matthew McGinn <matthew@balena.io>
signed-off-by: Matthew McGinn <matthew@balena.io>
author: Matthew McGinn
version: 11.9.1
date: 2019-08-28T18:44:47.481Z
- commits:
- subject: >-
Enable emulated builds on remote devices running a different OS as the

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.9.1 - 2019-08-28
* Logging: note that tarring is occurring [Matthew McGinn]
## 11.9.0 - 2019-08-22
* Enable emulated builds on remote devices running a different OS as the CLI [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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