diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index bea43ba3..590043b8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: Report any optional containers that aren't being run + hash: 8223bf2ccb8e3c50a79860088b5d12607ad71671 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: Support optional containers based on their contract + hash: f75b8aad2bc7661de803b80dc7008de9a2c6a6af + body: '' + footer: + Change-type: minor + change-type: minor + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 10.6.0 + date: 2019-11-05T14:48:39.493Z - commits: - subject: Bump lodash from 4.17.11 to 4.17.13 hash: 835ef7908e8daba1c0362fae8aaa4b592b2d1b2f diff --git a/CHANGELOG.md b/CHANGELOG.md index 05833bfd..c40b404b 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/). +## 10.6.0 - 2019-11-05 + +* Report any optional containers that aren't being run [Cameron Diver] +* Support optional containers based on their contract [Cameron Diver] + ## 10.5.5 - 2019-10-31 * Bump lodash from 4.17.11 to 4.17.13 [dependabot[bot]] diff --git a/package-lock.json b/package-lock.json index c630f3d6..46c632a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.5.5", + "version": "10.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 61c47eab..fc62125c 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.5.5", + "version": "10.6.0", "license": "Apache-2.0", "repository": { "type": "git",