This commit is contained in:
Balena CI 2020-12-11 02:30:10 +02:00 committed by VersionBot
parent d096743e78
commit d2cb88dfb8
4 changed files with 20 additions and 2 deletions

View File

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

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! 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
View File

@ -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": {

View File

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