Skip to content

Commit

Permalink
v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 19, 2024
1 parent b7bbc15 commit 477bcf8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
- commits:
- subject: "NetworkManager: remove duplicate rules in shared dispatcher script"
hash: 90093d5d780bb236e21add3a55f270c08623768a
body: |
Sometimes on NetworkManager restart a new rule for a shared interface
is added, but the old rule is not cleaned up properly, so the rules
are just piling up. This patch makes the shared dispatcher script
clean up duplicates if it finds any.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Michal Toman <[email protected]>
signed-off-by: Michal Toman <[email protected]>
author: Michal Toman
nested: []
version: 6.0.1
title: ""
date: 2024-07-19T16:09:46.427Z
- commits:
- subject: "common: remove module compression bbclass"
hash: fbb35d54e5833db8a05b37e6cbce4bf1ca6ec1b7
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
-----------

# v6.0.1
## (2024-07-19)

* NetworkManager: remove duplicate rules in shared dispatcher script [Michal Toman]

# v6.0.0
## (2024-07-19)

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

0 comments on commit 477bcf8

Please sign in to comment.