image-factory 1.6.0 (2026-08-28)
Welcome to the v1.6.0 release of image-factory!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.
Unified Installer Signing
Installer images for Talos 1.14.0 and newer are now always signed when SecureBoot assets are configured.
Unified installers embed a UKI regardless of the SecureBoot flag, so installer and installer-secureboot now resolve to the same profile
and share cached assets instead of being built and stored twice.
Talos versions before 1.14.0 are unaffected: signing an installer there also turns on lockdown=confidentiality, so the two variants stay distinct.
Contributors
- Spencer Smith
- Mateusz Urbanek
- Edward Sammut Alessi
- Orzelius
Changes
11 commits
b54b945release(v1.6.0): prepare release9244e82feat: sign installer profile when unified secureboot supported3b58dfafeat(enterprise): add a node tokens page82bd329feat: add node token methods to the factory client9312d82feat(enterprise): add self-issued node tokens4691e01feat: add WithTokenSource to include bearer tokensb115d17chore(enterprise): drop the Auth0 Management API node-token design6f08ed9feat(enterprise): extend the download-token issuer to a second audiencec51ac14feat: accept download token on /pxe/ and forward it7252d87chore: allow proxying IF through IFf45ec71fix(enterprise): read the org_id claim from if_org_id
Dependency Changes
- github.com/prometheus/client_golang v1.24.0 -> v1.24.1
- github.com/stretchr/testify v1.12.0 -> v1.11.1
Previous release can be found at v1.5.1