mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v11.9.0
This commit is contained in:
parent
d9643eb59e
commit
192b751e57
@ -1,3 +1,44 @@
|
||||
- commits:
|
||||
- subject: >-
|
||||
Enable emulated builds on remote devices running a different OS as the
|
||||
CLI
|
||||
hash: 19c3178062591ce76f4c5da425c7fcfd7e392f04
|
||||
body: >
|
||||
E.g. "balena build -e -h <IP> -p 2375" with the CLI running on a Mac
|
||||
laptop,
|
||||
|
||||
using balenaEngine on an Intel NUC device, building an image for the RPi
|
||||
(ARM
|
||||
|
||||
image arch). Previously, QEMU setup by the CLI assumed that docker ran
|
||||
on the
|
||||
|
||||
same OS as the CLI (Docker for Mac has built-in binfmt_misc support and
|
||||
does
|
||||
|
||||
not require additional setup, but balenaEngine on Linux requires
|
||||
explicit QEMU
|
||||
|
||||
setup.)
|
||||
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: >-
|
||||
Fix SecretRemovalError (balena build) when docker daemon arch != target
|
||||
arch
|
||||
hash: 516fa90a2071fe966285884ef2c420c5d1b2b5f8
|
||||
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.9.0
|
||||
date: 2019-08-22T12:40:14.346Z
|
||||
- commits:
|
||||
- subject: >-
|
||||
Fix failing registry secrets authentication under certain conditions
|
||||
|
@ -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!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 11.9.0 - 2019-08-22
|
||||
|
||||
* Enable emulated builds on remote devices running a different OS as the CLI [Paulo Castro]
|
||||
* Fix SecretRemovalError (balena build) when docker daemon arch != target arch [Paulo Castro]
|
||||
|
||||
## 11.8.3 - 2019-08-19
|
||||
|
||||
* Fix failing registry secrets authentication under certain conditions ('balena build' and 'balena deploy') [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.8.3",
|
||||
"version": "11.9.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.8.3",
|
||||
"version": "11.9.0",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/actions/index.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user