mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-08 20:04:14 +00:00
v12.44.11
This commit is contained in:
parent
f45ac42dd3
commit
b4495839ca
@ -1,3 +1,18 @@
|
||||
- commits:
|
||||
- subject: >-
|
||||
Add message regarding deprecation of --buildArg option in build/deploy
|
||||
commands
|
||||
hash: fa2600464892865a15cfc70d733bffc0b652bc81
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
author: Scott Lowe
|
||||
nested: []
|
||||
version: 12.44.11
|
||||
date: 2021-04-21T05:32:37.844Z
|
||||
- commits:
|
||||
- subject: 'ssh: fix incorrect service name parsing in local mode'
|
||||
hash: 8780a24fb5a67ea25bcae98dd2253f5a587fb23b
|
||||
|
@ -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.11 - 2021-04-21
|
||||
|
||||
* Add message regarding deprecation of --buildArg option in build/deploy commands [Scott Lowe]
|
||||
|
||||
## 12.44.10 - 2021-04-15
|
||||
|
||||
* ssh: fix incorrect service name parsing in local mode [Tomás Migone]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.10",
|
||||
"version": "12.44.11",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.10",
|
||||
"version": "12.44.11",
|
||||
"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