This commit is contained in:
Resin CI 2018-12-13 16:33:15 +02:00
parent 6011688041
commit edb1f3b1e0
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix sync.js after move to balena-sync
hash: 63d9d8df3879a5fadff69a2e5e0af523c25dc4ac
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 8.7.1
date: 2018-12-13T14:21:44.452Z
- commits: - commits:
- subject: 'dindctl: Allow mounting a backup.tgz to test migration backups' - subject: 'dindctl: Allow mounting a backup.tgz to test migration backups'
hash: 42c39ed36d2012e3a6d3d84e1e11d6ae229001f5 hash: 42c39ed36d2012e3a6d3d84e1e11d6ae229001f5

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.7.1 - 2018-12-13
* Fix sync.js after move to balena-sync [Cameron Diver]
## 8.7.0 - 2018-12-12 ## 8.7.0 - 2018-12-12
* Dindctl: Allow mounting a backup.tgz to test migration backups [Pablo Carranza Velez] * Dindctl: Allow mounting a backup.tgz to test migration backups [Pablo Carranza Velez]

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.7.0", "version": "8.7.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",