mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-03 04:26:44 +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
|
# v1.0.2
|
||||||
|
|
||||||
* Fix getting API key from DB by returning its .value [Pablo]
|
* Fix getting API key from DB by returning its .value [Pablo]
|
||||||
|
@ -300,10 +300,10 @@ apiPollInterval = (val) ->
|
|||||||
|
|
||||||
specialActionEnvVars =
|
specialActionEnvVars =
|
||||||
'RESIN_OVERRIDE_LOCK': null
|
'RESIN_OVERRIDE_LOCK': null
|
||||||
'_RESIN_VPN_CONTROL': utils.vpnControl
|
'RESIN_VPN_CONTROL': utils.vpnControl
|
||||||
'_RESIN_CONNECTIVITY_CHECK': utils.connectivityCheck
|
'RESIN_CONNECTIVITY_CHECK': utils.connectivityCheck
|
||||||
'_RESIN_POLL_INTERVAL': apiPollInterval
|
'RESIN_POLL_INTERVAL': apiPollInterval
|
||||||
'_RESIN_LOG_CONTROL': utils.resinLogControl
|
'RESIN_LOG_CONTROL': utils.resinLogControl
|
||||||
|
|
||||||
executedSpecialActionEnvVars = {}
|
executedSpecialActionEnvVars = {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user