diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 82b26e70..e735929c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Add BALENA_DEVICE_ARCH environment variable for containers + hash: 3af89cd13fce04f43332c1d4502e2edf07a22141 + body: '' + footer: + Closes: '#1232' + closes: '#1232' + Change-type: minor + change-type: minor + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 10.11.0 + date: 2020-03-30T15:42:53.398Z - commits: - subject: Don't throw an error when getting an unhealthy state hash: 6b827a3f57f242e36e2a008632a28199ba569f63 diff --git a/CHANGELOG.md b/CHANGELOG.md index ed57f611..8cc64ce2 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/). +# v10.11.0 +## (2020-03-30) + +* Add BALENA_DEVICE_ARCH environment variable for containers [Cameron Diver] + # v10.10.15 ## (2020-03-30) diff --git a/VERSION b/VERSION index d9ec2407..68d1958c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.10.15 \ No newline at end of file +10.11.0 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 78b38126..2689ab31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.10.15", + "version": "10.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 26e0e38b..2c6544ae 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.10.15", + "version": "10.11.0", "license": "Apache-2.0", "repository": { "type": "git",