Skip to content

Releases: home-assistant/supervisor

2026.02.3

25 Feb 09:38
9f00b6e

Choose a tag to compare

πŸ› Bug Fixes

  • #6567 Add missing BRIDGE device type to NetworkManager enum @agners
  • #6574 Add missing WIFI_P2P device type to NetworkManager enum @agners
  • #6582 Ensure uuid of dismissed suggestion/issue matches an existing one @mdegat01

πŸ“¦ Refactor

βš™οΈ CI

⬆️ Dependency Updates

7 changes

2026.02.2

13 Feb 13:30
50e6c88

Choose a tag to compare

πŸ— Chore

  • #6554 Adjust tests in builder workflow to use apps instead of addons in CLI @sairon

✨ New Features

  • #6562 Add periodic progress logging during initial Core installation @agners

♻️ Refactor

  • #6541 Use session.request() instead of getattr dispatch in HomeAssistantAPI @agners
  • #6540 Remove deprecated loop parameter from WSClient @agners
  • #6550 Reformat pyproject.toml using taplo @agners
  • #6534 Migrate export image to aiodocker @mdegat01
  • #6546 Fix RestartPolicy type annotation for runtime type checking @agners
  • #6552 Add test style guideline to copilot instructions @agners
  • #6545 Add D-Bus tolerant enum base classes to prevent crashes on unknown values @agners
  • #6553 Simplify HomeAssistantWebSocket and raise on connection errors @agners

πŸ’š CI

  • #6539 Remove frontend auto-update workflow @agners
  • #6547 Fix builder workflow for workflow_dispatch events @agners
  • #6554 Adjust tests in builder workflow to use apps instead of addons in CLI @sairon
  • #6564 Fix getting Supervisor IP address in testing @agners

πŸ› Bug Fixes

  • #6542 Validate device option type before path conversion in add-on options @agners
  • #6556 Reload ingress tokens on addon update and rebuild @agners
  • #6557 Remove blocking I/O added to import_image @mdegat01

⬆️ Dependency Updates

5 changes

2026.02.1

05 Feb 18:55
c3b9b95

Choose a tag to compare

✨ New Features

  • #6461 Fix MCP API proxy support for streaming and headers @tomquist
  • #6529 Include Docker storage driver in Sentry reports @agners

♻️ Refactor

  • #6523 Fix type annotations in backup and restore methods @agners
  • #6524 Improve CpuArch type safety with explicit conversions @agners
  • #6531 Fix typeguard errors by explicitly converting IP addresses to strings @agners
  • #6532 Fix RAUC D-Bus type annotations for runtime type checking @agners

⬆️ Dependency Updates

3 changes

2026.02.0

03 Feb 18:04
d1a576e

Choose a tag to compare

πŸ— Chore

  • #6516 Add exception handling for pull progress tracking errors @agners
  • #6522 Instruct agents to use relative imports within supervisor package @sairon

✨ New Features

♻️ Refactor

  • #6379 Refactor Docker pull progress with registry manifest fetcher @agners
  • #6514 Migrate info, events and container logs to aiodocker @mdegat01

πŸ› Bug Fixes

  • #6520 Fix Docker exec exit code handling by using detach=False @agners
  • #6525 Fix Docker Hub manifest fetching by using correct registry API endpoint @agners

βœ… Test

  • #6519 Fix port conflict tests for aiodocker 0.25.0 compatibility @agners

⬆️ Dependency Updates

2026.01.2

02 Feb 10:39
77f3da7

Choose a tag to compare

✨ New Features

♻️ Refactor

πŸ’š CI

  • #6496 Improve CI workflow wait logic and reduce duplication @agners

πŸ› Bug Fixes

  • #6485 Add missing syslog identifiers to default list for Host logs @sairon
  • #6499 Update get_docker_args() to return mounts not volumes @AlCalzone
  • #6500 fix: pull missing images before running @AlCalzone
  • #6513 Handle unexpected job state during image pulls @agners
  • #6512 Disable Home Assistant watchdog during system shutdown @agners

βœ… Test

  • #6504 Fix flaky test_group_throttle_rate_limit race condition @agners

⬆️ Dependency Updates

19 changes

2026.01.1

14 Jan 22:00
ec0f7c2

Choose a tag to compare

πŸ— Chore

  • #6478 Use query_dns instead of deprecated query after aiohttp 4.x update @sairon

πŸ› Bug Fixes

  • #6472 Fix typo in log message when running commands in a container @ErichDonGubler
  • #6477 Fix 'DockerMount is not JSON serializable' in DockerAPI.run_command @sairon

⬆️ Dependency Updates

6 changes

2026.01.0

06 Jan 15:15
1d1a8cd

Choose a tag to compare

πŸ”§ Build

✨ New Features

♻️ Refactor

πŸ› Bug Fixes

  • #6435 Fix missing metadata of stopped add-ons after aiodocker migration @sairon
  • #6443 Don't remove folder on Home Assistant restore @mdegat01

⬆️ Dependency Updates

27 changes

2025.12.3

08 Dec 17:19
a2d301e

Choose a tag to compare

✨ New Features

  • #6399 Remove the option to revert to overlay2 driver @sairon
  • #6400 Add option to Core settings to enable duplicated logs @sairon

♻️ Refactor

  • #6392 Fix type annotations in addon options validation @agners

πŸ› Bug Fixes

  • #6397 Fix addon options reset to defaults @agners
  • #6398 Handle missing origin remote in git store pull operation @agners
  • #6404 Increase timeout waiting for Core API to work around 2025.12.x issues @hendrikb

⬆️ Dependency Updates

10 changes

2025.12.2

03 Dec 21:02
382f0e8

Choose a tag to compare

πŸ’₯ Breaking Changes

♻️ Refactor

πŸ’š CI

  • #6384 Move wheels build to the build job, use ARM runner for aarch64 build @sairon

πŸ› Bug Fixes

  • #6384 Move wheels build to the build job, use ARM runner for aarch64 build @sairon
  • #6391 Disable timeout for Docker image pull operations @agners

⬆️ Dependency Updates

2 changes

2025.12.1

02 Dec 19:29
20f993e

Choose a tag to compare

Note

The previous release did not build correctly, hence this is also the first release which includes the changes in 2025.12.0.

πŸ’š CI

πŸ› Bug Fixes