mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-29 22:04:20 +00:00
0.0.15
This commit is contained in:
parent
418d838dec
commit
397fd6872b
@ -1,3 +1,5 @@
|
|||||||
|
# v0.0.15
|
||||||
|
|
||||||
* Make resolv.conf writable from a user container. [Praneeth]
|
* Make resolv.conf writable from a user container. [Praneeth]
|
||||||
* Updated pubnub (3.7.13 doesn't seem to have the heartbeat unnecessarily)
|
* Updated pubnub (3.7.13 doesn't seem to have the heartbeat unnecessarily)
|
||||||
* Fixed an issue where an image would not be cleaned up if it was tagged in multiple repos. [Page]
|
* Fixed an issue where an image would not be cleaned up if it was tagged in multiple repos. [Page]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "resin-supervisor",
|
"name": "resin-supervisor",
|
||||||
"version": "0.0.14",
|
"version": "0.0.15",
|
||||||
"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