mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 06:07:57 +00:00
v13.1.9
This commit is contained in:
parent
b6a80ff479
commit
1ef80dfbaa
@ -1,3 +1,20 @@
|
||||
- commits:
|
||||
- subject: Do not stop containers on reboot/shutdown This causes unless-stopped
|
||||
containers to not start on next boot since the Supervisor stopped it.
|
||||
hash: 4f1d0d58da29336d38be758eb8a64b434cf8d546
|
||||
body: ""
|
||||
footer:
|
||||
Closes: "#1940"
|
||||
closes: "#1940"
|
||||
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.9
|
||||
title: "'Do not stop containers on reboot/shutdown'"
|
||||
date: 2022-05-19T20:18:21.418Z
|
||||
- commits:
|
||||
- subject: Add compose support for volumes defined with long syntax
|
||||
hash: 0a9c7282e8921f874315259919ba247236be5d52
|
||||
|
@ -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.9
|
||||
## (2022-05-19)
|
||||
|
||||
* Do not stop containers on reboot/shutdown This causes unless-stopped containers to not start on next boot since the Supervisor stopped it. [20k-ultra]
|
||||
|
||||
# v13.1.8
|
||||
## (2022-05-17)
|
||||
|
||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 13.1.8
|
||||
version: 13.1.9
|
||||
provides:
|
||||
- slug: sw.compose.long-volume-syntax
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "13.1.8",
|
||||
"version": "13.1.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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.8",
|
||||
"version": "13.1.9",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -138,6 +138,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-05-17T18:16:31.037Z"
|
||||
"publishedAt": "2022-05-19T20:18:21.926Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user