This commit is contained in:
Balena CI 2020-02-13 12:05:20 +02:00
parent 2f98dcb4ce
commit 0df6b225ff
5 changed files with 46 additions and 3 deletions

View File

@ -1,3 +1,39 @@
- commits:
- subject: Add procfs label
hash: 89a9d85e8743926cecbc82e8c53d37bca6f845b9
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
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 <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
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 <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
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

View File

@ -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)

View File

@ -1 +1 @@
10.7.0
10.8.0

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "10.7.0",
"version": "10.8.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",