This commit is contained in:
Pagan Gazzard 2015-09-07 12:36:52 +03:00 committed by Pablo Carranza Vélez
parent a8e1d476e3
commit fdf4f50691
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# v0.0.15
* Disabled the TCP ping whilst the VPN is connected. [Praneeth]
* Added TCP ping enable/disable endpoints. [Praneeth]
* Added initial go supervisor, using it to purge the /data directory of apps. [Pablo]
* Mounted /lib/firmware into the user container. [Pablo]
* Fixed spaces in env vars for web terminal. [Petros]
* Added missing return when no app id specified. [Pablo]
* Try to populate the docker cache before building. [Page]
# v0.0.15

View File

@ -1,6 +1,6 @@
{
"name": "resin-supervisor",
"version": "0.0.15",
"version": "0.0.16",
"scripts": {
"postinstall": "bash postinstall.sh",
"start": "./entry.sh"