mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v11.18.1
This commit is contained in:
parent
e8c5c9e9ef
commit
45ce442cf2
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.18.0",
|
||||
"version": "11.18.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user