Releases: home-assistant/supervisor
Releases · home-assistant/supervisor
2026.01.0
🔧 Build
✨ New Features
♻️ Refactor
- #6415 Migrate create container to aiodocker @mdegat01
- #6442 Remove cosign from image @mdegat01
- #6446 Fix accidental absolute imports @mdegat01
🐛 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
- #6413 Bump urllib3 from 2.6.0 to 2.6.1 @dependabot[bot]
- #6414 Bump coverage from 7.12.0 to 7.13.0 @dependabot[bot]
- #6417 Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0 @dependabot[bot]
- #6416 Bump codecov/codecov-action from 5.5.1 to 5.5.2 @dependabot[bot]
- #6423 Bump aiodns from 3.6.0 to 3.6.1 @dependabot[bot]
- #6418 Bump debugpy from 1.8.17 to 1.8.18 @dependabot[bot]
- #6421 Bump urllib3 from 2.6.1 to 2.6.2 @dependabot[bot]
- #6422 Bump ruff from 0.14.8 to 0.14.9 @dependabot[bot]
- #6426 Bump dessant/lock-threads from 5.0.1 to 6.0.0 @dependabot[bot]
- #6427 Bump actions/cache from 4.3.0 to 5.0.1 @dependabot[bot]
- #6430 Bump mypy from 1.19.0 to 1.19.1 @dependabot[bot]
- #6428 Bump actions/upload-artifact from 5.0.0 to 6.0.0 @dependabot[bot]
- #6429 Bump actions/download-artifact from 6.0.0 to 7.0.0 @dependabot[bot]
- #6431 Bump debugpy from 1.8.18 to 1.8.19 @dependabot[bot]
- #6434 Bump pre-commit from 4.5.0 to 4.5.1 @dependabot[bot]
- #6433 Bump sentry-sdk from 2.47.0 to 2.48.0 @dependabot[bot]
- #6437 Bump base Docker image to 2025.12.2 @sairon
- #6436 Bump uv to v0.9.18 @sairon
- #6441 Bump ruff from 0.14.9 to 0.14.10 @dependabot[bot]
- #6440 Bump voluptuous from 0.15.2 to 0.16.0 @dependabot[bot]
- #6438 Bump time-machine from 3.1.0 to 3.2.0 @dependabot[bot]
- #6452 Bump coverage from 7.13.0 to 7.13.1 @dependabot[bot]
- #6454 Bump backports-zstd from 1.2.0 to 1.3.0 @dependabot[bot]
- #6455 Bump gitpython from 3.1.45 to 3.1.46 @dependabot[bot]
- #6456 Bump aiohttp from 3.13.2 to 3.13.3 @dependabot[bot]
- #6458 Bump getsentry/action-release from 3.4.0 to 3.5.0 @dependabot[bot]
- #6459 Bump astroid from 4.0.2 to 4.0.3 @dependabot[bot]
2025.12.3
✨ New Features
- #6399 Remove the option to revert to
overlay2driver @sairon - #6400 Add option to Core settings to enable duplicated logs @sairon
♻️ Refactor
🐛 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
- #6393 Bump sentry-sdk from 2.46.0 to 2.47.0 @dependabot[bot]
- #6396 Bump ruff from 0.14.7 to 0.14.8 @dependabot[bot]
- #6403 Bump blockbuster from 1.5.25 to 1.5.26 @dependabot[bot]
- #6401 Bump urllib3 from 2.5.0 to 2.6.0 @dependabot[bot]
- #6402 Bump securetar from 2025.2.1 to 2025.12.0 @dependabot[bot]
- #6407 Bump orjson from 3.11.4 to 3.11.5 @dependabot[bot]
- #6406 Bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 @dependabot[bot]
- #6409 Bump pytest from 9.0.1 to 9.0.2 @dependabot[bot]
- #6410 Bump backports-zstd from 1.1.0 to 1.2.0 @dependabot[bot]
- #6408 Bump aiodns from 3.5.0 to 3.6.0 @dependabot[bot]
2025.12.2
💥 Breaking Changes
♻️ Refactor
- #6385 Fix typing issues in NetworkManager D-Bus integration @agners
- #6387 Fix type annotations in AddonModel @agners
- #6303 Remove unknown errors from addons and auth @mdegat01
- #6388 Fix return type hints for middleware methods @agners
- #6389 Fix type annotations in API modules @agners
💚 CI
🐛 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
- #6383 Bump actions/stale from 10.1.0 to 10.1.1 @dependabot[bot]
- #6382 Bump actions/checkout from 6.0.0 to 6.0.1 @dependabot[bot]
2025.12.1
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
2025.12.0
🐗 Chore
- #6370 Remove UP038 from ruff ignore list @agners
- #6373 Clean up Dockerfile after dropping deprecated architectures @sairon
✨ New Features
♻️ Refactor
💚 CI
🐛 Bug Fixes
- #6355 Fix private registry authentication for aiodocker image pulls @agners
- #6328 Handle update errors in automatic Supervisor update task @agners
- #6356 Pass registry credentials to add-on build for private base images @agners
- #6357 Fix progress when using containerd snapshotter @mdegat01
- #6360 Use Docker's official registry domain detection logic @agners
⬆️ Dependency Updates
7 changes
- #6358 Bump types-docker from 7.1.0.20251125 to 7.1.0.20251127 @dependabot[bot]
- #6363 Bump home-assistant/builder from 2025.09.0 to 2025.11.0 @dependabot[bot]
- #6367 Bump ruff from 0.14.6 to 0.14.7 @dependabot[bot]
- #6368 Bump pylint from 4.0.3 to 4.0.4 @dependabot[bot]
- #6369 Bump types-docker from 7.1.0.20251127 to 7.1.0.20251129 @dependabot[bot]
- #6366 Bump mypy from 1.18.2 to 1.19.0 @dependabot[bot]
- #6376 Bump types-docker from 7.1.0.20251129 to 7.1.0.20251202 @dependabot[bot]
2025.11.6
💥 Breaking Changes
🐗 Chore
✨ New Features
♻️ Refactor
- #6350 Fix typeguard error in API decorator wrapper functions @agners
- #6349 Fix type annotations for sentinel values in job manager @agners
🐛 Bug Fixes
- #6344 Fix blocking I/O in DockerInfo cpu realtime check @agners
- #6346 Fix blocking I/O call in DBusManager.load() @agners
- #6348 Fix D-Bus type annotation issues @agners
⬆️ Dependency Updates
5 changes
- #6343 Bump sentry-sdk from 2.45.0 to 2.46.0 @dependabot[bot]
- #6342 Bump types-docker from 7.1.0.20251009 to 7.1.0.20251125 @dependabot[bot]
- #6341 Bump actions/setup-python from 6.0.0 to 6.1.0 @dependabot[bot]
- #6317 Bump dbus-fast from 2.45.1 to 3.1.2 @dependabot[bot]
- #6352 Bump home-assistant/wheels from 2025.10.0 to 2025.11.0 @dependabot[bot]
2025.11.5
💥 Breaking Changes
- #5620 Deprecate i386, armhf and armv7 Supervisor architectures @agners
- #6337 Drop Debian 12 from supported OS list @agners
🐗 Chore
✨ New Features
♻️ Refactor
🐛 Bug Fixes
- #6339 Fix disk usage calculation @MindFreeze
⬆️ Dependency Updates
7 changes
- #6327 Bump actions/checkout from 5.0.1 to 6.0.0 @dependabot[bot]
- #6329 Use release-suffixed base images (pin to 2025.11.1) @sairon
- #6333 Bump time-machine from 3.0.0 to 3.1.0 @dependabot[bot]
- #6334 Bump pre-commit from 4.4.0 to 4.5.0 @dependabot[bot]
- #6335 Bump ruff from 0.14.5 to 0.14.6 @dependabot[bot]
- #6336 Bump backports-zstd from 1.0.0 to 1.1.0 @dependabot[bot]
- #6332 Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 @dependabot[bot]
2025.11.4
✨ New Features
🐛 Bug Fixes
- #6324 Fix call_at to use event loop time base instead of Unix timestamp @agners
- #6320 Handle pull events with complete progress details only @agners
⬆️ Dependency Updates
4 changes
- #6318 Bump actions/checkout from 5.0.0 to 5.0.1 @dependabot[bot]
- #6323 Bump coverage from 7.11.3 to 7.12.0 @dependabot[bot]
- #6322 Bump sentry-sdk from 2.44.0 to 2.45.0 @dependabot[bot]
- #6321 Bump time-machine from 2.19.0 to 3.0.0 @dependabot[bot]
2025.11.3
✨ New Features
♻️ Refactor
🐛 Bug Fixes
⬆️ Dependency Updates
5 changes
- #6306 Bump sentry-sdk from 2.43.0 to 2.44.0 @dependabot[bot]
- #6310 Bump pytest-asyncio from 1.2.0 to 1.3.0 @dependabot[bot]
- #6309 Bump pytest from 8.4.2 to 9.0.1 @dependabot[bot]
- #6315 Bump pylint from 4.0.2 to 4.0.3 @dependabot[bot]
- #6314 Bump ruff from 0.14.4 to 0.14.5 @dependabot[bot]
2025.11.2
🐗 Chore
✨ New Features
🐛 Bug Fixes
- #6287 Fix docker image pull progress blocked by small layers @agners
- #6292 Remove Docker version from unhealthy reasons @agners
- #6266 Avoid adding Content-Type to non-body responses @agners
⬆️ Dependency Updates
8 changes
- #6284 Bump getsentry/action-release from 3.3.0 to 3.4.0 @dependabot[bot]
- #6288 Bump brotli from 1.1.0 to 1.2.0 @dependabot[bot]
- #6291 Bump ruff from 0.14.3 to 0.14.4 @dependabot[bot]
- #6300 Bump pre-commit from 4.3.0 to 4.4.0 @dependabot[bot]
- #6299 Bump dbus-fast from 2.44.5 to 2.45.1 @dependabot[bot]
- #6298 Bump coverage from 7.11.0 to 7.11.3 @dependabot[bot]
- #6297 Bump astroid from 4.0.1 to 4.0.2 @dependabot[bot]
- #6301 Bump pytest-asyncio to 1.2.0 @agners