From 14178751109a84a8f11fe76ff61044e5b08118dc Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 3 Feb 2020 10:23:28 +0200 Subject: [PATCH] v11.25.0 --- .versionbot/CHANGELOG.yml | 47 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 7 ++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 56 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index eb4fc8da..c3bfa39f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,50 @@ +- commits: + - subject: Add more tests for push/build/deploy commands (--convert-eol) + hash: f9743b269ac3e54562a5074cd32835d66561eef6 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Paulo Castro + signed-off-by: Paulo Castro + author: Paulo Castro + - subject: Add more tests for push/build/deploy commands (--dockerfile) + hash: 0f5f65e0d3c0dde7c078bc87cee65253ae68f150 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Paulo Castro + signed-off-by: Paulo Castro + author: Paulo Castro + - subject: >- + Add support for auto-conversion of CRLF line endings. Applies to + commands: balena push balena build balena deploy --build + hash: 58e7880f1d2abfeb273671058434f7f571ccf509 + body: '' + footer: + Change-type: minor + change-type: minor + Resolves: '#1273' + resolves: '#1273' + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + - subject: >- + Add support for deferred log messages. eg. so that info can be output at + the end of the process. + hash: 041823189f7d80e93fa6e75daaccced3de9ccc2a + body: '' + footer: + Change-type: patch + change-type: patch + Connects-to: '#1273' + connects-to: '#1273' + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + version: 11.25.0 + date: 2020-02-02T20:21:22.773Z - commits: - subject: >- Fix proxy support and add proxy exclusion feature (Node.js >= 10.16.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e3e2a6..86a1e32e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.25.0 - 2020-02-02 + +* Add more tests for push/build/deploy commands (--convert-eol) [Paulo Castro] +* Add more tests for push/build/deploy commands (--dockerfile) [Paulo Castro] +* Add support for auto-conversion of CRLF line endings. Applies to commands: balena push balena build balena deploy --build [Scott Lowe] +* Add support for deferred log messages. eg. so that info can be output at the end of the process. [Scott Lowe] + ## 11.24.0 - 2020-01-27 * Fix proxy support and add proxy exclusion feature (Node.js >= 10.16.0 only) [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9efa62c3..8cb16b56 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.24.0", + "version": "11.25.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c8cacb66..279a9193 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.24.0", + "version": "11.25.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",