This commit is contained in:
Balena CI 2019-12-13 02:54:30 +02:00
parent 658b0a5233
commit c88b317143
4 changed files with 70 additions and 2 deletions

View File

@ -1,3 +1,62 @@
- commits:
- subject: Add multicontainer (microservices) support for 'balena env rename'
hash: 7fd436cd91e215e134f32551552c6baf25055829
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
- subject: Add multicontainer (microservices) support for 'balena env rm'
hash: 7c1faa6de02752ef38cc0d592311b4cdc1b2a2b1
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
- subject: Add multicontainer (microservices) support for 'balena env add'
hash: 90e184ea1fff3940dad3236115fb6a7f8a671e7e
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
- subject: Add multicontainer (microservices) support for 'balena envs'
hash: 38920a1c597bf90de839b685d8502cbfc695e8d1
body: ''
footer:
Connects-to: '#1153'
connects-to: '#1153'
Change-type: minor
change-type: minor
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
- subject: Add balena envs '-j' option to produce JSON output
hash: df58ac7673bcdcd6b51dbb2f80bf7aed2b9a457a
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
- subject: Add logged-in check for balena 'env' commands
hash: 630d53311a3f2f95910a551a271fe3b89141811a
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
version: 11.20.0
date: 2019-12-12T13:42:22.781Z
- commits:
- subject: >-
Introduce workaround that fixes windows dns issue on `balena push` using

View File

@ -4,6 +4,15 @@ 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/).
## 11.20.0 - 2019-12-12
* Add multicontainer (microservices) support for 'balena env rename' [Paulo Castro]
* Add multicontainer (microservices) support for 'balena env rm' [Paulo Castro]
* Add multicontainer (microservices) support for 'balena env add' [Paulo Castro]
* Add multicontainer (microservices) support for 'balena envs' [Paulo Castro]
* Add balena envs '-j' option to produce JSON output [Paulo Castro]
* Add logged-in check for balena 'env' commands [Paulo Castro]
## 11.19.1 - 2019-12-06
* Introduce workaround that fixes windows dns issue on `balena push` using .local device names. Improve error handling in deployToDevice so that versionErrors don't mask other errors. [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.19.1",
"version": "11.20.0",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",