This commit is contained in:
Balena CI 2021-06-18 15:15:45 +03:00 committed by VersionBot
parent 1bfcd6b791
commit cacbcfd2b1
5 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: 'Add revpi-connect, revpi-core-3 to Raspberry Pi variants'
hash: 7c26480ada7a413c530f076cbe2c703c28e68916
body: |
We need the supervisor to be able to manage config.txt changes for these
Revolution Pi boards too.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Florin Sarbu <florin@balena.io>
signed-off-by: Florin Sarbu <florin@balena.io>
author: Florin Sarbu
nested: []
version: 12.8.8
date: 2021-06-18T11:36:06.943Z
- commits:
- subject: Bump normalize-url from 4.5.0 to 4.5.1
hash: ece3be6d4503d15ffbac193479535d35bcd8030c

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.8
## (2021-06-18)
* Add revpi-connect, revpi-core-3 to Raspberry Pi variants [Florin Sarbu]
# v12.8.7
## (2021-06-14)

View File

@ -1 +1 @@
12.8.7
12.8.8

2
package-lock.json generated
View File

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