mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-24 04:55:42 +00:00
v16.2.30
This commit is contained in:
parent
3e862eee17
commit
1e9c2dc437
@ -1,3 +1,38 @@
|
||||
- commits:
|
||||
- subject: Update supertest to v7
|
||||
hash: 35e17cf22c0e45c14daa2efa24eb07358d14fff6
|
||||
body: |
|
||||
This patches a `formidable` package vulnerability
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
author: Christina Ying Wang
|
||||
nested: []
|
||||
- subject: Update fork-ts-checker-webpack-plugin to v9
|
||||
hash: 73b71386fe00fdf9896ef6f14ead75920e9318bf
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
author: Christina Ying Wang
|
||||
nested: []
|
||||
- subject: Update yargs to v17, tar-stream to v3
|
||||
hash: 717c8cd6149eb46b8b7e39b3021fd86321f95089
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
author: Christina Ying Wang
|
||||
nested: []
|
||||
version: 16.2.30
|
||||
title: ""
|
||||
date: 2024-04-24T18:35:21.169Z
|
||||
- commits:
|
||||
- subject: Refactor MDNS resolver into a module
|
||||
hash: 6f02b17968d02c2e27b523e40a25ef4c4815d20a
|
||||
|
@ -4,6 +4,13 @@ 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/).
|
||||
|
||||
# v16.2.30
|
||||
## (2024-04-24)
|
||||
|
||||
* Update supertest to v7 [Christina Ying Wang]
|
||||
* Update fork-ts-checker-webpack-plugin to v9 [Christina Ying Wang]
|
||||
* Update yargs to v17, tar-stream to v3 [Christina Ying Wang]
|
||||
|
||||
# v16.2.29
|
||||
## (2024-04-24)
|
||||
|
||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 16.2.29
|
||||
version: 16.2.30
|
||||
provides:
|
||||
- slug: sw.compose.long-volume-syntax
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "16.2.29",
|
||||
"version": "16.2.30",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-supervisor",
|
||||
"version": "16.2.29",
|
||||
"version": "16.2.30",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@balena/systemd": "^0.5.0",
|
||||
|
@ -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": "16.2.29",
|
||||
"version": "16.2.30",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -137,6 +137,6 @@
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-04-24T15:13:31.680Z"
|
||||
"publishedAt": "2024-04-24T18:35:21.691Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user