mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 22:47:49 +00:00
v12.3.0
This commit is contained in:
parent
e5a1561bff
commit
79b7540d36
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.2.16",
|
||||
"version": "12.3.0",
|
||||
"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.2.16",
|
||||
"version": "12.3.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user