v11.30.10

This commit is contained in:
Balena CI 2020-03-31 18:55:44 +03:00
parent 07c09c5f89
commit 77873cf919
4 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,22 @@
- commits:
- subject: >-
Add '-t' option to 'balena ssh' to bypass TTY autodetection (force
allocation)
hash: 159cb752d171a013afeabc1199c69a334f56dd88
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Handle ssh process exit codes
hash: a74f0413df2574de3bbd7754f996e759fa5fb62c
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.30.10
date: 2020-03-31T14:16:19.605Z
- commits:
- subject: Convert lib/actions/local/common.coffee to javascript
hash: 1a71bad8bbcd231b886fa6f406ca29ee42deae42

View File

@ -4,6 +4,11 @@ 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.30.10 - 2020-03-31
* Add '-t' option to 'balena ssh' to bypass TTY autodetection (force allocation) [Paulo Castro]
* Handle ssh process exit codes [Paulo Castro]
## 11.30.9 - 2020-03-31
* Convert lib/actions/local/common.coffee to javascript [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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