From 641ce2a3b0bb8da82ee1985b17e8bebf409d69e7 Mon Sep 17 00:00:00 2001 From: nodamnway Date: Sat, 14 Dec 2024 07:08:19 +0100 Subject: [PATCH] Fix OTBR addon does not start after updating containerd.io to 1.7.24-1 --- openthread_border_router/CHANGELOG.md | 4 ++++ openthread_border_router/config.yaml | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/openthread_border_router/CHANGELOG.md b/openthread_border_router/CHANGELOG.md index 97b4c78b143..0af51f637fc 100644 --- a/openthread_border_router/CHANGELOG.md +++ b/openthread_border_router/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.12.4 + +- Fix OTBR addon does not start after updating containerd.io to 1.7.24-1 + ## 2.12.3 - Enable recovery mechanism from "radio tx timeout" errors diff --git a/openthread_border_router/config.yaml b/openthread_border_router/config.yaml index 915c53f3508..aab7601b8c2 100644 --- a/openthread_border_router/config.yaml +++ b/openthread_border_router/config.yaml @@ -1,5 +1,5 @@ --- -version: 2.12.3 +version: 2.12.4 slug: openthread_border_router name: OpenThread Border Router description: OpenThread Border Router add-on @@ -20,6 +20,8 @@ host_uts: true privileged: - IPC_LOCK - NET_ADMIN +devices: + - /dev/net/tun image: homeassistant/{arch}-addon-otbr init: false options: