Skip to content

Commit

Permalink
v4.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 5, 2023
1 parent 05dbb3e commit dda681a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- commits:
- subject: "balena-net-config: Ensure NM dispatcher scripts are executable"
hash: ee6083ce3c690aff7c617af1455e19144d3048fc
body: >
This commit fixes the following error:
nm-dispatcher[4209]: req:1 hostname: find-scripts:
Cannot execute ... 50-example-script.sh: not executable by owner.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <[email protected]>
signed-off-by: Alexandru Costache <[email protected]>
author: Alexandru Costache
nested: []
version: 4.0.20
title: ""
date: 2023-10-05T14:41:28.636Z
- commits:
- subject: "flowzone: meta-balena-esr: add weekly run to keep workflow enabled"
hash: 858161349540531fb1554be2ca3bcf1468f57dea
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
-----------

# v4.0.20
## (2023-10-05)

* balena-net-config: Ensure NM dispatcher scripts are executable [Alexandru Costache]

# v4.0.19
## (2023-10-03)

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

0 comments on commit dda681a

Please sign in to comment.