mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 14:37:49 +00:00
Add Changelog and switch to using RESIN variables
This commit is contained in:
parent
96d4aebb76
commit
4130df7771
@ -1,3 +1,7 @@
|
||||
* Enable control of API poll interval through Device Variables [Praneeth]
|
||||
* Allow control of VPN + TCP check + Pub nub logs with Device Environment variables [Praneeth]
|
||||
* Add GO api for openvpn control [Praneeth]
|
||||
|
||||
# v1.0.2
|
||||
|
||||
* Fix getting API key from DB by returning its .value [Pablo]
|
||||
|
@ -300,10 +300,10 @@ apiPollInterval = (val) ->
|
||||
|
||||
specialActionEnvVars =
|
||||
'RESIN_OVERRIDE_LOCK': null
|
||||
'_RESIN_VPN_CONTROL': utils.vpnControl
|
||||
'_RESIN_CONNECTIVITY_CHECK': utils.connectivityCheck
|
||||
'_RESIN_POLL_INTERVAL': apiPollInterval
|
||||
'_RESIN_LOG_CONTROL': utils.resinLogControl
|
||||
'RESIN_VPN_CONTROL': utils.vpnControl
|
||||
'RESIN_CONNECTIVITY_CHECK': utils.connectivityCheck
|
||||
'RESIN_POLL_INTERVAL': apiPollInterval
|
||||
'RESIN_LOG_CONTROL': utils.resinLogControl
|
||||
|
||||
executedSpecialActionEnvVars = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user