mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 14:37:49 +00:00
v14.13.8
This commit is contained in:
parent
84321d5481
commit
60c457f966
@ -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:
|
- commits:
|
||||||
- subject: Use mutation for adding service/image ids to logs to reduce allocations
|
- subject: Use mutation for adding service/image ids to logs to reduce allocations
|
||||||
hash: 3d73bf3e915e9a33e7d9dbb2635d8a626df51ab3
|
hash: 3d73bf3e915e9a33e7d9dbb2635d8a626df51ab3
|
||||||
|
@ -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!
|
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.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
|
# v14.13.7
|
||||||
## (2023-10-12)
|
## (2023-10-12)
|
||||||
|
|
||||||
|
@ -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.13.7
|
version: 14.13.8
|
||||||
provides:
|
provides:
|
||||||
- slug: sw.compose.long-volume-syntax
|
- slug: sw.compose.long-volume-syntax
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "14.13.7",
|
"version": "14.13.8",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "14.13.7",
|
"version": "14.13.8",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@balena/systemd": "^0.4.1",
|
"@balena/systemd": "^0.4.1",
|
||||||
|
@ -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.13.7",
|
"version": "14.13.8",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -145,6 +145,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-10-12T01:34:02.480Z"
|
"publishedAt": "2023-10-12T19:28:39.853Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user