mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-06 09:31:40 +00:00
Auto-merge for PR #455 via VersionBot
Update docker-delta to 1.0.3 to support docker 17
This commit is contained in:
commit
4c30d0791f
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## v4.4.2 - 2017-06-26
|
||||||
|
|
||||||
* Fix provisioning key exchange by passing apikey in the request [Pablo Carranza Velez]
|
* Fix provisioning key exchange by passing apikey in the request [Pablo Carranza Velez]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "resin-supervisor",
|
"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.",
|
"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",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"bluebird": "^3.5.0",
|
"bluebird": "^3.5.0",
|
||||||
"body-parser": "^1.12.0",
|
"body-parser": "^1.12.0",
|
||||||
"buffer-equal-constant-time": "^1.0.1",
|
"buffer-equal-constant-time": "^1.0.1",
|
||||||
"docker-delta": "1.0.1",
|
"docker-delta": "1.0.3",
|
||||||
"docker-progress": "^2.5.0",
|
"docker-progress": "^2.5.0",
|
||||||
"docker-toolbelt": "^1.3.0",
|
"docker-toolbelt": "^1.3.0",
|
||||||
"dockerode": "~2.2.9",
|
"dockerode": "~2.2.9",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user