This commit is contained in:
Resin CI 2018-12-12 18:41:59 +02:00
parent f7fd34d96f
commit 2a183e1258
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix typo that prevented deleting old resin/ supervisor images
hash: a52683ade09d45eaa8ba3c691a2f67c3720bdc4d
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
signed-off-by: Pablo Carranza Velez <pablo@balena.io>
author: Pablo Carranza Velez
version: 8.6.10
date: 2018-12-11T16:31:31.692Z
- commits: - commits:
- subject: 'versionbot: Add changelog yml file' - subject: 'versionbot: Add changelog yml file'
hash: 3134f0dcebb8cda4bf0f9e94038c9363df9ad535 hash: 3134f0dcebb8cda4bf0f9e94038c9363df9ad535

View File

@ -4,6 +4,10 @@ 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/).
## 8.6.10 - 2018-12-11
* Fix typo that prevented deleting old resin/ supervisor images [Pablo Carranza Velez]
## 8.6.9 - 2018-12-11 ## 8.6.9 - 2018-12-11
* Versionbot: Add changelog yml file [Giovanni Garufi] * Versionbot: Add changelog yml file [Giovanni Garufi]

View File

@ -1,7 +1,7 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"description": "This is balena'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 the balena API informs it to.", "description": "This is balena'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 the balena API informs it to.",
"version": "8.6.9", "version": "8.6.10",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",