Skip to content

Releases: home-assistant/builder

2026.03.2

17 Mar 16:15
62a1597

Choose a tag to compare

Warning

Since 2026.03.0, the home-assistant/builder action is deprecated in favor of more efficient and flexible composable actions. See the builder repository for details.

What's Changed

  • Correctly ignore home-assistant/builder update in action.yml and .github (#288) @sairon
  • Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 in /actions/publish-multi-arch-manifest (#287) @dependabot[bot]
  • Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 in /actions/build-image (#286) @dependabot[bot]
  • Bump docker/build-push-action from 6.19.2 to 7.0.0 in /actions/build-image (#283) @dependabot[bot]
  • Bump home-assistant/builder from 2026.03.0 to 2026.03.1 in /actions/build-image (#284) @dependabot[bot]
  • Update dependabot configuration (#282) @sairon

2026.03.1

17 Mar 13:06
537e6bc

Choose a tag to compare

Warning

Since 2026.03.0, the home-assistant/builder action is deprecated in favor of more efficient and flexible composable actions. See the builder repository for details.

What's Changed

  • Correctly pin cosign-verify action in build-image action (#281) @sairon

2026.03.0

17 Mar 10:29
dd86b0a

Choose a tag to compare

Warning

This release deprecates the home-assistant/builder action in favor of more efficient and flexible composable actions. See the builder repository for details.

What's Changed

2026.02.1

24 Feb 15:03
6cb4fd3

Choose a tag to compare

What's Changed

  • Use official hadolint/hadolint-action instead of fork (#271) @sairon
  • SHA-pin all pinnable actions, use builder 2026.02.0 (#270) @sairon

2026.02.0

24 Feb 11:36
305e896

Choose a tag to compare

What's Changed

2025.11.0

27 Nov 08:58
21bc64d

Choose a tag to compare

💥 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://github.com/home-assistant/architecture/discussions/1230, https://github.com/home-assistant/architecture/discussions/1200, https://github.com/home-assistant/architecture/discussions/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/builder@2025.09.0 which still supports build of these architectures, including the --all flag.

What's Changed

2025.09.0

15 Sep 13:11
37583b0

Choose a tag to compare

What's Changed

2025.03.0

20 Mar 12:36
7188536

Choose a tag to compare

What's Changed

2025.02.0

25 Feb 13:36
7db34eb

Choose a tag to compare

What's Changed

2024.08.2

20 Aug 12:22
a60da4f

Choose a tag to compare

What's Changed