From 192b751e57367354fadf5a334cfaf2c0ebfcac54 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 22 Aug 2019 16:33:03 +0300 Subject: [PATCH] v11.9.0 --- .versionbot/CHANGELOG.yml | 41 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 48 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 81c22886..1d8fb23b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 -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 + signed-off-by: Paulo Castro + 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 + signed-off-by: Paulo Castro + author: Paulo Castro + version: 11.9.0 + date: 2019-08-22T12:40:14.346Z - commits: - subject: >- Fix failing registry secrets authentication under certain conditions diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ffe4da..c7878e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e0e68cdb..162d996b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.8.3", + "version": "11.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index be3a7ec2..555776ea 100644 --- a/package.json +++ b/package.json @@ -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",