Skip to content

Commit 0635b8c

Browse files
v1.28.0
1 parent fe2a083 commit 0635b8c

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-5
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
- commits:
2+
- subject: Switch to s6-overlay variant of open-balena-base
3+
hash: a75f092e226ec68f2531dd81496e32f828c61c48
4+
body: |
5+
This allows running with reduced permissions and avoids conflicts
6+
with hosts running cgroups v2.
7+
footer:
8+
Change-type: minor
9+
change-type: minor
10+
Signed-off-by: Kyle Harding <[email protected]>
11+
signed-off-by: Kyle Harding <[email protected]>
12+
author: Kyle Harding
13+
nested: []
14+
version: 1.28.0
15+
title: ""
16+
date: 2025-09-04T13:30:15.512Z
117
- commits:
218
- subject: Update open-balena-base to 19.0.0
319
hash: f27a628ec24dc74ab637a0d1f451d66b02deb46a

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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+
# v1.28.0
8+
## (2025-09-04)
9+
10+
* Switch to s6-overlay variant of open-balena-base [Kyle Harding]
11+
712
# v1.27.201
813
## (2025-08-13)
914

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.27.201
1+
1.28.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balena-mdns-publisher",
3-
"version": "1.27.201",
3+
"version": "1.28.0",
44
"scripts": {
55
"build": "tsc",
66
"prettify": "balena-lint --fix src/ typings/",
@@ -56,6 +56,6 @@
5656
]
5757
},
5858
"versionist": {
59-
"publishedAt": "2025-08-13T14:02:51.688Z"
59+
"publishedAt": "2025-09-04T13:30:15.724Z"
6060
}
6161
}

0 commit comments

Comments
 (0)