mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-24 07:46:41 +00:00
v13.1.7
This commit is contained in:
parent
f06a0542fc
commit
713d39a85e
@ -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:
|
- commits:
|
||||||
- subject: Avoid splash image failures if image is corrupt
|
- subject: Avoid splash image failures if image is corrupt
|
||||||
hash: a5ede01b18abd5e079361d24f2f8f5368d23da6d
|
hash: a5ede01b18abd5e079361d24f2f8f5368d23da6d
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
# v13.1.6
|
||||||
## (2022-05-06)
|
## (2022-05-06)
|
||||||
|
|
||||||
|
@ -2,4 +2,4 @@ name: balena-supervisor
|
|||||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||||
joinable: false
|
joinable: false
|
||||||
type: sw.application
|
type: sw.application
|
||||||
version: 13.1.6
|
version: 13.1.7
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "13.1.6",
|
"version": "13.1.7",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -138,6 +138,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-05-06T18:46:19.171Z"
|
"publishedAt": "2022-05-16T19:22:51.116Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user