This commit is contained in:
Balena CI 2022-06-22 23:12:46 +03:00 committed by VersionBot
parent 418ee269e1
commit 7e5a06d3f8
6 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Add missing docs for the containerId param of the journal-logs endpoint
hash: ff526c18d85ad4876025692d85e343e7661a7906
body: ""
footer:
Resolves: "#1975"
resolves: "#1975"
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 14.0.7
title: "'Add missing docs for the containerId param of the journal-logs endpoint'"
date: 2022-06-22T18:54:09.601Z
- commits: - commits:
- subject: Read hostname from config.json with container /etc/hostname as backup - subject: Read hostname from config.json with container /etc/hostname as backup
hash: a7a0821a3e23142265904806df5d0a6ecd2ed4b5 hash: a7a0821a3e23142265904806df5d0a6ecd2ed4b5

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! 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/).
# v14.0.7
## (2022-06-22)
* Add missing docs for the containerId param of the journal-logs endpoint [Thodoris Greasidis]
# v14.0.6 # v14.0.6
## (2022-06-15) ## (2022-06-15)

View File

@ -1 +1 @@
14.0.6 14.0.7

View File

@ -2,6 +2,6 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.' description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false joinable: false
type: sw.application type: sw.application
version: 14.0.6 version: 14.0.7
provides: provides:
- slug: sw.compose.long-volume-syntax - slug: sw.compose.long-volume-syntax

2
package-lock.json generated
View File

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

View File

@ -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": "14.0.6", "version": "14.0.7",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -138,6 +138,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2022-06-15T19:19:59.878Z" "publishedAt": "2022-06-22T18:54:10.131Z"
} }
} }