mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-12 21:52:57 +00:00
v14.0.16
This commit is contained in:
parent
5b7831f0c9
commit
6b36ccfddf
@ -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:
|
||||
- subject: Create `test/unit` and `test/integration` folders
|
||||
hash: c1e6dadeb47c3c52958383a2fc775a821362f853
|
||||
|
@ -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.16
|
||||
## (2022-09-06)
|
||||
|
||||
* Add custom DTB support for imx8mm-var-som [Alexandru Costache]
|
||||
|
||||
# v14.0.15
|
||||
## (2022-08-24)
|
||||
|
||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 14.0.15
|
||||
version: 14.0.16
|
||||
provides:
|
||||
- slug: sw.compose.long-volume-syntax
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "14.0.15",
|
||||
"version": "14.0.16",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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.15",
|
||||
"version": "14.0.16",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -140,6 +140,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-08-24T20:10:00.278Z"
|
||||
"publishedAt": "2022-09-06T14:36:03.587Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user