mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-05 18:38:14 +00:00
2.9.0
Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
parent
c553efc1db
commit
e419ea32d2
@ -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/).
|
||||
|
||||
## v2.9.0 - 2016-12-20
|
||||
|
||||
* Bump docker-delta to v1.0.1 to fix deltas on aufs when there's many layers [Pablo Carranza Velez]
|
||||
* Document dependent apps feature [curcuz]
|
||||
|
||||
## v2.8.5 - 2016-12-20
|
||||
|
||||
* Fix error applying device configuration because deviceConfig table is empty [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": "2.8.5",
|
||||
"version": "2.9.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -51,4 +51,4 @@
|
||||
"resin-lint": "^1.3.1",
|
||||
"versionist": "^2.6.2"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user