mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v14.0.5
This commit is contained in:
parent
d34c4a3b4f
commit
c1bfbd5f3d
@ -1,3 +1,21 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Add custom DTB support for Variscite Dart DT family
|
||||||
|
hash: dfb6bcf0e6a5b32c2def588dde1a8849a11c683c
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Closes: "#1963"
|
||||||
|
closes: "#1963"
|
||||||
|
Relates-to: https://github.com/balena-io/open-balena-api/issues/1033
|
||||||
|
relates-to: https://github.com/balena-io/open-balena-api/issues/1033
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Christina Wang <christina@balena.io>
|
||||||
|
signed-off-by: Christina Wang <christina@balena.io>
|
||||||
|
author: Christina Wang
|
||||||
|
nested: []
|
||||||
|
version: 14.0.5
|
||||||
|
title: "'Add custom DTB support for Variscite Dart DT family'"
|
||||||
|
date: 2022-06-14T19:29:37.702Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Better document mocked-dbus, add missing dbus interface methods
|
- subject: Better document mocked-dbus, add missing dbus interface methods
|
||||||
hash: ffa1c734182f49fabc818c95f3a1c231bf4e05f4
|
hash: ffa1c734182f49fabc818c95f3a1c231bf4e05f4
|
||||||
|
@ -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!
|
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.0.5
|
||||||
|
## (2022-06-14)
|
||||||
|
|
||||||
|
* Add custom DTB support for Variscite Dart DT family [Christina Wang]
|
||||||
|
|
||||||
# v14.0.4
|
# v14.0.4
|
||||||
## (2022-06-09)
|
## (2022-06-09)
|
||||||
|
|
||||||
|
@ -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.0.4
|
version: 14.0.5
|
||||||
provides:
|
provides:
|
||||||
- slug: sw.compose.long-volume-syntax
|
- slug: sw.compose.long-volume-syntax
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "14.0.4",
|
"version": "14.0.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -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.0.4",
|
"version": "14.0.5",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -138,6 +138,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-06-09T20:18:11.136Z"
|
"publishedAt": "2022-06-14T19:29:38.386Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user