This commit is contained in:
Balena CI 2022-02-24 23:45:39 +02:00 committed by VersionBot
parent 3c0e998616
commit 7e4f4392e9
4 changed files with 31 additions and 3 deletions

@ -1,3 +1,26 @@
- commits:
- subject: Remove unnecessary fetch of device info in `balena tunnel`
hash: bd1bf8153d5c58be31a9fef44da4b13c20a3e036
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Correctly use the device uuid when logging the tunnel target
hash: f2528dcd1827e0529095bac1c346072b237da848
body: |
The "vpn address" is only relevant on the device/vpn server themselves
and makes no sense from a CLI context as it uses the uuid to specify
the target
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 13.2.1
title: "'Correctly use the device uuid when logging the tunnel target'"
date: 2022-02-24T21:05:36.396Z
- commits:
- subject: "ssh: Attempt cloud username if 'root' authentication fails"
hash: eeb2be29120d752df0d902087c06ca1586fe26d4

@ -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/).
## 13.2.1 - 2022-02-24
* Remove unnecessary fetch of device info in `balena tunnel` [Pagan Gazzard]
* Correctly use the device uuid when logging the tunnel target [Pagan Gazzard]
## 13.2.0 - 2022-02-12
* ssh: Attempt cloud username if 'root' authentication fails [Paulo Castro]

2
npm-shrinkwrap.json generated

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

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "13.2.0",
"version": "13.2.1",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2022-02-12T02:44:44.856Z"
"publishedAt": "2022-02-24T21:05:37.132Z"
}
}