This commit is contained in:
Balena CI 2022-04-28 21:29:01 +03:00 committed by VersionBot
parent 01934503e5
commit 5686cc363d
6 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Use delay instead of interval to recursively report state
hash: 2e81a7328e6ff01c397bb1bced73010470520657
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.4
title: "'Use delay instead of interval to recursively report state'"
date: 2022-04-28T03:19:33.567Z
- commits:
- subject: Remove in memory storage of started/stopped containers
hash: 5437aea786e6be4a908e2cb0c24faeca3282c37e

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.4
## (2022-04-28)
* Use delay instead of interval to recursively report state [20k-ultra]
# v13.1.3
## (2022-04-20)

View File

@ -1 +1 @@
13.1.3
13.1.4

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.3
version: 13.1.4

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "13.1.3",
"version": "13.1.4",
"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.3",
"version": "13.1.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2022-04-20T03:29:58.577Z"
"publishedAt": "2022-04-28T03:19:34.343Z"
}
}