This commit is contained in:
Balena CI 2020-06-16 11:02:40 +03:00 committed by VersionBot
parent d709e06f48
commit a3cab32b4e
4 changed files with 85 additions and 2 deletions

View File

@ -1,3 +1,74 @@
- commits:
- subject: 'v12 RELEASE NOTES: see https://git.io/Jf7hz'
hash: 98f101643d4162bed63efb7b76e5ab2ea44f5db4
body: >
Full URL:
https://github.com/balena-io/balena-cli/wiki/CLI-v12-Release-Notes
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Update 'balena-lint' and apply new prettier rules
hash: c619bd4b999fc9b4de896b7a5615143dd36e4466
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Convert 'logs' command to async/await and add tests
hash: 19c3069b229afed0f0f4e5a80e2593bc6929737c
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Add tests for standalone executable via proxy server
hash: 7e1d58546c1a667299bad9536c69a01749d530f2
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: >-
Update 'global-agent' (fix proxy server issues with unauthenticated
setup)
hash: 2c01f8adee4e102fcb15423def8e1ca0cf9d14c7
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Update 'balena-sdk' from v12 to v13 and update code and tests as needed
hash: 3ecf461d556cbfff19f476e599eb69765acf5b24
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Update 'pkg' dependency (improve support for Node v14)
hash: 06ab84fd1079fed710264e3d7ca2f2b11b6c5c85
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Turn v12 feature switch on
hash: a7b78d2ccdc434f3e1df2c228893bb53b4629ecc
body: |
See https://github.com/balena-io/balena-cli/issues/1770
footer:
Change-type: major
change-type: major
author: Paulo Castro
- subject: Update minimum Node.js requirement from v8 to v10
hash: 432109060e9e0cf09aa9cc631df5d17b249f8649
body: ''
footer:
Change-type: major
change-type: major
author: Paulo Castro
version: 12.0.0
date: 2020-06-16T00:14:27.545Z
- commits: - commits:
- subject: 'balena device: Add the mac_address field' - subject: 'balena device: Add the mac_address field'
hash: 41e5fdbe27f262354b43efd8dbd2ed3d52a74264 hash: 41e5fdbe27f262354b43efd8dbd2ed3d52a74264

View File

@ -4,6 +4,18 @@ 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.0.0 - 2020-06-16
* v12 RELEASE NOTES: see https://git.io/Jf7hz [Paulo Castro]
* Update 'balena-lint' and apply new prettier rules [Paulo Castro]
* Convert 'logs' command to async/await and add tests [Paulo Castro]
* Add tests for standalone executable via proxy server [Paulo Castro]
* Update 'global-agent' (fix proxy server issues with unauthenticated setup) [Paulo Castro]
* Update 'balena-sdk' from v12 to v13 and update code and tests as needed [Paulo Castro]
* Update 'pkg' dependency (improve support for Node v14) [Paulo Castro]
* Turn v12 feature switch on [Paulo Castro]
* Update minimum Node.js requirement from v8 to v10 [Paulo Castro]
## 11.36.0 - 2020-06-11 ## 11.36.0 - 2020-06-11
* balena device: Add the mac_address field [Thodoris Greasidis] * balena device: Add the mac_address field [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

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