v12.10.16

This commit is contained in:
Balena CI 2021-10-13 03:39:53 +03:00 committed by VersionBot
parent d11cb37190
commit 7713f40927
6 changed files with 27 additions and 5 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: 'backends/extra-uEnv: Extend custom DTB support for Jetson TX2 NX'
hash: 7d678fa8384908d7e57cfac150f32cd2025c1bdb
body: |
We just added support for the TX2 NX, which supports u-boot
thus allows for using custom device-trees. Let's allow
for Jetson TX2 NX and future TX2 NX derived
device types to have device-trees configurable from the dashboard.
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: 12.10.16
date: 2021-10-12T10:07:12.680Z
- commits:
- subject: Add supervisor docker-compose
hash: 68d60d8aaadf17a06c66bf4f8f1f3261a0e93ccb

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/).
# v12.10.16
## (2021-10-12)
* backends/extra-uEnv: Extend custom DTB support for Jetson TX2 NX [Alexandru Costache]
# v12.10.15
## (2021-09-30)

View File

@ -1 +1 @@
12.10.15
12.10.16

View File

@ -2,4 +2,4 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 12.10.15
version: 12.10.16

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.10.15",
"version": "12.10.16",
"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": "12.10.15",
"version": "12.10.16",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2021-09-30T01:10:09.550Z"
"publishedAt": "2021-10-12T10:07:12.871Z"
}
}