mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 09:51:58 +00:00
v12.32.1
This commit is contained in:
parent
d096743e78
commit
d2cb88dfb8
@ -1,3 +1,17 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Make balena-cli build on refreshed on-prem workers
|
||||||
|
hash: 511d0dbe2688098f522af9fb81fe6c4503689a22
|
||||||
|
body: |
|
||||||
|
* Fix 'balena ssh' test cases when using the Windows built-in ssh tool
|
||||||
|
* Fix Windows installer build in new balena CI workers (qqjs patch)
|
||||||
|
* Remove hardcoded path
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Paulo Castro
|
||||||
|
nested: []
|
||||||
|
version: 12.32.1
|
||||||
|
date: 2020-12-10T20:34:43.475Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Add organizations support to app rename command
|
- subject: Add organizations support to app rename command
|
||||||
hash: 665e0cf9d7f1f10d5067a1c8888790d4b46fa50a
|
hash: 665e0cf9d7f1f10d5067a1c8888790d4b46fa50a
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 12.32.1 - 2020-12-10
|
||||||
|
|
||||||
|
* Make balena-cli build on refreshed on-prem workers [Paulo Castro]
|
||||||
|
|
||||||
## 12.32.0 - 2020-12-10
|
## 12.32.0 - 2020-12-10
|
||||||
|
|
||||||
* Add organizations support to app rename command [Scott Lowe]
|
* Add organizations support to app rename command [Scott Lowe]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.32.0",
|
"version": "12.32.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.32.0",
|
"version": "12.32.1",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user