Skip to content

Releases: home-assistant/builder

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

2024.08.1

14 Aug 10:57
34ed6fa

Choose a tag to compare

What's Changed

  • Make sure builder image is pulled by default (#218) @agners

2024.08.0

14 Aug 09:07
73d9da5

Choose a tag to compare

What's Changed

2024.03.5

20 Mar 15:21
cebacc7

Choose a tag to compare

What's Changed