Releases: home-assistant/supervisor
Releases · home-assistant/supervisor
2023.09.0
✨ New Features
- #4503 Backup and restore track progress in job @mdegat01
- #4514 List current job tree in api @mdegat01
♻️ Refactor
- #4515 Skip plugin update on startup if supervisor out of date @mdegat01
- #4518 Skip unnecessary mounts and privileges for landingpage @mdegat01
- #4520 Add jobs to docker supervisor and use group wait @mdegat01
- #4521 Use newer StrEnum and IntEnum over Enum @mdegat01
🐛 Bug Fixes
⬆️ Dependency Updates
8 changes
- #4513 Bump sentry-sdk from 1.29.2 to 1.30.0 @dependabot
- #4511 Bump dbus-fast from 1.93.0 to 1.94.1 @dependabot
- #4484 Bump faust-cchardet from 2.1.18 to 2.1.19 @dependabot
- #4525 Bump sigstore/cosign-installer from 3.1.1 to 3.1.2 @dependabot
- #4524 Bump gitpython from 3.1.32 to 3.1.34 @dependabot
- #4522 Bump pre-commit from 3.3.3 to 3.4.0 @dependabot
- #4523 Bump pytest from 7.4.0 to 7.4.1 @dependabot
- #4527 Bump actions/checkout from 3.6.0 to 4.0.0 @dependabot
2023.08.3
2023.08.2
✨ New Features
- #4457 Add job group execution limit option @mdegat01
- #4486 Add Home Assistant Green @agners
- #4495 Add job names and references everywhere @mdegat01
- #4152 Allows the supervisor to send a session's user to addon with header X-Remote-User @baflo
🐛 Bug Fixes
- #4479 Fallback on interface name if path is missing @mdegat01
- #4480 Extend container image name validator @agners
- #4481 Address addon storage race condition @mdegat01
- #4487 Missing an await in addon data @mdegat01
- #4492 Always stop the addon before restoring it @mdegat01
- #4502 Use dataclasses asdict for dataclasses @mdegat01
⬆️ Dependency Updates
8 changes
- #4489 Bump home-assistant/builder from 2023.06.1 to 2023.08.0 @dependabot
- #4488 Bump async-timeout from 4.0.2 to 4.0.3 @dependabot
- #4491 Bump coverage from 7.2.7 to 7.3.0 @dependabot
- #4493 Bump time-machine from 2.11.0 to 2.12.0 @dependabot
- #4494 Bump awesomeversion from 23.5.0 to 23.8.0 @dependabot
- #4485 Bump dbus-fast from 1.86.0 to 1.91.2 @dependabot
- #4500 Bump dbus-fast from 1.91.2 to 1.92.0 @dependabot
- #4501 Bump dbus-fast from 1.92.0 to 1.93.0 @dependabot
2023.08.1
🐛 Bug Fixes
- #4475 Cancel startup wait task on addon uninstallation @mdegat01
- #4476 Use udev path instead of mac or name for nm match @mdegat01
⬆️ Dependency Updates
3 changes
- #4470 Bump sentry-sdk from 1.29.0 to 1.29.2 @dependabot
- #4467 Bump aiohttp from 3.8.4 to 3.8.5 @dependabot
- #4468 Bump cryptography from 41.0.2 to 41.0.3 @dependabot
2023.08.0
2023.07.3
⚡ Performance
- Uses new base image with backported performance improvements (home-assistant/docker-base#229)
⬆️ Dependency Updates
3 changes
- #4456 Bump pylint from 2.17.4 to 2.17.5 @dependabot
- #4460 Bump pyupgrade from 3.9.0 to 3.10.1 @dependabot
- #4461 Bump flake8 from 6.0.0 to 6.1.0 @dependabot
2023.07.2
✨ New Features
- #4416 Identify network interfaces by mac over name @mdegat01
- #4452 Temporary operations for backups take place in destination folder @mdegat01
⚡ Performance
- #4446 Avoid check_api_state in websocket _can_send if we are already connected @bdraco
- #4445 Switch to using the get core state api call to check if the API is up @bdraco
♻️ Refactor
- #4438 Reduce executor code for docker @mdegat01
- #4444 Include interface name in match-device settings @mdegat01
- #4449 Allow discovery messages for unknown services with a warning @mdegat01
🐛 Bug Fixes
- #4425 Separate startup event from update check event @mdegat01
- #4443 Increase core websocket proxy maximum message size to 64MiB @bdraco
- #4451 List discovery only includes healthy addons @mdegat01
⬆️ Dependency Updates
12 changes
- #4418 Bump pyupgrade from 3.7.0 to 3.8.0 @dependabot
- #4427 Bump sentry-sdk from 1.27.0 to 1.27.1 @dependabot
- #4430 Bump pyupgrade from 3.8.0 to 3.9.0 @dependabot
- #4436 Bump sentry-sdk from 1.27.1 to 1.28.0 @dependabot
- #4432 Bump time-machine from 2.10.0 to 2.11.0 @dependabot
- #4435 Bump gitpython from 3.1.31 to 3.1.32 @dependabot
- #4433 Bump black from 23.3.0 to 23.7.0 @dependabot
- #4440 Bump sentry-sdk from 1.28.0 to 1.28.1 @dependabot
- #4439 Bump actions/setup-python from 4.6.1 to 4.7.0 @dependabot
- #4434 Bump cryptography from 41.0.1 to 41.0.2 @dependabot
- #4448 Bump aiohttp from 3.8.4 to 3.8.5 @dependabot
- #4447 Bump urllib3 from 2.0.3 to 2.0.4 @dependabot
2023.07.1
⬆️ Dependency Updates
2 changes
- #4423 Update frontend @bramkragten
- #4422 Bump sentry-sdk from 1.26.0 to 1.27.0 @dependabot
2023.07.0
⬆️ Dependency Updates
5 changes
- #4410 Bump sigstore/cosign-installer from 3.1.0 to 3.1.1 @dependabot
- #4413 Bump typing-extensions from 4.6.3 to 4.7.0 @dependabot
- #4412 Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 @dependabot
- #4419 Bump typing-extensions from 4.7.0 to 4.7.1 @dependabot
- #4420 Bump frontend @bramkragten
2023.06.4
✨ New Features
💚 CI
- #4404 Bump home-assistant/builder from 2023.06.0 to 2023.06.1 @dependabot
- #4406 Fix Tag @pvizeli
🐛 Bug Fixes
⬆️ Dependency Updates
4 changes
- #4401 Bump sentry-sdk from 1.25.1 to 1.26.0 @dependabot
- #4405 Bump pytest from 7.3.2 to 7.4.0 @dependabot
- #4404 Bump home-assistant/builder from 2023.06.0 to 2023.06.1 @dependabot
- #4407 Bump sigstore/cosign-installer from 3.0.5 to 3.1.0 @dependabot