mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 08:25:36 +00:00
v11.30.8
This commit is contained in:
parent
6c0b3a5e53
commit
2d55df4704
@ -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:
|
||||
- subject: Convert command `note` to oclif Add oclif support for piped input
|
||||
hash: fcad35402aa7cfc43ea16f6c0e620fe7281a318f
|
||||
|
@ -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!
|
||||
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
|
||||
|
||||
* Convert command `note` to oclif Add oclif support for piped input [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.7",
|
||||
"version": "11.30.8",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.7",
|
||||
"version": "11.30.8",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user