This commit is contained in:
Pablo Carranza Velez 2016-05-24 00:06:36 -03:00
parent ed7b936fee
commit fa33cd72e1
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# v1.9.0
* Fix reporting of supervisor version for alpine supervisor [Pablo]
* Use rwlock to block when pulling images [Pablo]
* Increase API timeout to 15 minutes, and make it configurable [Pablo]

View File

@ -1,6 +1,6 @@
{
"name": "resin-supervisor",
"version": "1.8.0",
"version": "1.9.0",
"scripts": {
"postinstall": "bash postinstall.sh",
"start": "./entry.sh"