From 6840c52b7ca55521a856cfcb7642c9986ae033e5 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Thu, 13 Dec 2018 01:25:44 +0200 Subject: [PATCH] v8.7.0 --- .versionbot/CHANGELOG.yml | 23 +++++++++++++++++++++++ CHANGELOG.md | 5 +++++ package.json | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3e4e7439..3d1500c8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Pablo Carranza Velez + 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 + signed-off-by: Pablo Carranza Velez + author: Pablo Carranza Velez + version: 8.7.0 + date: 2018-12-12T17:25:29.819Z - commits: - subject: Update lodash to v4.17.5 hash: b52c92a044486724c154a5d1f06e3c4cf8c4039d diff --git a/CHANGELOG.md b/CHANGELOG.md index f2310d1e..58ab49c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! 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 * Update lodash to v4.17.5 [Pablo Carranza Velez] diff --git a/package.json b/package.json index be01d1e7..c69fe9c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "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.", - "version": "8.6.11", + "version": "8.7.0", "license": "Apache-2.0", "repository": { "type": "git",