From 838e9666241c9b1c86e54039b318fdbff6dbe4aa Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 13 Nov 2019 21:58:46 +0200 Subject: [PATCH] v10.6.6 --- .versionbot/CHANGELOG.yml | 10 ++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8913c4f8..b353e072 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Switch to balenaos-in-container + hash: 05a566dcb595ccacc432de1290ab2500ac380b6f + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 10.6.6 + date: 2019-11-12T13:52:25.726Z - commits: - subject: Allow specifying an absolute path for the dind config.json hash: 9e660f1081cdb3da561a410b04c91807dab13133 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bfd4edf..c3a4ba40 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.6 - 2019-11-12 + +* Switch to balenaos-in-container [Pagan Gazzard] + ## 10.6.5 - 2019-11-12 * Allow specifying an absolute path for the dind config.json [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index b28c0c45..89c79409 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.6.5", + "version": "10.6.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 490b2d5b..1438d404 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.5", + "version": "10.6.6", "license": "Apache-2.0", "repository": { "type": "git",