mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v11.9.1
This commit is contained in:
parent
2a8e68cec2
commit
693a438d42
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.9.0",
|
||||
"version": "11.9.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user