Skip to content

Commit

Permalink
openthread_border_router: Bump OTBR and and flasher versions (home-as…
Browse files Browse the repository at this point in the history
…sistant#3890)

* Update DELETE patch

* Update OTBR commit

* Bump universal-silabs-flasher to 0.0.28

* Bump version to 2.13.0

* Drop the dataset deletion patch

* Update changelog to mention dropping the patch
  • Loading branch information
puddly authored and stefvanhooijdonk committed Jan 16, 2025
1 parent 036e95e commit f58ea8e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 129 deletions.
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

0 comments on commit f58ea8e

Please sign in to comment.