mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-12 12:28:16 +00:00
@ -4,6 +4,14 @@ 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/).
|
||||||
|
|
||||||
|
## v3.0.0 - 2017-01-18
|
||||||
|
|
||||||
|
* Issue #378: Increase delta timeouts (to avoid ESOCKETTIMEOUT errors), make them configurable, and provide nicer message when the delta server times out [Pablo Carranza Velez]
|
||||||
|
* Update versionist to v2.8.0 [Pablo Carranza Velez]
|
||||||
|
* Update docker-progress to v2.3.3 [Pablo Carranza Velez]
|
||||||
|
* Switch to aufs for the docker-in-docker development supervisor [Pablo Carranza Velez]
|
||||||
|
* Do not bind mount kmod if the host is not Resin OS 1.X [Pablo Carranza Velez]
|
||||||
|
|
||||||
## v2.9.0 - 2016-12-20
|
## v2.9.0 - 2016-12-20
|
||||||
|
|
||||||
* Bump docker-delta to v1.0.1 to fix deltas on aufs when there's many layers [Pablo Carranza Velez]
|
* Bump docker-delta to v1.0.1 to fix deltas on aufs when there's many layers [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": "2.9.0",
|
"version": "3.0.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user