mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v14.0.7
This commit is contained in:
parent
418ee269e1
commit
7e5a06d3f8
@ -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:
|
||||
- subject: Read hostname from config.json with container /etc/hostname as backup
|
||||
hash: a7a0821a3e23142265904806df5d0a6ecd2ed4b5
|
||||
|
@ -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/).
|
||||
|
||||
# v14.0.7
|
||||
## (2022-06-22)
|
||||
|
||||
* Add missing docs for the containerId param of the journal-logs endpoint [Thodoris Greasidis]
|
||||
|
||||
# v14.0.6
|
||||
## (2022-06-15)
|
||||
|
||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 14.0.6
|
||||
version: 14.0.7
|
||||
provides:
|
||||
- slug: sw.compose.long-volume-syntax
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "14.0.6",
|
||||
"version": "14.0.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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": "14.0.6",
|
||||
"version": "14.0.7",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -138,6 +138,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-06-15T19:19:59.878Z"
|
||||
"publishedAt": "2022-06-22T18:54:10.131Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user