This commit is contained in:
Balena CI 2022-04-08 05:58:26 +03:00 committed by VersionBot
parent c5f40b4c83
commit ebdfff10ad
6 changed files with 26 additions and 5 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: Correctly evaluate downloadProgress when computing current state
hash: c1b5e58ebd7a1c01c985f75c9a84ac22f7f090f0
body: ""
footer:
Change-type: patch
change-type: patch
Closes: "#1918"
closes: "#1918"
Signed-off-by: 20k-ultra <3946250+20k-ultra@users.noreply.github.com>
signed-off-by: 20k-ultra <3946250+20k-ultra@users.noreply.github.com>
author: 20k-ultra
nested: []
version: 13.0.2
title: "'Correctly evaluate downloadProgress when computing current state'"
date: 2022-04-08T01:24:44.461Z
- commits:
- subject: Fix database migration for legacyApps
hash: eee24604459440569dee455db918d6901ea86645

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.2
## (2022-04-08)
* Correctly evaluate downloadProgress when computing current state [20k-ultra]
# v13.0.1
## (2022-04-01)

View File

@ -1 +1 @@
13.0.1
13.0.2

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.1
version: 13.0.2

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "13.0.1",
"version": "13.0.2",
"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.1",
"version": "13.0.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -140,6 +140,6 @@
}
},
"versionist": {
"publishedAt": "2022-04-01T21:09:42.840Z"
"publishedAt": "2022-04-08T01:24:44.967Z"
}
}