Skip to content

Commit cdb9687

Browse files
v16.2.24
1 parent 8cb4495 commit cdb9687

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

Diff for: .versionbot/CHANGELOG.yml

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: Update webpack-cli to v5
3+
hash: 00f1610870497c4e2436d0fc022f4de30b90707b
4+
body: |
5+
Update webpack-cli from 4.10.0 to 5.1.4
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: Self-hosted Renovate Bot
10+
nested: []
11+
version: 16.2.24
12+
title: ""
13+
date: 2024-04-19T14:55:50.059Z
114
- commits:
215
- subject: Update got to v14
316
hash: 148ba6e0c31ac09834cb8ad598bf1cac35ca1095

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v16.2.24
8+
## (2024-04-19)
9+
10+
* Update webpack-cli to v5 [Self-hosted Renovate Bot]
11+
712
# v16.2.23
813
## (2024-04-19)
914

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.2.23
1+
16.2.24

Diff for: balena.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: balena-supervisor
22
description: 'Balena Supervisor: balena''s agent on devices.'
33
joinable: false
44
type: sw.application
5-
version: 16.2.23
5+
version: 16.2.24
66
provides:
77
- slug: sw.compose.long-volume-syntax

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "balena-supervisor",
33
"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.",
4-
"version": "16.2.23",
4+
"version": "16.2.24",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -140,6 +140,6 @@
140140
"yargs": "^15.4.1"
141141
},
142142
"versionist": {
143-
"publishedAt": "2024-04-19T13:34:14.190Z"
143+
"publishedAt": "2024-04-19T14:55:50.583Z"
144144
}
145145
}

0 commit comments

Comments
 (0)