From c88b31714350e48d7076961b0da3c1bb46ef3d90 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 13 Dec 2019 02:54:30 +0200 Subject: [PATCH] v11.20.0 --- .versionbot/CHANGELOG.yml | 59 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 9 ++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 70 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index dc2cbe5d..19054456 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Paulo Castro + 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 + signed-off-by: Paulo Castro + 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 + signed-off-by: Paulo Castro + 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 + signed-off-by: Paulo Castro + 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 + signed-off-by: Paulo Castro + 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 + signed-off-by: Paulo Castro + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d78f36..ce9dd2b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 30db2a27..cda5bafc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.19.1", + "version": "11.20.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cba053ac..4672b4de 100644 --- a/package.json +++ b/package.json @@ -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",