mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 09:46:19 +00:00
v6.3.2
This commit is contained in:
parent
6ac6f0c308
commit
06b2d09529
@ -4,6 +4,11 @@ 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.3.2 - 2017-10-11
|
||||
|
||||
* Allow specifying a config.json filename in dindctl #503 [Pablo Carranza Velez]
|
||||
* Allow specifying a container name for the docker-in-docker development supervisor #503 [Pablo Carranza Velez]
|
||||
|
||||
## v6.3.1 - 2017-10-04
|
||||
|
||||
* Update docker-progress #502 [Akis Kesoglou]
|
||||
|
@ -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.3.1",
|
||||
"version": "6.3.2",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user