This commit is contained in:
Balena CI 2020-03-31 02:36:18 +03:00
parent 6c0b3a5e53
commit 2d55df4704
4 changed files with 44 additions and 2 deletions

View File

@ -1,3 +1,38 @@
- commits:
- subject: Update README regarding proxy server support
hash: 3e955f3a910a305fc89eacff57d3df9c65a6a2b4
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: >-
Fix "the input device is not a TTY" when piping to 'balena ssh' (local
device)
hash: 30738d93b0cd3b63fc4de4b54bb8f2dbffc508a5
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Fix 'balena ssh' on MSYS Windows shell ("unexpected end of file")
hash: be76b8adbd8cc4f04327fb3852f732de7cb77be1
body: ''
footer:
Resolves: '#1681'
resolves: '#1681'
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Delete unused code (ssh.coffee)
hash: d6a065a2300e2f3828eebb6a56e301259b22b9db
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.30.8
date: 2020-03-30T14:07:04.154Z
- commits: - commits:
- subject: Convert command `note` to oclif Add oclif support for piped input - subject: Convert command `note` to oclif Add oclif support for piped input
hash: fcad35402aa7cfc43ea16f6c0e620fe7281a318f hash: fcad35402aa7cfc43ea16f6c0e620fe7281a318f

View File

@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 11.30.8 - 2020-03-30
* Update README regarding proxy server support [Paulo Castro]
* Fix "the input device is not a TTY" when piping to 'balena ssh' (local device) [Paulo Castro]
* Fix 'balena ssh' on MSYS Windows shell ("unexpected end of file") [Paulo Castro]
* Delete unused code (ssh.coffee) [Paulo Castro]
## 11.30.7 - 2020-03-30 ## 11.30.7 - 2020-03-30
* Convert command `note` to oclif Add oclif support for piped input [Scott Lowe] * Convert command `note` to oclif Add oclif support for piped input [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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