This commit is contained in:
Balena CI 2021-01-06 20:49:20 +02:00 committed by VersionBot
parent e5a1561bff
commit 79b7540d36
5 changed files with 29 additions and 3 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: Add support for `BALENA_HOST_SPLASH_IMAGE` config
hash: 4aa8090a56f6ece4a3a0425a378ec438c38629df
body: >
Setting this this variable to a base64 encoded string will replace the
splash
image on the device by rewriting `/mnt/boot/splash/balena-logo.png`.
This will also make a copy of the default balena logo so the splash can
be restored if the variable is removed.
footer:
Change-type: minor
change-type: minor
Signed-off-by: Felipe Lalanne <felipe@balena.io>
signed-off-by: Felipe Lalanne <felipe@balena.io>
author: Felipe Lalanne
nested: []
version: 12.3.0
date: 2021-01-06T18:14:19.611Z
- commits:
- subject: Bump systeminformation from 4.30.5 to 4.31.1
hash: 7ccbde985ee72296b189ba338bfa7ff49c3e6866

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.3.0
## (2021-01-06)
* Add support for `BALENA_HOST_SPLASH_IMAGE` config [Felipe Lalanne]
# v12.2.16
## (2020-12-21)

View File

@ -1 +1 @@
12.2.16
12.3.0

2
package-lock.json generated
View File

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