diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2a678c17..e589a3b5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e5d41d7..82d77bcb 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/). +## 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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0929f674..839bddcf 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.2.0", + "version": "13.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e68f6092..9a736d0f 100644 --- a/package.json +++ b/package.json @@ -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" } }