From c3f8468d7fe01a0ecf13a0c19187d73232eac99e Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:35:02 +0000 Subject: [PATCH] v5.4.0+rev3 --- .versionbot/CHANGELOG.yml | 31 +++++++++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2650af137..1c424ce82 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,34 @@ +- commits: + - subject: Add RevPi udev rules + hash: eb654958d643293801f24d831dd30793ff5896d9 + body: > + Add RevPi specific udev rules and helper script for mac address + + configuration from HAT eeprom. The ruleset will ensure that the + following + + things behave similar to a stock RevPi OS: + + + - Alias for RS485 interfaces (eg. /dev/ttyRS485) + + - Set mac address from HAT EEPROM for interfaces without own eeprom + + - Set interfaces names according to device markings + + - Use correct interface names for PiBridge ethernet interfaces (without + this + gateways can't work with piControl) + footer: + Changelog-entry: Add RevPi udev rules + changelog-entry: Add RevPi udev rules + Signed-off-by: Nicolai Buchwitz + signed-off-by: Nicolai Buchwitz + author: Nicolai Buchwitz + nested: [] + version: 5.4.0+rev3 + title: "" + date: 2024-08-09T17:34:56.553Z - commits: - subject: extend initramfs size for raspberrypi4-64 hash: ecc7626fdaa4415129a278068ff8830790f6bf7e diff --git a/CHANGELOG.md b/CHANGELOG.md index 338190606..252893abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change log ----------- +# v5.4.0+rev3 +## (2024-08-09) + +* Add RevPi udev rules [Nicolai Buchwitz] + # v5.4.0+rev2 ## (2024-08-08) diff --git a/VERSION b/VERSION index d26336f40..e0e808656 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.4.0+rev2 \ No newline at end of file +5.4.0+rev3 \ No newline at end of file