From 05b1c37379c38b505b5c9fca9050044a48cd8e72 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Wed, 28 Mar 2018 19:41:16 +0200 Subject: [PATCH 1/2] Fix build emulation for multi-stage builds Fixes #814 Change-Type: patch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32b439bb..1439c0cf 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "columnify": "^1.5.2", "denymount": "^2.2.0", "docker-progress": "^3.0.1", - "docker-qemu-transpose": "^0.3.4", + "docker-qemu-transpose": "^0.4.1", "docker-toolbelt": "^3.1.0", "dockerode": "^2.5.0", "dockerode-options": "^0.2.1", From a2d867c8604c63e810d36c938b47e8dd6a9b89d0 Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Thu, 29 Mar 2018 08:56:07 +0000 Subject: [PATCH 2/2] v7.1.6 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d36f1ee9..ffacc50c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## v7.1.6 - 2018-03-29 + +* Fix build emulation for multi-stage builds #838 [Tim Perry] + ## v7.1.5 - 2018-03-27 * Fix crash when an app is not specified for build command #834 [Akis Kesoglou] diff --git a/package.json b/package.json index 1439c0cf..49873d46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.1.5", + "version": "7.1.6", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",