Releases: home-assistant/supervisor
Releases · home-assistant/supervisor
2023.10.1
✨ New Features
- #4591 Allow home assistant backups to exclude database @mdegat01
- #4605 Support proxy of binary messages from addons to HA @mdegat01
♻️ Refactor
🐛 Bug Fixes
- #4602 JobGroups check active job to determine if in progress @mdegat01
- #4595 Core API check during startup can timeout @mdegat01
- #4604 Unstarted jobs should always be cleaned up @mdegat01
- #4620 Call save data after removing mount in fixup @mdegat01
- #4619 Eliminate possible addon data race condition during update @mdegat01
- #4628 Handle get users API returning None @mdegat01
- #4632 Don't warn for removing unstarted jobs @mdegat01
- #4635 Remove race with watchdog during backup, restore and update @mdegat01
- #4638 Reload Pulseaudio modules on hardware change @agners
⬆️ Dependency Updates
19 changes
- #4574 Remove all PyPi classifiers as this package is not published to PyPi @ChrisCarini
- #4603 Bump dbus-fast from 2.10.0 to 2.11.1 @dependabot
- #4608 Bump pylint from 3.0.0 to 3.0.1 @dependabot
- #4616 Bump home-assistant/wheels from 2023.10.1 to 2023.10.4 @dependabot
- #4612 Bump aiohttp from 3.8.5 to 3.8.6 @dependabot
- #4615 Bump pytest-timeout from 2.1.0 to 2.2.0 @dependabot
- #4614 Bump pyupgrade from 3.14.0 to 3.15.0 @dependabot
- #4613 Bump aiodns from 3.0.0 to 3.1.0 @dependabot
- #4623 Bump sentry-sdk from 1.31.0 to 1.32.0 @dependabot
- #4627 Bump pre-commit from 3.4.0 to 3.5.0 @dependabot
- #4631 Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 @dependabot
- #4629 Bump aiodns from 3.1.0 to 3.1.1 @dependabot
- #4630 Bump gitpython from 3.1.37 to 3.1.38 @dependabot
- #4637 Bump black from 23.9.1 to 23.10.0 @dependabot
- #4636 Bump actions/checkout from 4.1.0 to 4.1.1 @dependabot
- #4634 Bump urllib3 from 2.0.6 to 2.0.7 @dependabot
- #4640 Bump home-assistant/wheels from 2023.10.4 to 2023.10.5 @dependabot
- #4642 Bump gitpython from 3.1.38 to 3.1.40 @dependabot
- #4645 Bump pylint from 3.0.1 to 3.0.2 @dependabot
2023.10.0
💥 Breaking Changes
🐛 Bug Fixes
- #4588 Skip watchdog API test on landingpage @mdegat01
- #4589 Correct /store/addons api output @mdegat01
⬆️ Dependency Updates
7 changes
- #4593 Bump home-assistant/wheels from 2023.09.1 to 2023.10.1 @dependabot
- #4594 Bump pylint from 2.17.6 to 2.17.7 @dependabot
- #4596 Bump urllib3 from 2.0.5 to 2.0.6 @dependabot
- #4597 Bump actions/setup-python from 4.7.0 to 4.7.1 @dependabot
- #4598 Bump coverage from 7.3.1 to 7.3.2 @dependabot
- #4600 Bump pylint from 2.17.7 to 3.0.0 @dependabot
- #4599 Bump pyupgrade from 3.13.0 to 3.14.0 @dependabot
2023.09.3
🐗 Chore
- #4546 Fix typos in docstrings @ChrisCarini
✨ New Features
♻️ Refactor
- #4555 Switch from ruamel.yaml to pyyaml @mdegat01
- #4586 Change User LED to System Health LED @mdegat01
🐛 Bug Fixes
- #4552 Only tell HA to refresh ingress on restore on change @mdegat01
- #4563 Network backups skip free space check @mdegat01
⬆️ Dependency Updates
14 changes
- #4558 Bump docker/login-action from 2.2.0 to 3.0.0 @dependabot
- #4559 Bump debugpy from 1.7.0 to 1.8.0 @dependabot
- #4562 Bump sentry-sdk from 1.30.0 to 1.31.0 @dependabot
- #4566 Bump typing-extensions from 4.7.1 to 4.8.0 @dependabot
- #4569 Bump time-machine from 2.12.0 to 2.13.0 @dependabot
- #4572 Bump urllib3 from 2.0.4 to 2.0.5 @dependabot
- #4578 Bump actions/checkout from 4.0.0 to 4.1.0 @dependabot
- #4579 Bump home-assistant/builder from 2023.08.0 to 2023.09.0 @dependabot
- #4580 Bump home-assistant/wheels from 2023.04.0 to 2023.09.1 @dependabot
- #4584 Bump pylint from 2.17.5 to 2.17.6 @dependabot
- #4582 Bump gitpython from 3.1.36 to 3.1.37 @dependabot
- #4571 Bump cryptography from 41.0.3 to 41.0.4 @dependabot
- #4581 Bump pyupgrade from 3.10.1 to 3.13.0 @dependabot
- #4583 Bump dbus-fast from 2.2.0 to 2.10.0 @dependabot
2023.09.2
2023.09.1
✨ New Features
🐛 Bug Fixes
- #4545 Mount names cannot include non-alphanumerics @mdegat01
- #4551 Ingress does not break when username missing @mdegat01
⬆️ Dependency Updates
10 changes
- #4539 Bump gitpython from 3.1.34 to 3.1.35 @dependabot
- #4532 Bump actions/upload-artifact from 3.1.2 to 3.1.3 @dependabot
- #4544 Bump actions/cache from 3.3.1 to 3.3.2 @dependabot
- #4534 Bump coverage from 7.3.0 to 7.3.1 @dependabot
- #4535 Bump pytest-aiohttp from 1.0.4 to 1.0.5 @dependabot
- #4540 Bump brotli from 1.0.9 to 1.1.0 @dependabot
- #4541 Bump pytest from 7.4.1 to 7.4.2 @dependabot
- #4542 Bump debugpy from 1.6.7 to 1.7.0 @dependabot
- #4549 Bump black from 23.7.0 to 23.9.1 @dependabot
- #4550 Bump dbus-fast from 1.94.1 to 2.2.0 @dependabot
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