mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-11 06:54:17 +00:00
v10.8.0
This commit is contained in:
parent
2f98dcb4ce
commit
0df6b225ff
@ -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:
|
- commits:
|
||||||
- subject: Add a noinit option to sync-debug
|
- subject: Add a noinit option to sync-debug
|
||||||
hash: c47ef6d42abfe840cfa833a9f8f3789e142299e6
|
hash: c47ef6d42abfe840cfa833a9f8f3789e142299e6
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
# v10.7.0
|
||||||
## (2020-02-12)
|
## (2020-02-12)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "10.7.0",
|
"version": "10.8.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user