This commit is contained in:
Balena CI 2022-04-08 20:44:13 +03:00 committed by VersionBot
parent 790259560a
commit a2f739789d
6 changed files with 27 additions and 5 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: Add system id/model support for Compulab IOT-gate
hash: e6fa22306b9e2b55480772560e62bb8e8988b529
body: |
dmidecode for alpine 3.11 doesn't work in this device type. This change
moves to using `/proc/device-tree/product-sn` and
`/proc/device-tree/product-name` for these devices.
footer:
Resolves: "#1916"
resolves: "#1916"
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 13.0.3
title: "'Add system id/model support for Compulab IOT-gate'"
date: 2022-04-08T16:06:29.933Z
- commits:
- subject: Correctly evaluate downloadProgress when computing current state
hash: c1b5e58ebd7a1c01c985f75c9a84ac22f7f090f0

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/).
# v13.0.3
## (2022-04-08)
* Add system id/model support for Compulab IOT-gate [Felipe Lalanne]
# v13.0.2
## (2022-04-08)

View File

@ -1 +1 @@
13.0.2
13.0.3

View File

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "13.0.2",
"version": "13.0.3",
"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": "13.0.2",
"version": "13.0.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -140,6 +140,6 @@
}
},
"versionist": {
"publishedAt": "2022-04-08T01:24:44.967Z"
"publishedAt": "2022-04-08T16:06:30.661Z"
}
}