mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
v12.8.8
This commit is contained in:
parent
1bfcd6b791
commit
cacbcfd2b1
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.8.7",
|
||||
"version": "12.8.8",
|
||||
"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.7",
|
||||
"version": "12.8.8",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user