Skip to content

Tags: home-assistant/supervisor

Tags

2024.10.0

Toggle 2024.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow Supervisor token authentication from landing page (#5321)

The landing page provides the Supervisor token as authentication, so
consider the landingpage as new enough too.

2024.09.1

Toggle 2024.09.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve WiFi settings error handling (#5293)

* Improve WiFi settings error handling

Currently, the frontend potentially provides no WiFi settings dictionary
but still tries to update other (IP address) settings on the interface.
This leads to a stack trace since network manager is not able to fetch
the WiFi settings from the settings dictionary. Simply fill out what
we can and let NetworkManager provide an error.

Also allow to disable a network interface which has no configuration.
This avoids an error when switching to auto and back to disabled then
press save on a new wireless network interface.

* Add debug message when already disabled

* Add pytest for incomplete WiFi settings as psoted by frontend

Simulate the frontend posting no WiFi settings. Make sure the Supervisor
handles this gracefully.

2024.09.0

Toggle 2024.09.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump setuptools from 74.0.0 to 74.1.2 (#5291)

Bumps [setuptools](https://github.com/pypa/setuptools) from 74.0.0 to 74.1.2.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v74.0.0...v74.1.2)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2024.08.0

Toggle 2024.08.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix resp may be undefined end_backup issue (#5224)

2024.07.0

Toggle 2024.07.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Restrict stopping core during migrations with force option (#5205)

2024.06.2

Toggle 2024.06.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add music assistant to the builtin repositories (#5128)

* Add music assistant to the builtin repositories

* Fix tests

* Fix tests some more

---------

Co-authored-by: Stefan Agner <[email protected]>

2024.06.1

Toggle 2024.06.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add safe mode option to core rebuild (#5120)

* Add safe mode option to core rebuild

* Adding logging for increased traceability

2024.06.0

Toggle 2024.06.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add uninstall addon suggestion to detached_addon_removed (#5105)

2024.05.2

Toggle 2024.05.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
--- (#5099)

updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2024.05.1

Toggle 2024.05.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Bump orjson from 3.9.15 to 3.10.3 (#5057)" (#5068)

This reverts commit 71e9132.

It is not proven that the segfaults seen in Core are resolved. Since
we are shipping a bugfix release, conservatively revert back to 3.9.15.