This commit is contained in:
Balena CI 2021-06-29 08:36:50 +03:00 committed by VersionBot
parent 168f5df2dd
commit 5223262557
5 changed files with 24 additions and 3 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: Fix supervisor using wrong source for deltas
hash: 2fa0d3dc433aff620c28b41d05d739430c8d8922
body: |
This fixes a specific issue when the supervisor cannot find the right
source for deltas (e.g. after the DB gets deleted), where legacy
behavior was to look for any image in the app.
footer:
Change-type: patch
change-type: patch
Relates-to: '#1729'
relates-to: '#1729'
author: Felipe Lalanne
nested: []
version: 12.8.9
date: 2021-06-25T20:31:04.130Z
- commits:
- subject: 'Add revpi-connect, revpi-core-3 to Raspberry Pi variants'
hash: 7c26480ada7a413c530f076cbe2c703c28e68916

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/).
# v12.8.9
## (2021-06-25)
* Fix supervisor using wrong source for deltas [Felipe Lalanne]
# v12.8.8
## (2021-06-18)

View File

@ -1 +1 @@
12.8.8
12.8.9

2
package-lock.json generated
View File

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