mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-16 07:26:35 +00:00
v12.8.9
This commit is contained in:
parent
168f5df2dd
commit
5223262557
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.8.8",
|
||||
"version": "12.8.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": "12.8.8",
|
||||
"version": "12.8.9",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user