This commit is contained in:
Pablo Carranza Velez 2015-12-01 10:10:40 -08:00
parent ac0917b114
commit b54087aec2
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# v1.3.0
* Remove volumes when removing a container [Pablo]
* Refactor the still undocumented special env vars into RESIN_SUPERVISOR_ [Pablo]
* Implement several update strategies (kill before download, 0-downtime) [Pablo]

View File

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