Skip to content

Commit abfb8fc

Browse files
authored
Formally deprecate the DHCP Server add-on (#3980)
1 parent 603db75 commit abfb8fc

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

dhcp_server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.5.0
4+
5+
**Deprecation notice**
6+
This will be the final update for this add-on. The maintenance of the ISC DHCP
7+
Server ended in 2022 already.
8+
9+
- Update base image to alpine 3.20
10+
311
## 1.4.0
412

513
- Update base image to alpine 3.19

dhcp_server/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Home Assistant Add-on: DHCP server
22

3+
> [!CAUTION]
4+
> **Deprecation notice**
5+
> The maintenance of the ISC DHCP Server ended in 2022 already. Alpine Linux
6+
> dropped the package in Alpine 3.21. Hence, the add-on is deprecated as well.
7+
> Consider using the DHCP functionality of your router instead.
8+
39
A simple DHCP server.
410

511
![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield]

dhcp_server/config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
version: 1.4.0
2+
version: 1.5.0
33
slug: dhcp_server
4-
name: DHCP server
4+
name: "[Deprecated] DHCP server"
55
description: A simple DHCP server
66
url: https://home-assistant.io/addons/dhcp_server/
77
codenotary: [email protected]
@@ -53,3 +53,4 @@ schema:
5353
subnet: str
5454
startup: system
5555
init: false
56+
stage: deprecated

0 commit comments

Comments
 (0)