This commit is contained in:
Balena CI 2022-09-06 13:48:02 -04:00 committed by VersionBot
parent 5b7831f0c9
commit 6b36ccfddf
6 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Add custom DTB support for imx8mm-var-som
hash: 36544b7d6e53c8a501a6def40ac0370346e63b78
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <alexandru@balena.io>
signed-off-by: Alexandru Costache <alexandru@balena.io>
author: Alexandru Costache
nested: []
version: 14.0.16
title: "'Add custom DTB support for imx8mm-var-som'"
date: 2022-09-06T14:36:03.142Z
- commits: - commits:
- subject: Create `test/unit` and `test/integration` folders - subject: Create `test/unit` and `test/integration` folders
hash: c1e6dadeb47c3c52958383a2fc775a821362f853 hash: c1e6dadeb47c3c52958383a2fc775a821362f853

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! 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.16
## (2022-09-06)
* Add custom DTB support for imx8mm-var-som [Alexandru Costache]
# v14.0.15 # v14.0.15
## (2022-08-24) ## (2022-08-24)

View File

@ -1 +1 @@
14.0.15 14.0.16

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.0.15 version: 14.0.16
provides: provides:
- slug: sw.compose.long-volume-syntax - slug: sw.compose.long-volume-syntax

2
package-lock.json generated
View File

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

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.0.15", "version": "14.0.16",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -140,6 +140,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2022-08-24T20:10:00.278Z" "publishedAt": "2022-09-06T14:36:03.587Z"
} }
} }