diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c9944de3..3645f9fd 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,39 @@ +- commits: + - subject: Add procfs label + hash: 89a9d85e8743926cecbc82e8c53d37bca6f845b9 + body: '' + footer: + Change-type: minor + change-type: minor + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: Add a sysfs feature label + hash: 947deb3cc62ddabb5f7309eb4ccaefaed1379b08 + body: | + The new label `io.balena.features.sysfs` will mount the host /sys into + the container at /sys. + + Relates to issue: #743 + footer: + Change-type: minor + change-type: minor + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: Clean up the feature label function + hash: 7dcb4fa887a6141475d40583f08acd500731a3f5 + body: | + Bring the labels into a more declarative format and run through them to + apply the various labels and env vars. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 10.8.0 + date: 2020-02-13T04:03:23.393Z - commits: - subject: Add a noinit option to sync-debug hash: c47ef6d42abfe840cfa833a9f8f3789e142299e6 diff --git a/CHANGELOG.md b/CHANGELOG.md index e1386e7b..e383d9d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.8.0 +## (2020-02-13) + +* Add procfs label [Cameron Diver] +* Add a sysfs feature label [Cameron Diver] +* Clean up the feature label function [Cameron Diver] + # v10.7.0 ## (2020-02-12) diff --git a/VERSION b/VERSION index 67be0b08..92c82363 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.7.0 \ No newline at end of file +10.8.0 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 35c56b42..5612cda3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.7.0", + "version": "10.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5cc4e03f..f2abb5c7 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.7.0", + "version": "10.8.0", "license": "Apache-2.0", "repository": { "type": "git",