This commit is contained in:
Resin CI 2018-12-13 01:25:44 +02:00
parent cbdba686f2
commit 6840c52b7c
3 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,26 @@
- commits:
- subject: 'dindctl: Allow mounting a backup.tgz to test migration backups'
hash: 42c39ed36d2012e3a6d3d84e1e11d6ae229001f5
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
- subject: >-
Add the ability to restore volumes from a backup.tgz in the data
partition
hash: 501272266baf73011a5259666ffed63074ca99ac
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
signed-off-by: Pablo Carranza Velez <pablo@balena.io>
author: Pablo Carranza Velez
version: 8.7.0
date: 2018-12-12T17:25:29.819Z
- commits: - commits:
- subject: Update lodash to v4.17.5 - subject: Update lodash to v4.17.5
hash: b52c92a044486724c154a5d1f06e3c4cf8c4039d hash: b52c92a044486724c154a5d1f06e3c4cf8c4039d

View File

@ -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! 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.0 - 2018-12-12
* Dindctl: Allow mounting a backup.tgz to test migration backups [Pablo Carranza Velez]
* Add the ability to restore volumes from a backup.tgz in the data partition [Pablo Carranza Velez]
## 8.6.11 - 2018-12-12 ## 8.6.11 - 2018-12-12
* Update lodash to v4.17.5 [Pablo Carranza Velez] * Update lodash to v4.17.5 [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.6.11", "version": "8.7.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",