File tree 3 files changed +17
-2
lines changed 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## 1.4.0
4
12
5
13
- Update base image to alpine 3.19
Original file line number Diff line number Diff line change 1
1
# Home Assistant Add-on: DHCP server
2
2
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
+
3
9
A simple DHCP server.
4
10
5
11
![ 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 ]
Original file line number Diff line number Diff line change 1
1
---
2
- version : 1.4 .0
2
+ version : 1.5 .0
3
3
slug : dhcp_server
4
- name : DHCP server
4
+ name : " [Deprecated] DHCP server"
5
5
description : A simple DHCP server
6
6
url : https://home-assistant.io/addons/dhcp_server/
7
7
@@ -53,3 +53,4 @@ schema:
53
53
subnet : str
54
54
startup : system
55
55
init : false
56
+ stage : deprecated
You can’t perform that action at this time.
0 commit comments