This commit is contained in:
Balena CI 2021-10-21 05:50:43 +03:00 committed by VersionBot
parent 716fcdf23c
commit 11df38b26d
6 changed files with 23 additions and 5 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Use balena-ci action to deploy releases
hash: caf3c1fd5867c127346058742cfa4864e9072313
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Miguel Casqueira <miguel@balena.io>
signed-off-by: Miguel Casqueira <miguel@balena.io>
author: Miguel Casqueira
nested: []
version: 12.11.0
date: 2021-10-20T00:02:30.030Z
- commits:
- subject: 'backends/extra-uEnv: Extend custom DTB support for Jetson TX2 NX'
hash: 7d678fa8384908d7e57cfac150f32cd2025c1bdb

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.11.0
## (2021-10-20)
* Use balena-ci action to deploy releases [Miguel Casqueira]
# v12.10.16
## (2021-10-12)

View File

@ -1 +1 @@
12.10.16
12.11.0

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.16
version: 12.11.0

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.10.16",
"version": "12.11.0",
"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.16",
"version": "12.11.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2021-10-12T10:07:12.871Z"
"publishedAt": "2021-10-20T00:02:30.226Z"
}
}