mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-11 06:54:17 +00:00
v11.14.8
This commit is contained in:
parent
74058b973e
commit
a98f6fc403
@ -1,3 +1,22 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Fix supervisor deadlock during migration
|
||||||
|
hash: adffde932ec28b114a5821b9ae332a42bb330be2
|
||||||
|
body: |
|
||||||
|
Due to the singleton work, when performing migration M00005 and there
|
||||||
|
are apps with services created in the database, a deadlock occurs
|
||||||
|
during database initialization due to a circular
|
||||||
|
dependency for generating scoped keys.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Felipe Lalanne <felipe@balena.io>
|
||||||
|
signed-off-by: Felipe Lalanne <felipe@balena.io>
|
||||||
|
Connects-to: '#1468'
|
||||||
|
connects-to: '#1468'
|
||||||
|
author: Felipe Lalanne
|
||||||
|
nested: []
|
||||||
|
version: 11.14.8
|
||||||
|
date: 2020-09-29T03:00:51.902Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Correctly evaluate if scheduledApply.delay is not set
|
- subject: Correctly evaluate if scheduledApply.delay is not set
|
||||||
hash: 90981a00bed100e1496dc71bf0631bc0ab04ffa7
|
hash: 90981a00bed100e1496dc71bf0631bc0ab04ffa7
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
# v11.14.8
|
||||||
|
## (2020-09-29)
|
||||||
|
|
||||||
|
* Fix supervisor deadlock during migration [Felipe Lalanne]
|
||||||
|
|
||||||
# v11.14.7
|
# v11.14.7
|
||||||
## (2020-09-25)
|
## (2020-09-25)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "11.14.7",
|
"version": "11.14.8",
|
||||||
"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": "11.14.7",
|
"version": "11.14.8",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user