Skip to content

Commit a19a302

Browse files
v19.0.0
1 parent 0257a75 commit a19a302

6 files changed

Lines changed: 49 additions & 6 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
- commits:
2+
- subject: Allow to configure logging per service with `BALENA_LOGS_LEVEL` env var
3+
hash: ea87039b9c4b16e87c76e8a49632755dec9f71ea
4+
body: |
5+
Services `core-next` and `service-relay` are configured by default
6+
with `BALENA_LOGS_LEVEL: error`.
7+
footer:
8+
Change-type: patch
9+
change-type: patch
10+
author: Felipe Lalanne
11+
nested: []
12+
- subject: Add `core-next` and `service-relay` services to composition.
13+
hash: cedf0c6dc29938ba8fa4c9749ae835ab1ea2560d
14+
body: |
15+
These services enable async host OS updates. When the release is
16+
installed, the `core-next` takes over the running supervisor and
17+
intercepts all communications between the supervisor and the API and
18+
other services, allowing the progressive take over of new supervisor
19+
features.
20+
footer:
21+
Change-type: major
22+
change-type: major
23+
author: Felipe Lalanne
24+
nested: []
25+
- subject: Remove the uninstall of helios overrides
26+
hash: a7ed71f58d69c14f455c5f320dd7e28c85e6485d
27+
body: |
28+
This reverts commit e5c66d90586f127fee9713445dcc9aa868131c57.
29+
footer:
30+
Change-type: patch
31+
change-type: patch
32+
author: Felipe Lalanne
33+
nested: []
34+
version: 19.0.0
35+
title: ""
36+
date: 2026-07-20T14:22:35.878Z
137
- commits:
238
- subject: Clean up supervisor images in the database
339
hash: 4b7d733e4c4d0c78284c4090bb10ec82e4ba2df5

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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+
# v19.0.0
8+
## (2026-07-20)
9+
10+
* Allow to configure logging per service with `BALENA_LOGS_LEVEL` env var [Felipe Lalanne]
11+
* Add `core-next` and `service-relay` services to composition. [Felipe Lalanne]
12+
* Remove the uninstall of helios overrides [Felipe Lalanne]
13+
714
# v18.2.2
815
## (2026-07-06)
916

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.2.2
1+
19.0.0

balena.yml

Lines changed: 1 addition & 1 deletion
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: 18.2.2
5+
version: 19.0.0
66
provides:
77
- slug: sw.compose.long-volume-syntax

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,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": "18.2.2",
4+
"version": "19.0.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -136,6 +136,6 @@
136136
"yargs": "^17.7.2"
137137
},
138138
"versionist": {
139-
"publishedAt": "2026-07-06T19:00:58.130Z"
139+
"publishedAt": "2026-07-20T14:22:36.421Z"
140140
}
141141
}

0 commit comments

Comments
 (0)