mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-05 18:38:14 +00:00
v6.0.5
This commit is contained in:
parent
f5f8ca6df2
commit
6978465ca8
@ -4,6 +4,12 @@ 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/).
|
||||
|
||||
## v6.0.5 - 2017-07-27
|
||||
|
||||
* Allow building the supervisor source without optimizations for easier debugging with dindctl [Pablo Carranza Velez]
|
||||
* Pull the supervisor image if it's not available when running with dindctl [Pablo Carranza Velez]
|
||||
* Fix preloading and parsing of arguments in the dind supervisor [Pablo Carranza Velez]
|
||||
|
||||
## v6.0.4 - 2017-07-26
|
||||
|
||||
* Fix the message shown when docker gives a 500 error when starting a container [Pablo Carranza Velez]
|
||||
|
@ -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": "6.0.4",
|
||||
"version": "6.0.5",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user