mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v14.11.0
This commit is contained in:
parent
3b6878fd80
commit
ec363c305a
@ -1,3 +1,34 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Add `arch.sw` to the valid container requirements
|
||||||
|
hash: 8656bd62f705624a5cb02a0b0677888b21dd4627
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
author: Felipe Lalanne
|
||||||
|
nested: []
|
||||||
|
- subject: Allow using slug to validate hw.device-type contract
|
||||||
|
hash: f1f09e0e27b1b538d0ca806cd1bb167303d65779
|
||||||
|
body: |
|
||||||
|
This also adds the hw.device-type test case to the unit tests.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Felipe Lalanne
|
||||||
|
nested: []
|
||||||
|
- subject: Simplify and move lib/contract.spec.ts to tests/unit
|
||||||
|
hash: a884a58b4cdbc9e06be01929138b4973e5e8ffd9
|
||||||
|
body: |
|
||||||
|
Improve contract tests to remove dependence on stubs and unnecessary
|
||||||
|
system calls.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Felipe Lalanne
|
||||||
|
nested: []
|
||||||
|
version: 14.11.0
|
||||||
|
title: ""
|
||||||
|
date: 2023-05-10T12:39:14.767Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Add information about hdmi port 2 config vars
|
- subject: Add information about hdmi port 2 config vars
|
||||||
hash: d5cc8238cbe7218d318cf1ce0375ab649a4495c6
|
hash: d5cc8238cbe7218d318cf1ce0375ab649a4495c6
|
||||||
|
@ -4,6 +4,13 @@ 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.11.0
|
||||||
|
## (2023-05-10)
|
||||||
|
|
||||||
|
* Add `arch.sw` to the valid container requirements [Felipe Lalanne]
|
||||||
|
* Allow using slug to validate hw.device-type contract [Felipe Lalanne]
|
||||||
|
* Simplify and move lib/contract.spec.ts to tests/unit [Felipe Lalanne]
|
||||||
|
|
||||||
# v14.10.11
|
# v14.10.11
|
||||||
## (2023-05-08)
|
## (2023-05-08)
|
||||||
|
|
||||||
|
@ -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.11
|
version: 14.11.0
|
||||||
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.11",
|
"version": "14.11.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "14.10.11",
|
"version": "14.11.0",
|
||||||
"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.11",
|
"version": "14.11.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -146,6 +146,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-05-08T20:35:27.522Z"
|
"publishedAt": "2023-05-10T12:39:15.628Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user