From ba1ea54d6949c45196971f5ab4332a941c80b50e Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 16 Apr 2021 01:24:55 +0300 Subject: [PATCH] v12.44.10 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c34b3292..6716ded7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: 'ssh: fix incorrect service name parsing in local mode' + hash: 8780a24fb5a67ea25bcae98dd2253f5a587fb23b + body: '' + footer: + Resolves: '#2252' + resolves: '#2252' + Change-type: patch + change-type: patch + Signed-off-by: Tomás Migone + signed-off-by: Tomás Migone + author: Tomás Migone + nested: [] + version: 12.44.10 + date: 2021-04-15T15:25:54.475Z - commits: - subject: 'config inject/read/write: Fix umount errors with OS image files' hash: 0f9d78ab50aeb10222332dfc60352ffd62872602 diff --git a/CHANGELOG.md b/CHANGELOG.md index 47cee276..017cf49c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 12.44.10 - 2021-04-15 + +* ssh: fix incorrect service name parsing in local mode [Tomás Migone] + ## 12.44.9 - 2021-04-13 * config inject/read/write: Fix umount errors with OS image files [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index be8d8773..54180d48 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.9", + "version": "12.44.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ad1b70b7..adc6f149 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.9", + "version": "12.44.10", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",