This commit is contained in:
Balena CI 2022-02-18 23:40:57 +02:00 committed by VersionBot
parent 43cddd2e5d
commit ec26433925
4 changed files with 38 additions and 3 deletions

View File

@ -1,3 +1,32 @@
- commits:
- subject: "ssh: Attempt cloud username if 'root' authentication fails"
hash: eeb2be29120d752df0d902087c06ca1586fe26d4
body: |
Also refactor several files to avoid code duplication.
footer:
Change-type: minor
change-type: minor
author: Paulo Castro
nested: []
- subject: Replace occurrence of through2 dependency with standard stream module
hash: 3bf8befb1d99d66ccd258bc64b53cd04f7f91896
body: ""
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: Refactor cached username logic from events.ts to bootstrap.ts for reuse
hash: 948095ce4d3a3cf500b426a199cc52124c1f88fd
body: ""
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 13.2.0
title: "'ssh: Attempt cloud username if 'root' authentication fails'"
date: 2022-02-12T02:44:44.074Z
- commits:
- subject: Drop unused awaitDevice utility function
hash: eccadbdcb9b5340d0e9d42fd9b9063255cad9fb0

View File

@ -4,6 +4,12 @@ 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.0 - 2022-02-12
* ssh: Attempt cloud username if 'root' authentication fails [Paulo Castro]
* Replace occurrence of through2 dependency with standard stream module [Paulo Castro]
* Refactor cached username logic from events.ts to bootstrap.ts for reuse [Paulo Castro]
## 13.1.13 - 2022-02-10
* Drop unused awaitDevice utility function [Lucian Buzzo]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "13.1.13",
"version": "13.2.0",
"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-10T11:50:34.458Z"
"publishedAt": "2022-02-12T02:44:44.856Z"
}
}