This commit is contained in:
Balena CI 2020-02-25 06:17:38 +02:00
parent 9d702fc29d
commit 1d6c57b196
5 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: >-
Add a containerId request parameter for journal-logs api endpoint, and
pass it along to journalctl process options.
hash: b5772740ae3685fceceeda513fca4ff86a183d14
body: ''
footer:
Change-Type: minor
change-type: minor
Signed-off-by: Ivan <ivanign04.alt@gmail.com>
signed-off-by: Ivan <ivanign04.alt@gmail.com>
author: Ivan
version: 10.9.0
date: 2020-02-24T00:17:42.799Z
- commits:
- subject: Add procfs label
hash: 89a9d85e8743926cecbc82e8c53d37bca6f845b9

View File

@ -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.9.0
## (2020-02-24)
* Add a containerId request parameter for journal-logs api endpoint, and pass it along to journalctl process options. [Ivan]
# v10.8.0
## (2020-02-13)

View File

@ -1 +1 @@
10.8.0
10.9.0

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "10.8.0",
"version": "10.9.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.8.0",
"version": "10.9.0",
"license": "Apache-2.0",
"repository": {
"type": "git",