This commit is contained in:
Balena CI 2022-04-20 22:38:47 +03:00 committed by VersionBot
parent 2740d252d2
commit 4557644149
6 changed files with 38 additions and 5 deletions

View File

@ -1,3 +1,30 @@
- commits:
- subject: Remove in memory storage of started/stopped containers
hash: 5437aea786e6be4a908e2cb0c24faeca3282c37e
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: Only start a container once in its lifetime This will ensure the
restart policy specified is not violated
hash: ca9945bdfb716e1b14b24d3f3069f48cc7aff493
body: ""
footer:
Change-type: patch
change-type: patch
Closes: "#1668"
closes: "#1668"
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.3
title: "'Prevent restart policy violation'"
date: 2022-04-20T03:29:57.844Z
- commits:
- subject: Explain /v2/state/status's status field in its response
hash: 27249c278555c46154d1e917e769dd3fb9d2dcfc

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/).
# v13.1.3
## (2022-04-20)
* Remove in memory storage of started/stopped containers [20k-ultra]
* Only start a container once in its lifetime This will ensure the restart policy specified is not violated [20k-ultra]
# v13.1.2
## (2022-04-18)

View File

@ -1 +1 @@
13.1.2
13.1.3

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.2
version: 13.1.3

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "13.1.2",
"version": "13.1.3",
"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.2",
"version": "13.1.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2022-04-18T20:20:07.471Z"
"publishedAt": "2022-04-20T03:29:58.577Z"
}
}