mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-30 08:03:59 +00:00
v6.0.2
This commit is contained in:
parent
b328a1e916
commit
7ee2d48706
13
CHANGELOG.md
13
CHANGELOG.md
@ -4,6 +4,19 @@ 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.2 - 2017-07-24
|
||||
|
||||
* Disable armel builds [Pablo Carranza Velez]
|
||||
* Disable pushing to registry.resinstaging.io, and use build environment to login to dockerhub [Pablo Carranza Velez]
|
||||
* Move dindctl to the base of the repository [Pablo Carranza Velez]
|
||||
* Add a script to automate the creation of meta-resin PRs [Pablo Carranza Velez]
|
||||
* Add a deploy-to-resin.js and automatically deploy to the Resin API on master builds [Pablo Carranza Velez]
|
||||
* Use a local supervisor image for the dind supervisor [Pablo Carranza Velez]
|
||||
* Replace the Jenkins build with a CircleCI build that uses the new multi-stage build [Pablo Carranza Velez]
|
||||
* Make dindctl an easier to use tool that takes options instead of using env vars [Pablo Carranza Velez]
|
||||
* Refactor the makefile to make it easier to use and make use of the multi-stage build [Pablo Carranza Velez]
|
||||
* Add a single Dockerfile to build the supervisor as a multi-stage build [Pablo Carranza Velez]
|
||||
|
||||
## v6.0.1 - 2017-07-12
|
||||
|
||||
* Use webpack to join all modules [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.1",
|
||||
"version": "6.0.2",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user