v12.44.10

This commit is contained in:
Balena CI 2021-04-16 01:24:55 +03:00 committed by VersionBot
parent 9fb62d92b7
commit ba1ea54d69
4 changed files with 21 additions and 2 deletions

View File

@ -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 <tomas@balena.io>
signed-off-by: Tomás Migone <tomas@balena.io>
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

View File

@ -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]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -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",