This commit is contained in:
versionbot3[bot] 2022-07-08 21:40:15 +00:00 committed by VersionBot
parent d212ba7d15
commit 8ea48b7d58
6 changed files with 28 additions and 5 deletions

View File

@ -1,3 +1,21 @@
- commits:
- subject: Use p-throttle module for reporting current state This simplifies the
logic of throttling reports plus adds the benefit of allowing reports
requested during a pending report to still be called after the pending
report completes.
hash: d212ba7d15402e20b2476c18f6846e1c34f68c8b
body: ""
footer:
Closes: "#1945"
closes: "#1945"
Change-type: minor
change-type: minor
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: 14.1.0
date: 2022-07-08T21:40:03.921Z
- commits: - commits:
- subject: Allow host config patch regardless of running applications - subject: Allow host config patch regardless of running applications
hash: 0fc79e87d98e13c2c918ec89e28759447c51af56 hash: 0fc79e87d98e13c2c918ec89e28759447c51af56

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! 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/).
# v14.1.0
## (2022-07-08)
* Use p-throttle module for reporting current state This simplifies the logic of throttling reports plus adds the benefit of allowing reports requested during a pending report to still be called after the pending report completes. [20k-ultra]
# v14.0.9 # v14.0.9
## (2022-07-06) ## (2022-07-06)

View File

@ -1 +1 @@
14.0.9 14.1.0

View File

@ -2,6 +2,6 @@ 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: 14.0.9 version: 14.1.0
provides: provides:
- slug: sw.compose.long-volume-syntax - slug: sw.compose.long-volume-syntax

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "14.0.9", "version": "14.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -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": "14.0.9", "version": "14.1.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -139,6 +139,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2022-07-06T20:41:30.803Z" "publishedAt": "2022-07-08T21:40:04.496Z"
} }
} }