This commit is contained in:
Balena CI 2022-06-14 23:37:58 +03:00 committed by VersionBot
parent d34c4a3b4f
commit c1bfbd5f3d
6 changed files with 28 additions and 5 deletions

View File

@ -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:
- subject: Better document mocked-dbus, add missing dbus interface methods
hash: ffa1c734182f49fabc818c95f3a1c231bf4e05f4

View File

@ -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!
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
## (2022-06-09)

View File

@ -1 +1 @@
14.0.4
14.0.5

View File

@ -2,6 +2,6 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 14.0.4
version: 14.0.5
provides:
- slug: sw.compose.long-volume-syntax

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "14.0.4",
"version": "14.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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.0.4",
"version": "14.0.5",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2022-06-09T20:18:11.136Z"
"publishedAt": "2022-06-14T19:29:38.386Z"
}
}