From c24e511ab9ec0e155fa9dd7a5a89cc505d704701 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:26:03 +0100 Subject: [PATCH] Update CHANGELOG with deprecations and new features Document deprecation of armv7, armhf, and i386 architectures in Home Assistant. Added information about configuring extra environment variables. --- ombi/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ombi/CHANGELOG.md b/ombi/CHANGELOG.md index 88a001cf0..efaca2f7d 100644 --- a/ombi/CHANGELOG.md +++ b/ombi/CHANGELOG.md @@ -1,3 +1,5 @@ +- Development branch + - 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 - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.