mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-14 14:36:36 +00:00
v8.5.0
This commit is contained in:
parent
80b4872d7e
commit
981d232a38
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,6 +4,16 @@ 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/).
|
||||
|
||||
## 8.5.0 - 2018-11-28
|
||||
|
||||
* Config: Set default apiKey of empty string to avoid undefined keys [Cameron Diver]
|
||||
* Allow local mode to be controlled via config.json [Cameron Diver]
|
||||
* Don't start connectivity check when in offlineMode [Cameron Diver]
|
||||
* Improve UX when apps.json is not present [Cameron Diver]
|
||||
* Config: Switch default device type to `unknown` [Cameron Diver]
|
||||
* Handle empty apiEndpoint when detecting mixpanel host [Cameron Diver]
|
||||
* Fix: Set default apiEndpoint to empty [Cameron Diver]
|
||||
|
||||
## 8.4.3 - 2018-11-27
|
||||
|
||||
* Compose: Set default config for stopSignal to SIGTERM [Shaun Mulligan]
|
||||
|
@ -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": "8.4.3",
|
||||
"version": "8.5.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user