Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
Pablo Carranza Velez 2016-12-16 19:00:11 -03:00
parent bb1b93cdf6
commit 5ca6c30d4d
2 changed files with 9 additions and 2 deletions

View File

@ -4,6 +4,13 @@ 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.8.4 - 2016-12-16
* Use versionist's default configuration [Pablo Carranza Velez]
* Build the base image together with the supervisor [Pablo Carranza Velez]
* Start using versionist for versioning and changelog [Pablo Carranza Velez]
* Bump the MAX_BASIS_DIRS limit for rsync [Michal Mazurek]
## v2.8.3 - 2016-11-23
* Fallback to DROP when iptables REJECT is not available [Pablo Carranza Velez]

View File

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