Skip to content

Commit

Permalink
v5.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Feb 6, 2024
1 parent db184cd commit cde215e
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 1 deletion.
33 changes: 33 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,36 @@
- commits:
- subject: Update balena-supervisor to v15.3.1
hash: d1816fb95d9d1722f258609c92f9f4d6d982c730
body: |
Update balena-supervisor from 15.3.0 to 15.3.1
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: Respect update strategies app-wide instead of at the service level
hash: 3afcef296914840268356f7f98bc4bd8cce9427c
body: >
Fixes behavior for release updates which removes a service in
current state

and adds a new service in target state.
footer:
Change-type: patch
change-type: patch
Closes: "#2095"
closes: "#2095"
Signed-off-by: Christina Ying Wang <christina@balena.io>
signed-off-by: Christina Ying Wang <christina@balena.io>
author: Christina Ying Wang
nested: []
version: balena-supervisor-15.3.1
title: ""
date: 2024-02-01T19:31:12.515Z
version: 5.1.26
title: ""
date: 2024-02-06T12:44:48.657Z
- commits:
- subject: Update tests/leviathan digest to a708a7f
hash: 42a7b84459eb3cf7d1de83e87a7cea3dc62166ba
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,21 @@
Change log
-----------

# v5.1.26
## (2024-02-06)


<details>
<summary> Update balena-supervisor to v15.3.1 [Self-hosted Renovate Bot] </summary>

> ## balena-supervisor-15.3.1
> ### (2024-02-01)
>
> * Respect update strategies app-wide instead of at the service level [Christina Ying Wang]
>
</details>

# v5.1.25
## (2024-02-06)

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.25"
DISTRO_VERSION = "5.1.26"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit cde215e

Please sign in to comment.