This commit is contained in:
flowzone-app[bot] 2023-06-19 20:53:38 +00:00 committed by GitHub
parent 02e07186e0
commit 5cbd1149f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 48 additions and 6 deletions

View File

@ -1,3 +1,39 @@
- commits:
- subject: Add fail-safe to test the image architecture
hash: 1cf325d5c55bfb9d2ebb4cde7b9c448a6cfb2067
body: |
Verify that the target image architecture matches what is expected
according to the balena app architecture.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Use multi-arch in dockerfile
hash: c1b157971d5fe15f9b85cdc6f0eed90b8d2eb22f
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 multi-arch solves this as the docker engine is
capable of chosing the right architecture from the manifest.
footer:
Relatest-to: balena-io/balena-builder#1010
relatest-to: balena-io/balena-builder#1010
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 14.11.6
title: ""
date: 2023-06-19T20:53:34.395Z
- commits:
- subject: Improve tests surrounding Engine-host race patch
hash: 7eba48f8b832ec16465565f210e659a9f822e5b3

View File

@ -4,6 +4,12 @@ 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.11.6
## (2023-06-19)
* Add fail-safe to test the image architecture [Felipe Lalanne]
* Use multi-arch in dockerfile [Felipe Lalanne]
# v14.11.5
## (2023-06-19)

View File

@ -1 +1 @@
14.11.5
14.11.6

View File

@ -2,6 +2,6 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 14.11.5
version: 14.11.6
provides:
- slug: sw.compose.long-volume-syntax

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-supervisor",
"version": "14.11.5",
"version": "14.11.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-supervisor",
"version": "14.11.5",
"version": "14.11.6",
"license": "Apache-2.0",
"dependencies": {
"@balena/happy-eyeballs": "0.0.6",

View File

@ -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.11.5",
"version": "14.11.6",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -146,6 +146,6 @@
}
},
"versionist": {
"publishedAt": "2023-06-19T19:01:20.075Z"
"publishedAt": "2023-06-19T20:53:35.200Z"
}
}