From 2e81eb1abf6499e3a72754dcd6f33c0cb0c80e94 Mon Sep 17 00:00:00 2001 From: Balena CI Date: Fri, 10 Mar 2023 22:26:09 +0000 Subject: [PATCH] v14.9.3 --- .versionbot/CHANGELOG.yml | 28 ++++++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 6 files changed, 39 insertions(+), 6 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d2a4a320..9eaf0dba 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,31 @@ +- commits: + - subject: Use single-arch in dockerfile + hash: 17aa625d3b115103efa30bb98b83ee1fc54230c4 + body: > + This is necessary since the builder no longer passes the platform flag + + to the build. This would lead to dockerfiles that are mixing multi and single + + arch stages to pull the wrong architecture images, particularly when + + trying to build images in emulated builds (e.g. armv7hf built on aarch64). + + + Moving the full build to single-arch solves this as the docker engine is + + capable of chosing the right architecture from the manifest. Once some + + of the builder issues are fixed, we should move to #2141 + footer: + Relates-to: balena-io/balena-builder#1010 + relates-to: balena-io/balena-builder#1010 + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: 14.9.3 + title: "" + date: 2023-03-10T22:26:07.185Z - commits: - subject: Replace BALENA-FIREWALL rule in INPUT chain instead of flushing hash: 84a9e7e9acd803b6b49d58ae3040694a5e2f823d diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b231fa3..a657e04b 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/). +# v14.9.3 +## (2023-03-10) + +* Use single-arch in dockerfile [Felipe Lalanne] + # v14.9.2 ## (2023-03-02) diff --git a/VERSION b/VERSION index 94c62177..cb408008 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.9.2 \ No newline at end of file +14.9.3 \ No newline at end of file diff --git a/balena.yml b/balena.yml index efb05ef5..67948acc 100644 --- a/balena.yml +++ b/balena.yml @@ -2,6 +2,6 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 14.9.2 +version: 14.9.3 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 07bc9cfd..92c54829 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-supervisor", - "version": "14.9.2", + "version": "14.9.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-supervisor", - "version": "14.9.2", + "version": "14.9.3", "license": "Apache-2.0", "dependencies": { "@balena/happy-eyeballs": "0.0.6", diff --git a/package.json b/package.json index d8a13b50..83816546 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.", - "version": "14.9.2", + "version": "14.9.3", "license": "Apache-2.0", "repository": { "type": "git", @@ -146,6 +146,6 @@ } }, "versionist": { - "publishedAt": "2023-03-02T21:48:07.347Z" + "publishedAt": "2023-03-10T22:26:07.790Z" } }