ci: update home-assistant/builder action to v2025#17
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
ci: update home-assistant/builder action to v2025#17renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2021.11.3→2025.11.0Release Notes
home-assistant/builder (home-assistant/builder)
v2025.11.0Compare Source
💥 Breaking Changes
This release removes support for the armv7, i386, and armhf architectures which were previously announced as deprecated in the Home Assistant architecture decisions (https://redirect.github.com/home-assistant/architecture/discussions/1230, https://redirect.github.com/home-assistant/architecture/discussions/1200, https://redirect.github.com/home-assistant/architecture/discussions/1199).
The
--allflag has has been removed since it could silently fail for add-on developers who relied on it in builds for the deprecated architectures using the latest version of the builder action. If your build process uses--all, update it to specify architectures explicitly (e.g.,--amd64 --aarch64) or use a matrix strategy for the build job (see addons-example for a concrete example of an add-on build workflow).If you need to build images for the deprecated architectures, you can specify an older builder action, e.g.
home-assistant/builder@2025.09.0which still supports build of these architectures, including the--allflag.What's Changed
@masteraction in the readme examples (#264) @saironv2023.12.0Compare Source
What's Changed
v2022.11.0Compare Source
What's Changed
v2021.12.0Compare Source
What's Changed
v2021.11.4Compare Source
What's Changed
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.