mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
v7.21.0
This commit is contained in:
parent
6a89581b2b
commit
ccdf0b2075
13
CHANGELOG.md
13
CHANGELOG.md
@ -4,6 +4,19 @@ 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/).
|
||||
|
||||
## v7.21.0 - 2018-10-13
|
||||
|
||||
* Device-api: Add supervisor version endpoint [Cameron Diver]
|
||||
* State: Don't consider local mode when storing state [Cameron Diver]
|
||||
* Local mode: Add local mode manager module to handle cleanup [Cameron Diver]
|
||||
* Logger: Enforce timestamp value to avoid logging server 400 errors [Cameron Diver]
|
||||
* Add logging endpoint to supervisor [Cameron Diver]
|
||||
* Support local logging via standard logging interface [Cameron Diver]
|
||||
* Support setting target state in local mode from supervisor API [Cameron Diver]
|
||||
* Add several local mode enabling endpoints [Cameron Diver]
|
||||
* Correctly type service-manager logger and event tracker fields [Cameron Diver]
|
||||
* Don't set empty target state in local mode [Cameron Diver]
|
||||
|
||||
## v7.20.0 - 2018-10-08
|
||||
|
||||
* Fix: Correctly handle array based network definitions for service [Cameron Diver]
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "resin-supervisor",
|
||||
"description": "This is resin.io'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 Resin's API informs it to.",
|
||||
"version": "7.20.0",
|
||||
"version": "7.21.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user