Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openthread_border_router: Bump OTBR and and flasher versions #3890

Merged
merged 6 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 0 additions & 123 deletions openthread_border_router/0001-support-deleting-the-dataset.patch

This file was deleted.

5 changes: 5 additions & 0 deletions openthread_border_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.13.0
- Bump to OTBR POSIX version b067e5ac (2025-01-13 22:32:22 -0500)
- Bump universal-silabs-flasher to 0.0.28
- Remove dataset deletion REST API backwards compatibility patch. The minimum Core version for this add-on is now 2023.9.0

## 2.12.4

- Fix OTBR addon does not start after updating containerd.io to 1.7.24-1
Expand Down
2 changes: 0 additions & 2 deletions openthread_border_router/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ ENV REST_API 1
ENV DHCPV6_PD_REF 0
ENV DOCKER 1

COPY 0001-support-deleting-the-dataset.patch /usr/src
COPY 0001-channel-monitor-disable-by-default.patch /usr/src
COPY openthread-core-ha-config-posix.h /usr/src
# Required and installed (script/bootstrap) can be removed after build
Expand Down Expand Up @@ -54,7 +53,6 @@ RUN \
&& git checkout ${OTBR_VERSION} \
&& git submodule update --init \
&& ./script/bootstrap \
&& patch -p1 < /usr/src/0001-support-deleting-the-dataset.patch \
&& ( \
cd third_party/openthread/repo \
&& patch -p1 < /usr/src/0001-channel-monitor-disable-by-default.patch \
Expand Down
4 changes: 2 additions & 2 deletions openthread_border_router/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ build_from:
aarch64: ghcr.io/home-assistant/aarch64-base-debian:bookworm
amd64: ghcr.io/home-assistant/amd64-base-debian:bookworm
args:
OTBR_VERSION: b041fa52daaa4dfbf6aa4665d8925c1be0350ca5
UNIVERSAL_SILABS_FLASHER: 0.0.25
OTBR_VERSION: b067e5ac5f8b3e92750df24922017eee2bc0fa04
UNIVERSAL_SILABS_FLASHER: 0.0.28
4 changes: 2 additions & 2 deletions openthread_border_router/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 2.12.4
version: 2.13.0
slug: openthread_border_router
name: OpenThread Border Router
description: OpenThread Border Router add-on
Expand All @@ -8,7 +8,7 @@ url: >-
arch:
- aarch64
- amd64
homeassistant: 2023.6.0.dev20230531
homeassistant: 2023.9.0
gpio: true
hassio_api: true
discovery:
Expand Down
Loading