mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-22 17:18:50 +00:00
v14.0.13
This commit is contained in:
@ -1,3 +1,25 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Wait for Stopping services to stop before target apply success
|
||||||
|
hash: 12b67742c8091280c2e74e97a7c7392021db542f
|
||||||
|
body: >
|
||||||
|
This mitigates an edge case bug introduced in v13.1.3 where services
|
||||||
|
that
|
||||||
|
|
||||||
|
are slow to exit may get stuck in a state of Downloaded if a service var is
|
||||||
|
|
||||||
|
changed then reverted rapidly. More detailed description in linked issue.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Closes: "#1991"
|
||||||
|
closes: "#1991"
|
||||||
|
Signed-off-by: Christina Wang <christina@balena.io>
|
||||||
|
signed-off-by: Christina Wang <christina@balena.io>
|
||||||
|
author: Christina Wang
|
||||||
|
nested: []
|
||||||
|
version: 14.0.13
|
||||||
|
title: "'Wait for Stopping services to stop before target apply success'"
|
||||||
|
date: 2022-08-02T21:43:15.897Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Disable healthchecks failing on report errors
|
- subject: Disable healthchecks failing on report errors
|
||||||
hash: 0c4e6ce4217fa17bd345483f61b27c1073327fef
|
hash: 0c4e6ce4217fa17bd345483f61b27c1073327fef
|
||||||
|
@ -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!
|
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/).
|
||||||
|
|
||||||
|
# v14.0.13
|
||||||
|
## (2022-08-02)
|
||||||
|
|
||||||
|
* Wait for Stopping services to stop before target apply success [Christina Wang]
|
||||||
|
|
||||||
# v14.0.12
|
# v14.0.12
|
||||||
## (2022-07-18)
|
## (2022-07-18)
|
||||||
|
|
||||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
|||||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||||
joinable: false
|
joinable: false
|
||||||
type: sw.application
|
type: sw.application
|
||||||
version: 14.0.12
|
version: 14.0.13
|
||||||
provides:
|
provides:
|
||||||
- slug: sw.compose.long-volume-syntax
|
- slug: sw.compose.long-volume-syntax
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "14.0.12",
|
"version": "14.0.13",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -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": "14.0.12",
|
"version": "14.0.13",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -138,6 +138,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-07-18T20:28:39.278Z"
|
"publishedAt": "2022-08-02T21:43:16.303Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user