This commit is contained in:
Balena CI 2019-11-12 23:47:46 +02:00
parent 0bc1e7057f
commit e379900526
4 changed files with 32 additions and 2 deletions

View File

@ -1,3 +1,28 @@
- commits:
- subject: 'Fix ''os configure --config'', and migrate it to oclif + TypeScript'
hash: d94a74dfee615a07a0c1951d762d910dfbb9721e
body: |
Also add more non-interactive configuration options:
--config-network, --config-wifi-*, --config-app-update-poll-interval
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: >-
Error handling: add ExpectedError type as alternative to
exitWithExpectedError()
hash: a25a52c21b177e2da3cfd167de936cf8e0f17cbe
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.18.0
date: 2019-11-12T21:11:46.998Z
- commits: - commits:
- subject: Improve command usage format consistency in 'balena help' output - subject: Improve command usage format consistency in 'balena help' output
hash: b69ba0b6170368d1178a94d8fdbc6e02c3ff8a87 hash: b69ba0b6170368d1178a94d8fdbc6e02c3ff8a87

View File

@ -4,6 +4,11 @@ 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/).
## 11.18.0 - 2019-11-12
* Fix 'os configure --config', and migrate it to oclif + TypeScript [Paulo Castro]
* Error handling: add ExpectedError type as alternative to exitWithExpectedError() [Paulo Castro]
## 11.17.5 - 2019-11-10 ## 11.17.5 - 2019-11-10
* Improve command usage format consistency in 'balena help' output [Paulo Castro] * Improve command usage format consistency in 'balena help' output [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.17.5", "version": "11.18.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.17.5", "version": "11.18.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",