Skip to content

Commit

Permalink
v6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 13, 2024
1 parent db9bac3 commit a0f8d0f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
- commits:
- subject: "recipes-support/os-fan-profile: Don't print logs unless configured"
hash: dfc023721aefc427255e996f7589450296836de3
body: |
Supervisor PR #2382 adds log streaming for this service. Let's not print
any logs in the dashboard for devices which don't support configurable
fan profiles, unless a value is specified in config.json, to avoid
any confusion.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <alexandru@balena.io>
signed-off-by: Alexandru Costache <alexandru@balena.io>
author: Alexandru Costache
nested: []
- subject: Update tests/leviathan digest to 8234f44
hash: a27959f1322d02d874cfe42136853e8649872878
body: Update tests/leviathan
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: 6.1.5
title: ""
date: 2024-11-13T15:09:19.450Z
- commits:
- subject: "os: test for rootfs by-state link uniqueness"
hash: d4341f15bc0398721e9b26cd728f91b1be7914f8
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change log
-----------

# v6.1.5
## (2024-11-13)

* recipes-support/os-fan-profile: Don't print logs unless configured [Alexandru Costache]
* Update tests/leviathan digest to 8234f44 [balena-renovate[bot]]

# v6.1.4
## (2024-11-12)

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "6.1.4"
DISTRO_VERSION = "6.1.5"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit a0f8d0f

Please sign in to comment.