mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 00:23:57 +00:00
1.0.0
This commit is contained in:
parent
0fd03054e8
commit
858d1097fe
@ -1,3 +1,5 @@
|
|||||||
|
# v1.0.0
|
||||||
|
|
||||||
* Expose supervisor API to app by allowing all requests from 127.0.0.1 and passing address and port as env vars [Pablo]
|
* Expose supervisor API to app by allowing all requests from 127.0.0.1 and passing address and port as env vars [Pablo]
|
||||||
* Only apply special actions / boot config on change, and always persist to DB [Pablo]
|
* Only apply special actions / boot config on change, and always persist to DB [Pablo]
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "resin-supervisor",
|
"name": "resin-supervisor",
|
||||||
"version": "0.0.18",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "bash postinstall.sh",
|
"postinstall": "bash postinstall.sh",
|
||||||
"start": "./entry.sh"
|
"start": "./entry.sh"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user