This commit is contained in:
Balena CI 2020-09-29 11:08:35 +03:00 committed by VersionBot
parent 74058b973e
commit a98f6fc403
5 changed files with 27 additions and 3 deletions

View File

@ -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:
- subject: Correctly evaluate if scheduledApply.delay is not set
hash: 90981a00bed100e1496dc71bf0631bc0ab04ffa7

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/).
# v11.14.8
## (2020-09-29)
* Fix supervisor deadlock during migration [Felipe Lalanne]
# v11.14.7
## (2020-09-25)

View File

@ -1 +1 @@
11.14.7
11.14.8

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "11.14.7",
"version": "11.14.8",
"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": "11.14.7",
"version": "11.14.8",
"license": "Apache-2.0",
"repository": {
"type": "git",