Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
Pablo Carranza Velez 2016-12-20 21:09:20 -03:00
parent c553efc1db
commit e419ea32d2
2 changed files with 7 additions and 2 deletions

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## v2.8.5 - 2016-12-20
* Fix error applying device configuration because deviceConfig table is empty [Pablo Carranza Velez] * Fix error applying device configuration because deviceConfig table is empty [Pablo Carranza Velez]

View File

@ -1,7 +1,7 @@
{ {
"name": "resin-supervisor", "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.", "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", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -51,4 +51,4 @@
"resin-lint": "^1.3.1", "resin-lint": "^1.3.1",
"versionist": "^2.6.2" "versionist": "^2.6.2"
} }
} }