Update CHANGELOG with architecture deprecation and CAN capabilities

Updated changelog to reflect deprecation of support for certain architectures and added capabilities for CAN interface configuration.
This commit is contained in:
Alexandre
2025-11-26 07:39:05 +01:00
committed by GitHub
parent 9dcaeabe2d
commit 697c057ce9

View File

@@ -1,16 +1,5 @@
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
## 2.18.0-6 (26-11-2025)
- Add /dev/can device mapping to expose CAN bus interfaces in the container
## 2.18.0-5 (26-11-2025)
- Remove the optional init commands while keeping CAN capabilities to simplify configuration
## 2.18.0-4 (26-11-2025)
- Add NET_ADMIN and NET_RAW capabilities and optional init commands to allow configuring CAN interfaces without host networking
## 2.18.0-3 (18-11-2025)
- Enable host networking so CAN interfaces (can0/can1) are available inside the add-on container
- Add NET_ADMIN and NET_RAW capabilities to allow configuring CAN interfaces without host networking
## 2.18.0-2 (18-11-2025)
- Minor bugs fixed