From c78185203c5c67b9c266026276fa32f8211f31f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Thu, 13 Aug 2026 15:25:13 +0200 Subject: [PATCH 1/5] Update OTBR_BETA_VERSION in build.yaml Test ePSKc --- openthread_border_router/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openthread_border_router/build.yaml b/openthread_border_router/build.yaml index 170158af7..dc99dcbe4 100644 --- a/openthread_border_router/build.yaml +++ b/openthread_border_router/build.yaml @@ -3,7 +3,7 @@ build_from: aarch64: ghcr.io/home-assistant/aarch64-base-debian:trixie amd64: ghcr.io/home-assistant/amd64-base-debian:trixie args: - OTBR_BETA_VERSION: 337711e7038d0b9c8fb46a1ce888ce7f9c4c0c35 + OTBR_BETA_VERSION: e66f08baf8aea493e8a10e22b36b606c04ebc78c OTBR_VERSION: ec16e396382b4559e70a2c6fdeecb7d596a5e915 UNIVERSAL_SILABS_FLASHER_VERSION: 0.1.2 SERIALX_VERSION: 1.8.0 From 48a2379b7d82496684406cc02e2643637178dc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Thu, 13 Aug 2026 15:30:02 +0200 Subject: [PATCH 2/5] Update version to 3.11 in config.yaml --- openthread_border_router/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openthread_border_router/config.yaml b/openthread_border_router/config.yaml index e0259eb02..55bfda865 100644 --- a/openthread_border_router/config.yaml +++ b/openthread_border_router/config.yaml @@ -1,5 +1,5 @@ --- -version: 3.1.0 +version: 3.11 breaking_versions: [3.0.0] slug: openthread_border_router name: OpenThread Border Router From abdaf490ad2de96a961747d8c3f1a8eaef02b3c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Thu, 13 Aug 2026 15:32:18 +0200 Subject: [PATCH 3/5] Update version to 3.1.1 in config.yaml --- openthread_border_router/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openthread_border_router/config.yaml b/openthread_border_router/config.yaml index 55bfda865..cf5038cdf 100644 --- a/openthread_border_router/config.yaml +++ b/openthread_border_router/config.yaml @@ -1,5 +1,5 @@ --- -version: 3.11 +version: 3.1.1 breaking_versions: [3.0.0] slug: openthread_border_router name: OpenThread Border Router From fb51711358db73edddcce54f2a08c780b530eec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Fri, 21 Aug 2026 13:20:37 +0200 Subject: [PATCH 4/5] Update OTBR_BETA_VERSION in build.yaml --- openthread_border_router/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openthread_border_router/build.yaml b/openthread_border_router/build.yaml index dc99dcbe4..c51ded6a4 100644 --- a/openthread_border_router/build.yaml +++ b/openthread_border_router/build.yaml @@ -3,7 +3,7 @@ build_from: aarch64: ghcr.io/home-assistant/aarch64-base-debian:trixie amd64: ghcr.io/home-assistant/amd64-base-debian:trixie args: - OTBR_BETA_VERSION: e66f08baf8aea493e8a10e22b36b606c04ebc78c + OTBR_BETA_VERSION: d83ddc62ecbb3d8a766ce3f1c58d6362d793d70b OTBR_VERSION: ec16e396382b4559e70a2c6fdeecb7d596a5e915 UNIVERSAL_SILABS_FLASHER_VERSION: 0.1.2 SERIALX_VERSION: 1.8.0 From 9759dbdbd5dee6a2b52d2b8402a60781ecc4eda6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Fri, 21 Aug 2026 11:50:13 +0000 Subject: [PATCH 5/5] openthread_border_router: Add CHANGELOG entry for 3.1.1 beta bump --- openthread_border_router/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openthread_border_router/CHANGELOG.md b/openthread_border_router/CHANGELOG.md index 2885b454e..a01692f48 100644 --- a/openthread_border_router/CHANGELOG.md +++ b/openthread_border_router/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.1.1 + +- Bump beta to OTBR POSIX version d83ddc62 to test ePSKc / Thread 1.4 Credentials Sharing support ahead of the upstream `release-v2026.09.0` tag + ## 3.1.0 - Bump to OTBR POSIX version ec16e396 (tag v2026.07.0)