Skip to content

Formally deprecate the DHCP Server add-on #3980

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

Merged
merged 3 commits into from
Apr 14, 2025
Merged
Show file tree
Hide file tree
Changes from 2 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
8 changes: 8 additions & 0 deletions dhcp_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.5.0

**Deprecation notice**
This will be the final update for this add-on. The maintenance of the ISC DHCP
Server ended in 2022 already.

- Update base image to alpine 3.20

## 1.4.0

- Update base image to alpine 3.19
Expand Down
6 changes: 6 additions & 0 deletions dhcp_server/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Home Assistant Add-on: DHCP server

> [!CAUTION]
> **Deprecation notice**
> The maintenance of the ISC DHCP Server ended in 2022 already. Alpine Linux
> dropped the package in Alpine 3.21. Hence, the add-on is deprecated as well.
> Consider using the DHCP functionality of your router instead.

A simple DHCP server.

![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]
Expand Down
3 changes: 2 additions & 1 deletion dhcp_server/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.4.0
version: 1.5.0
slug: dhcp_server
name: DHCP server
description: A simple DHCP server
Expand Down Expand Up @@ -53,3 +53,4 @@ schema:
subnet: str
startup: system
init: false
stage: deprecated