mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 00:23:57 +00:00
0.0.16
This commit is contained in:
parent
a8e1d476e3
commit
fdf4f50691
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "resin-supervisor",
|
||||
"version": "0.0.15",
|
||||
"version": "0.0.16",
|
||||
"scripts": {
|
||||
"postinstall": "bash postinstall.sh",
|
||||
"start": "./entry.sh"
|
||||
|
Loading…
x
Reference in New Issue
Block a user