From 41820980d086b10c63e366a57565781c42ac325b Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 19 Nov 2019 12:12:46 +0200 Subject: [PATCH] v10.6.9 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1b12bb57..2ccc67e3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Create config.txt if there isn't one already + hash: 1570fd424b8c192844ce308761ac8f329dac48f5 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Theodor Gherzan + signed-off-by: Theodor Gherzan + author: Theodor Gherzan + version: 10.6.9 + date: 2019-11-19T09:52:10.573Z - commits: - subject: Extract backup logic to migration hash: 659697ff795c4f9282321223c7963a6d8932a8d1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 037548be..3e74b4dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! This project adheres to [Semantic Versioning](http://semver.org/). +## 10.6.9 - 2019-11-19 + +* Create config.txt if there isn't one already [Theodor Gherzan] + ## 10.6.8 - 2019-11-15 * Extract backup logic to migration [Theodor Gherzan] diff --git a/package-lock.json b/package-lock.json index db2f2668..e878d69a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.6.8", + "version": "10.6.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0b8b5738..acb2d3de 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": "10.6.8", + "version": "10.6.9", "license": "Apache-2.0", "repository": { "type": "git",