This commit is contained in:
Resin CI 2018-11-02 00:35:43 +01:00
parent 2b291cdca8
commit 94ebc67839
2 changed files with 7 additions and 1 deletions

View File

@ -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/).
## v8.1.0 - 2018-11-01
* Remove a deprecated debian repository from the aarch64 node image (used only at build-time) [Pablo Carranza Velez]
* When updating from resin-supervisor to balena-supervisor, try to delete old resin-supervisor images [Pablo Carranza Velez]
* Rename package to balena-supervisor and push to balena repos in DockerHub [Pablo Carranza Velez]
## v8.0.0 - 2018-11-01
* Api-binder: Use API v5 [Akis Kesoglou]

View File

@ -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": "8.0.0",
"version": "8.1.0",
"license": "Apache-2.0",
"repository": {
"type": "git",