mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-06 11:10:10 +00:00
v13.3.0
This commit is contained in:
parent
6ae598b55e
commit
6589589bee
@ -1,3 +1,28 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "ssh: Allow ssh to service with IP address and production balenaOS image"
|
||||||
|
hash: 915f7e3763991700d4746e3581099d5793a58648
|
||||||
|
body: |
|
||||||
|
Also remove 'balena ssh' dependency on the device supervisor (that may
|
||||||
|
be down because of device issues or a supervisor bug) when opening a
|
||||||
|
ssh shell on a container (#1560).
|
||||||
|
footer:
|
||||||
|
Resolves: "#1560"
|
||||||
|
resolves: "#1560"
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
author: Paulo Castro
|
||||||
|
nested: []
|
||||||
|
- subject: "ssh: Advise use of 'balena login' if root authentication fails"
|
||||||
|
hash: cd17d790673229ca0dfa42666a1800916a987578
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Paulo Castro
|
||||||
|
nested: []
|
||||||
|
version: 13.3.0
|
||||||
|
title: "'ssh: Allow ssh to service with IP address and production balenaOS image'"
|
||||||
|
date: 2022-02-28T21:42:42.420Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Remove unnecessary fetch of device info in `balena tunnel`
|
- subject: Remove unnecessary fetch of device info in `balena tunnel`
|
||||||
hash: bd1bf8153d5c58be31a9fef44da4b13c20a3e036
|
hash: bd1bf8153d5c58be31a9fef44da4b13c20a3e036
|
||||||
|
@ -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!
|
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/).
|
||||||
|
|
||||||
|
## 13.3.0 - 2022-02-28
|
||||||
|
|
||||||
|
* ssh: Allow ssh to service with IP address and production balenaOS image [Paulo Castro]
|
||||||
|
* ssh: Advise use of 'balena login' if root authentication fails [Paulo Castro]
|
||||||
|
|
||||||
## 13.2.1 - 2022-02-24
|
## 13.2.1 - 2022-02-24
|
||||||
|
|
||||||
* Remove unnecessary fetch of device info in `balena tunnel` [Pagan Gazzard]
|
* Remove unnecessary fetch of device info in `balena tunnel` [Pagan Gazzard]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "13.2.1",
|
"version": "13.3.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "13.2.1",
|
"version": "13.3.0",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
@ -287,6 +287,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-02-24T21:05:37.132Z"
|
"publishedAt": "2022-02-28T21:42:43.154Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user