v12.11.39

This commit is contained in:
Balena CI 2022-03-16 05:19:57 +02:00 committed by VersionBot
parent a5d13902ec
commit 702efb2d14
6 changed files with 35 additions and 5 deletions

View File

@ -1,3 +1,27 @@
- commits:
- subject: Move report throttle out of reporting logic
hash: 2fdb83839c2262b398deb77eb0fa4ae2c16c374a
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: []
- subject: Update npm dep sinon to v11.1.2
hash: 5e5f1fb305d06399af37f1ce490a27f6e0289140
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: 12.11.39
title: "'Move report throttle out of reporting logic'"
date: 2022-03-16T02:57:26.149Z
- commits:
- subject: Apply target state if loaded from file (apps.json)
hash: b069d6b9d5ec2c9a45149e491fc49c489131e3c1

View File

@ -4,6 +4,12 @@ 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/).
# v12.11.39
## (2022-03-16)
* Move report throttle out of reporting logic [20k-ultra]
* Update npm dep sinon to v11.1.2 [20k-ultra]
# v12.11.38
## (2022-03-14)

View File

@ -1 +1 @@
12.11.38
12.11.39

View File

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.11.38",
"version": "12.11.39",
"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": "12.11.38",
"version": "12.11.39",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -139,6 +139,6 @@
}
},
"versionist": {
"publishedAt": "2022-03-14T22:53:42.647Z"
"publishedAt": "2022-03-16T02:57:26.696Z"
}
}