This commit is contained in:
Balena CI 2019-11-15 12:18:56 +02:00
parent e8c5c9e9ef
commit 45ce442cf2
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: >-
Fix "Invalid containerPort" error with EXPOSE instructions in local QEMU
builds
hash: caac6855da5b54d66c99cffe0ba8a70002f8af5c
body: |
Bump docker-qemu-transpose package to v1.0.2
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.1
date: 2019-11-15T09:36:35.176Z
- commits:
- subject: 'Fix ''os configure --config'', and migrate it to oclif + TypeScript'
hash: d94a74dfee615a07a0c1951d762d910dfbb9721e

View File

@ -4,6 +4,10 @@ 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.1 - 2019-11-15
* Fix "Invalid containerPort" error with EXPOSE instructions in local QEMU builds [Paulo Castro]
## 11.18.0 - 2019-11-12
* Fix 'os configure --config', and migrate it to oclif + TypeScript [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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