This commit is contained in:
Balena CI 2023-05-10 12:39:17 +00:00
parent 3b6878fd80
commit ec363c305a
No known key found for this signature in database
GPG Key ID: E2ADEC9754128402
6 changed files with 44 additions and 6 deletions

View File

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

View File

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

View File

@ -1 +1 @@
14.10.11 14.11.0

View File

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

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

View File

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