This commit is contained in:
Balena CI 2020-06-08 19:59:01 +03:00 committed by VersionBot
parent 431e022b37
commit 12a4a113d7
5 changed files with 28 additions and 3 deletions

View File

@ -1,3 +1,22 @@
- commits:
- subject: Make logger module a singleton
hash: 651e48b1bd8e9a9d356b63f8cb05aaeba622840d
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
- subject: Fix exponential backoff for state polling
hash: e37b52dd689692eeca818907cf0d7e5876bec0b3
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.6.3
date: 2020-06-08T16:21:57.822Z
- commits: - commits:
- subject: Make the event-tracker module a singleton - subject: Make the event-tracker module a singleton
hash: 389e14ec6b63cf4a997f0d25f8bbe6a6a435dd5c hash: 389e14ec6b63cf4a997f0d25f8bbe6a6a435dd5c

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! 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/).
# v11.6.3
## (2020-06-08)
* Make logger module a singleton [Cameron Diver]
* Fix exponential backoff for state polling [Pagan Gazzard]
# v11.6.2 # v11.6.2
## (2020-06-08) ## (2020-06-08)

View File

@ -1 +1 @@
11.6.2 11.6.3

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "11.6.2", "version": "11.6.3",
"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": "11.6.2", "version": "11.6.3",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",