Skip to content

Commit

Permalink
v5.1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Feb 28, 2024
1 parent ac7c8fe commit 87036c0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,17 @@
- commits:
- subject: Start os-config service after extracting CA
hash: 0a531b5787e9dfd11a851fa36babd5374135e935
body: |
OS-config should always run after extracting balena CA
to prevent race conditions
footer:
Change-type: patch
change-type: patch
author: jaomaloy
nested: []
version: 5.1.43
title: ""
date: 2024-02-28T09:12:11.684Z
- commits:
- subject: Update balena-supervisor to v16
hash: 2fe4e273e180d68a6eb756ce046352dc6a818f44
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Change log
-----------

# v5.1.43
## (2024-02-28)

* Start os-config service after extracting CA [jaomaloy]

# v5.1.42
## (2024-02-28)

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

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

0 comments on commit 87036c0

Please sign in to comment.