mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-17 15:58:54 +00:00
v11.25.0
This commit is contained in:
parent
f58a49d6c3
commit
1417875110
@ -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 <paulo@balena.io>
|
||||
signed-off-by: Paulo Castro <paulo@balena.io>
|
||||
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 <paulo@balena.io>
|
||||
signed-off-by: Paulo Castro <paulo@balena.io>
|
||||
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 <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
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 <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
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
|
||||
|
@ -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]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.24.0",
|
||||
"version": "11.25.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user