This commit is contained in:
flowzone-app[bot] 2023-10-12 19:28:43 +00:00 committed by GitHub
parent 84321d5481
commit 60c457f966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 63 additions and 6 deletions

View File

@ -1,3 +1,51 @@
- commits:
- subject: Move mdns-resolver to devDependencies
hash: eb485cfde4a0a2adcbe00a1e107156e0711c1c67
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Move got to devDependencies
hash: c3832cf06157eb93777a4d2c996ff8ac5dd308f9
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Move semver to dev-dependencies
hash: dcef2ec78b8556a22c076fd7550e93394b8690b0
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Move happy-eyeballs to dev-dependencies
hash: 50d2d59cd149475c9778bb8860b9988b1efe1e1a
body: |
This allows it to be tree-shaken
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Move systeminformation to devDependencies
hash: a67a5a0f8f06856645bc54fd8c79ddc8950e75cb
body: |
devDependencies are tree-shaked, while dependencies are stored in the
image. We reserve dependencies just for those that contain binary
bindings
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 14.13.8
title: ""
date: 2023-10-12T19:28:38.969Z
- commits:
- subject: Use mutation for adding service/image ids to logs to reduce allocations
hash: 3d73bf3e915e9a33e7d9dbb2635d8a626df51ab3

View File

@ -4,6 +4,15 @@ 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.8
## (2023-10-12)
* Move mdns-resolver to devDependencies [Felipe Lalanne]
* Move got to devDependencies [Felipe Lalanne]
* Move semver to dev-dependencies [Felipe Lalanne]
* Move happy-eyeballs to dev-dependencies [Felipe Lalanne]
* Move systeminformation to devDependencies [Felipe Lalanne]
# v14.13.7
## (2023-10-12)

View File

@ -1 +1 @@
14.13.7
14.13.8

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.7
version: 14.13.8
provides:
- slug: sw.compose.long-volume-syntax

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-supervisor",
"version": "14.13.7",
"version": "14.13.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-supervisor",
"version": "14.13.7",
"version": "14.13.8",
"license": "Apache-2.0",
"dependencies": {
"@balena/systemd": "^0.4.1",

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.7",
"version": "14.13.8",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -145,6 +145,6 @@
}
},
"versionist": {
"publishedAt": "2023-10-12T01:34:02.480Z"
"publishedAt": "2023-10-12T19:28:39.853Z"
}
}