This commit is contained in:
flowzone-app[bot] 2023-10-12 01:34:05 +00:00 committed by GitHub
parent 9f79b4b157
commit ddf99429eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 50 additions and 6 deletions

View File

@ -1,3 +1,39 @@
- commits:
- subject: Use mutation for adding service/image ids to logs to reduce allocations
hash: 3d73bf3e915e9a33e7d9dbb2635d8a626df51ab3
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Keep the container lock for the entire duration of attaching logs
hash: d685ccacb245f0f0e4e2c8cd04d5c202da0d551b
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Remove unnecessary async on handling journald stderr entries
hash: 74d374b5ad974d8baf004d7378d151d226ff06a6
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Avoid unnecessary work in systemd log row handling for invalid logs
hash: e3806ec018bd7d29bec15074a5c09494fe5e9d6b
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 14.13.7
title: ""
date: 2023-10-12T01:34:01.769Z
- commits:
- subject: Remove unused docker logs logging code
hash: 894bdeeeb66ff997c7e16157d932024ece5bea09

View File

@ -4,6 +4,14 @@ 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.13.7
## (2023-10-12)
* Use mutation for adding service/image ids to logs to reduce allocations [Pagan Gazzard]
* Keep the container lock for the entire duration of attaching logs [Pagan Gazzard]
* Remove unnecessary async on handling journald stderr entries [Pagan Gazzard]
* Avoid unnecessary work in systemd log row handling for invalid logs [Pagan Gazzard]
# v14.13.6
## (2023-10-11)

View File

@ -1 +1 @@
14.13.6
14.13.7

View File

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

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-supervisor",
"version": "14.13.6",
"version": "14.13.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-supervisor",
"version": "14.13.6",
"version": "14.13.7",
"license": "Apache-2.0",
"dependencies": {
"@balena/happy-eyeballs": "0.0.6",

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": "14.13.6",
"version": "14.13.7",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -145,6 +145,6 @@
}
},
"versionist": {
"publishedAt": "2023-10-11T14:12:03.308Z"
"publishedAt": "2023-10-12T01:34:02.480Z"
}
}