mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 06:07:57 +00:00
1.2.0
This commit is contained in:
parent
964f935c3f
commit
605d72cbdc
@ -1,3 +1,5 @@
|
|||||||
|
# v1.2.0
|
||||||
|
|
||||||
* Don't bind mount (the sometimes non-existent) docker.sock [Pablo]
|
* Don't bind mount (the sometimes non-existent) docker.sock [Pablo]
|
||||||
* Expose a RESIN_SUPERVISOR_VERSION env var to app [Pablo]
|
* Expose a RESIN_SUPERVISOR_VERSION env var to app [Pablo]
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "resin-supervisor",
|
"name": "resin-supervisor",
|
||||||
"version": "1.1.1",
|
"version": "1.2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "bash postinstall.sh",
|
"postinstall": "bash postinstall.sh",
|
||||||
"start": "./entry.sh"
|
"start": "./entry.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user