From 77873cf919875c1d3659a4edceab9f195094a7ff Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 31 Mar 2020 18:55:44 +0300 Subject: [PATCH] v11.30.10 --- .versionbot/CHANGELOG.yml | 19 +++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4a298e3d..9fbcde88 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 914976b1..4f505440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 42ee120f..1b089933 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.30.9", + "version": "11.30.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bb491552..b27583d1 100644 --- a/package.json +++ b/package.json @@ -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",