This commit is contained in:
Balena CI 2023-03-10 22:26:09 +00:00
parent 9b1ad62f7b
commit 2e81eb1abf
No known key found for this signature in database
GPG Key ID: E2ADEC9754128402
6 changed files with 39 additions and 6 deletions

View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
14.9.2
14.9.3

View File

@ -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

4
package-lock.json generated
View File

@ -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",

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.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"
}
}