mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-30 06:14:18 +00:00
v14.10.11
This commit is contained in:
parent
196bc820b1
commit
eec4d06909
@ -1,3 +1,30 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Add information about hdmi port 2 config vars
|
||||||
|
hash: d5cc8238cbe7218d318cf1ce0375ab649a4495c6
|
||||||
|
body: |
|
||||||
|
Support for colon characters was added v14.6.0 which enabled
|
||||||
|
configurations for HDMI port 2 (e.g on the RPi 4). These configurations
|
||||||
|
are not documented anywhere else so this allows users to be able to
|
||||||
|
better find the relevant information for working with HDMI.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Relates-to: "#2090"
|
||||||
|
relates-to: "#2090"
|
||||||
|
author: Felipe Lalanne
|
||||||
|
nested: []
|
||||||
|
- subject: Update table formatting on configurations.md
|
||||||
|
hash: ba39cf539ef381f6cb80f81408f8e4571fd61179
|
||||||
|
body: |
|
||||||
|
For better readability on text editor
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Felipe Lalanne
|
||||||
|
nested: []
|
||||||
|
version: 14.10.11
|
||||||
|
title: ""
|
||||||
|
date: 2023-05-08T20:35:26.833Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "mount-partitions.sh: Add support for encrypted partitions"
|
- subject: "mount-partitions.sh: Add support for encrypted partitions"
|
||||||
hash: 004592894474676e3d024e5636b9fccce9f173f9
|
hash: 004592894474676e3d024e5636b9fccce9f173f9
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
# v14.10.11
|
||||||
|
## (2023-05-08)
|
||||||
|
|
||||||
|
* Add information about hdmi port 2 config vars [Felipe Lalanne]
|
||||||
|
* Update table formatting on configurations.md [Felipe Lalanne]
|
||||||
|
|
||||||
# v14.10.10
|
# v14.10.10
|
||||||
## (2023-05-03)
|
## (2023-05-03)
|
||||||
|
|
||||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
|||||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||||
joinable: false
|
joinable: false
|
||||||
type: sw.application
|
type: sw.application
|
||||||
version: 14.10.10
|
version: 14.10.11
|
||||||
provides:
|
provides:
|
||||||
- slug: sw.compose.long-volume-syntax
|
- slug: sw.compose.long-volume-syntax
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "14.10.10",
|
"version": "14.10.11",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "14.10.10",
|
"version": "14.10.11",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@balena/happy-eyeballs": "0.0.6",
|
"@balena/happy-eyeballs": "0.0.6",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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.10.10",
|
"version": "14.10.11",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -146,6 +146,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-05-03T16:01:38.062Z"
|
"publishedAt": "2023-05-08T20:35:27.522Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user