This commit is contained in:
Balena CI 2019-11-15 14:41:22 +02:00
parent 0462574d8d
commit a8bd5d332a
4 changed files with 48 additions and 2 deletions

@ -1,3 +1,43 @@
- commits:
- subject: >-
Use helpers version of `cleanOutput` in tests. Simplify expect semantics
in tests.
hash: 1325fb8c9aed5f6855bbb32deeefd95999f4afd8
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
- subject: >-
Hide discontinued device types in `balena app create`. Add basic tests
for `balena app create`
hash: cf42dca7776774293068db42b3de43c17104bf88
body: ''
footer:
Connects-to: '#1485'
connects-to: '#1485'
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
- subject: >-
Hide discontinued device types in `balena devices supported`. Add tests
for action. Convert action to TypeScript.
hash: afd97bd304d81b0f4ca63dc42dbef18bea9687d1
body: ''
footer:
Connects-to: '#1485'
connects-to: '#1485'
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.18.2
date: 2019-11-15T11:04:34.330Z
- commits:
- subject: >-
Fix "Invalid containerPort" error with EXPOSE instructions in local QEMU

@ -4,6 +4,12 @@ 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.18.2 - 2019-11-15
* Use helpers version of `cleanOutput` in tests. Simplify expect semantics in tests. [Scott Lowe]
* Hide discontinued device types in `balena app create`. Add basic tests for `balena app create` [Scott Lowe]
* Hide discontinued device types in `balena devices supported`. Add tests for action. Convert action to TypeScript. [Scott Lowe]
## 11.18.1 - 2019-11-15
* Fix "Invalid containerPort" error with EXPOSE instructions in local QEMU builds [Paulo Castro]

2
npm-shrinkwrap.json generated

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

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