mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 18:56:24 +00:00
4.1.2
Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
parent
1dda2a5810
commit
d2c5ca4fdb
@ -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/).
|
||||
|
||||
## v4.1.2 - 2017-04-10
|
||||
|
||||
* Issue #420: Avoid supervisor crash without connection by properly memoizing promise-returning functions [Pablo Carranza Velez]
|
||||
* Report the OS variant as a separate field and not as part of the OS version [Pablo Carranza Velez]
|
||||
|
||||
## v4.1.1 - 2017-03-30
|
||||
|
||||
* Issue #413: Fix an error applying the connectivity check config var [Pablo Carranza Velez]
|
||||
|
@ -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": "4.1.1",
|
||||
"version": "4.1.2",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user