Auto-merge for PR #455 via VersionBot

Update docker-delta to 1.0.3 to support docker 17
This commit is contained in:
resin-io-versionbot[bot] 2017-06-26 18:56:18 +00:00 committed by GitHub
commit 4c30d0791f
2 changed files with 6 additions and 2 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
## v4.5.0 - 2017-06-26
* Update docker-delta to 1.0.3 to support docker 17 [Pablo Carranza Velez]
## v4.4.2 - 2017-06-26
* Fix provisioning key exchange by passing apikey in the request [Pablo Carranza Velez]

View File

@ -1,7 +1,7 @@
{
"name": "resin-supervisor",
"description": "This is resin.io's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as Resin's API informs it to.",
"version": "4.4.2",
"version": "4.5.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -19,7 +19,7 @@
"bluebird": "^3.5.0",
"body-parser": "^1.12.0",
"buffer-equal-constant-time": "^1.0.1",
"docker-delta": "1.0.1",
"docker-delta": "1.0.3",
"docker-progress": "^2.5.0",
"docker-toolbelt": "^1.3.0",
"dockerode": "~2.2.9",