From 230f1abe82594dcb9ca4d59c0b7ab6b600689cd3 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:41:07 +0000 Subject: [PATCH] v6.0.50+rev5 --- .versionbot/CHANGELOG.yml | 20 ++++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 870f1413..fbb94075 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: Start CAN on boot + hash: 89e3a6972e6fc2de00359b306d61a0491e4cfd58 + body: > + As discussed in #397 starting CAN communication from within balena + docker applications is difficult due to needing owasys libraries in the + image and needing to mount sockets to the running container. + + + This commit enables CAN on boot. + footer: + Changelog-entry: Start CAN on boot + changelog-entry: Start CAN on boot + Signed-off-by: Otto Laitila + signed-off-by: Otto Laitila + author: Otto Laitila + nested: [] + version: 6.0.50+rev5 + title: "" + date: 2024-10-30T14:41:04.200Z - commits: - subject: Update balena-yocto-scripts to 9ae5d6075069f8e5dec053701e2a1c6173bf78d7 hash: ca87aee43cf7433020d18b46dc1ca21006909081 diff --git a/CHANGELOG.md b/CHANGELOG.md index 037210a7..ec93c533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # v2.107.5 ## (2023-01-09) +# v6.0.50+rev5 +## (2024-10-30) + +* Start CAN on boot [Otto Laitila] + # v6.0.50+rev4 ## (2024-10-29) diff --git a/VERSION b/VERSION index 5d33e065..cdf2522a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.50+rev4 \ No newline at end of file +6.0.50+rev5 \ No newline at end of file