diff --git a/docs/images/docker-homeassistant.md b/docs/images/docker-homeassistant.md index d1fd66b65..631bacdfc 100755 --- a/docs/images/docker-homeassistant.md +++ b/docs/images/docker-homeassistant.md @@ -321,6 +321,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **07.10.24:** - Switch to `uv` instead of `pip`. * **03.07.24:** - Rebase to alpine 3.20. * **05.03.24:** - Add mime.types to help with detection of certain media files. * **13.02.24:** - Rebase to alpine 3.19, upgrade to python 3.12. Restructure python packages so all packages are internal (no more venv in /config). Use upstream project's wheels. Due to an upstream issue, on first start of the newly updated container, some custom integrations may be disabled in HA due to missing dependencies. A subsequent container restart should fix that and the integrations should be re-enabled.