This commit is contained in:
Balena CI 2022-05-17 18:46:23 +03:00 committed by VersionBot
parent f06a0542fc
commit 713d39a85e
6 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Prevent throttling reports when nothing was sent
hash: 67f9c44a6c7ccde29ee6e53442a74191b4f8eaea
body: ""
footer:
Change-type: patch
change-type: patch
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.1.7
title: "'Prevent throttling reports when nothing was sent'"
date: 2022-05-16T19:22:50.596Z
- commits:
- subject: Avoid splash image failures if image is corrupt
hash: a5ede01b18abd5e079361d24f2f8f5368d23da6d

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.1.7
## (2022-05-16)
* Prevent throttling reports when nothing was sent [20k-ultra]
# v13.1.6
## (2022-05-06)

View File

@ -1 +1 @@
13.1.6
13.1.7

View File

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "13.1.6",
"version": "13.1.7",
"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.1.6",
"version": "13.1.7",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2022-05-06T18:46:19.171Z"
"publishedAt": "2022-05-16T19:22:51.116Z"
}
}