mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-18 21:27:54 +00:00
v16.2.24
This commit is contained in:
parent
8cb4495802
commit
cdb9687c81
@ -1,3 +1,16 @@
|
||||
- commits:
|
||||
- subject: Update webpack-cli to v5
|
||||
hash: 00f1610870497c4e2436d0fc022f4de30b90707b
|
||||
body: |
|
||||
Update webpack-cli from 4.10.0 to 5.1.4
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 16.2.24
|
||||
title: ""
|
||||
date: 2024-04-19T14:55:50.059Z
|
||||
- commits:
|
||||
- subject: Update got to v14
|
||||
hash: 148ba6e0c31ac09834cb8ad598bf1cac35ca1095
|
||||
|
@ -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/).
|
||||
|
||||
# v16.2.24
|
||||
## (2024-04-19)
|
||||
|
||||
* Update webpack-cli to v5 [Self-hosted Renovate Bot]
|
||||
|
||||
# v16.2.23
|
||||
## (2024-04-19)
|
||||
|
||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 16.2.23
|
||||
version: 16.2.24
|
||||
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.23",
|
||||
"version": "16.2.24",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-supervisor",
|
||||
"version": "16.2.23",
|
||||
"version": "16.2.24",
|
||||
"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.23",
|
||||
"version": "16.2.24",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -140,6 +140,6 @@
|
||||
"yargs": "^15.4.1"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-04-19T13:34:14.190Z"
|
||||
"publishedAt": "2024-04-19T14:55:50.583Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user