mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v14.9.6
This commit is contained in:
parent
375087ee42
commit
7bc89faf12
@ -1,3 +1,37 @@
|
||||
- commits:
|
||||
- subject: Update deploy-to-balena action to 0.26.2
|
||||
hash: 7cde98d7f7fb6a476dd14bbec5df7d45a1bfd3e8
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
- subject: Use multi-arch in dockerfile
|
||||
hash: 00e389e5f559dd10e49cfa411784b89498c3c0eb
|
||||
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.9.6
|
||||
title: ""
|
||||
date: 2023-03-23T20:18:31.098Z
|
||||
- commits:
|
||||
- subject: Use log endpoint subdomain if it exists in config.json
|
||||
hash: 36e46d80a6f147b95664ac052fd01cd438388555
|
||||
|
@ -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.9.6
|
||||
## (2023-03-23)
|
||||
|
||||
* Update deploy-to-balena action to 0.26.2 [Felipe Lalanne]
|
||||
* Use multi-arch in dockerfile [Felipe Lalanne]
|
||||
|
||||
# v14.9.5
|
||||
## (2023-03-20)
|
||||
|
||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 14.9.5
|
||||
version: 14.9.6
|
||||
provides:
|
||||
- slug: sw.compose.long-volume-syntax
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "14.9.5",
|
||||
"version": "14.9.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-supervisor",
|
||||
"version": "14.9.5",
|
||||
"version": "14.9.6",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@balena/happy-eyeballs": "0.0.6",
|
||||
|
@ -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.5",
|
||||
"version": "14.9.6",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -146,6 +146,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2023-03-20T19:21:48.362Z"
|
||||
"publishedAt": "2023-03-23T20:18:31.748Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user