Skip to content

Commit

Permalink
v16.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 14, 2025
1 parent bc306c1 commit 2637d99
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 6 deletions.
40 changes: 40 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
- commits:
- subject: Add support for `io.balena.update.requires-reboot`
hash: e416ad0daf61fba14cd8c2012c5b2f66d8fb5f4a
body: >
This label can be used by user services to indicate that a reboot is

required after the install of a service in order to fully apply an
update.
footer:
Change-type: minor
change-type: minor
author: Felipe Lalanne
nested: []
- subject: Move reboot breadcrumb check to device-state
hash: 75127c6074531fd20199ed07d6860687b4105cfb
body: |
This was on device-config before, but we'll need to set the reboot
breadcrumb from the application-manager as well when we introduce
`requires-reboot` as a label.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Refactor device-config as part of device-state
hash: 51f1fb0f30e04ece6a00d2d8b9420b49703a2fde
body: |
Move the device-config module to the device-state folder and export only
those functions that are needed elsewhere in the codebase

This moves us closer to making the device-state module the only way to
modify application and configuration.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 16.11.0
title: ""
date: 2025-01-14T18:15:55.879Z
- commits:
- subject: Update systeminformation to v5.23.8 [SECURITY]
hash: 92b26c7ae2d8d329be18806abe24ab312e92db68
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0
## (2025-01-14)

* Add support for `io.balena.update.requires-reboot` [Felipe Lalanne]
* Move reboot breadcrumb check to device-state [Felipe Lalanne]
* Refactor device-config as part of device-state [Felipe Lalanne]

# v16.10.3
## (2024-12-20)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.10.3
16.11.0
2 changes: 1 addition & 1 deletion balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 16.10.3
version: 16.11.0
provides:
- slug: sw.compose.long-volume-syntax
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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.10.3",
"version": "16.11.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -135,6 +135,6 @@
"yargs": "^17.7.2"
},
"versionist": {
"publishedAt": "2024-12-20T20:43:23.891Z"
"publishedAt": "2025-01-14T18:15:56.458Z"
}
}

0 comments on commit 2637d99

Please sign in to comment.