Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps home-assistant/builder from 2025.09.0 to 2025.11.0.

Release notes

Sourced from home-assistant/builder's releases.

2025.11.0

💥 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 (home-assistant/architecture#1230, home-assistant/architecture#1200, home-assistant/architecture#1199).

The --all flag 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/[email protected] which still supports build of these architectures, including the --all flag.

What's Changed

Commits
  • 21bc64d Drop support for --all in favor of explicit architecture arguments (#265)
  • 1f71785 Don't refer to @master action in the readme examples (#264)
  • d5e797f actions/publish: use dotslash self-reference (#258)
  • 5b26f7c Remove deprecated archs (#263)
  • 86c3e07 Bump actions/checkout from 5 to 6 (#262)
  • 8cfef9e Bump sigstore/cosign-installer from 3.10.0 to 4.0.0 (#254)
  • 510f614 Bump docker/login-action from 3.5.0 to 3.6.0 (#253)
  • e7a8883 Bump home-assistant/builder from 2025.03.0 to 2025.09.0 (#252)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2025.09.0 to 2025.11.0.
- [Release notes](https://github.com/home-assistant/builder/releases)
- [Commits](home-assistant/builder@2025.09.0...2025.11.0)

---
updated-dependencies:
- dependency-name: home-assistant/builder
  dependency-version: 2025.11.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 1, 2025
@frenck frenck merged commit 995f884 into master Dec 1, 2025
40 checks passed
@frenck frenck deleted the dependabot/github_actions/home-assistant/builder-2025.11.0 branch December 1, 2025 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants