mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-17 15:58:54 +00:00
v12.44.10
This commit is contained in:
parent
9fb62d92b7
commit
ba1ea54d69
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.9",
|
||||
"version": "12.44.10",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user