Skip to content

Releases: siderolabs/image-factory

v1.3.3

01 Jun 17:09
Immutable release. Only release title and notes can be modified.
v1.3.3
425e59e

Choose a tag to compare

image-factory 1.3.3 (2026-06-01)

Welcome to the v1.3.3 release of image-factory!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.

Disk Images

Image Factory now supports generating disk images with 4096 byte sector size (custom size), set via schematic customization.

Embedded Machine Configuration

Image Factory now supports embedding machine configuration into generated images starting with Talos version 1.2.0 onwards.

Secure Boot Disk Images

Image Factory now generates disk images with Secure Boot supporting automatically enrolling keys (with if-safe setting, enabled for VMs in setup mode).

Contributors

  • Andrey Smirnov
  • Noel Georgi
  • Mateusz Urbanek
  • Erwan Leboucher
  • Maja Bojarska
  • Orzelius
  • Utku Ozdemir
  • Lukasz Raczylo
  • Dmitrii Sharshakov
  • Edward Sammut Alessi
  • buckaroo
  • immanuwell
  • Ansgar Dahlen
  • Artem Chernyshev
  • Benoît Knecht
  • David Orman
  • Dharsan Baskar
  • Dmitriy Matrenichev
  • Filip Boye-Kofi
  • Kevin Tijssen
  • Mickaël Canévet
  • Nico Berlee
  • YANG JOO WOONG
  • Zadkiel AHARONIAN
  • appkins
  • kastakhov

Changes

7 commits

  • 425e59e release(v1.3.3): prepare release
  • b5d3d92 fix: vulnerability scans with extensions
  • 916bcf6 feat: update go-vex
  • 9920386 feat: update Image Factory with Talos 1.14.0-alpha.1
  • d49e952 feat: allow excluding Talos releases
  • 147a3e8 feat: add scan report to factory client
  • 2887e78 feat: add support for embedding machine configuration

Changes from siderolabs/go-vex

2 commits

  • 7248c88 fix: support proper semver bounds
  • ac27d3c feat: support version ranges

Changes from siderolabs/pkgs

72 commits

  • 0870a4b feat: bump dependencies
  • f9134e5 fix: enable CONFIG_BCM2712_MIP as built-in in arm64 kernel config
  • 285c6ae fix: set usermode static helper to machine
  • bd2a754 feat: pre-generate drbd patches using spatch out of tree
  • 898844e feat: update Linux to 6.18.33
  • a8dfbf7 fix: disable kernel modprobe path
  • c542950 fix: pull in tools with zstd sbom
  • c0ec8f3 feat: enable PPP and INFINIBAND_BNXT_RE
  • c62c4e1 feat: update containerd to 2.3.1
  • 270f9f8 chore: update deps
  • 4f7feb4 feat: enable more options for CRI-U checkpoint/restore
  • 87994f7 feat: move autoloadable stuff as modules
  • 80c27f3 fix: drop legacy network protocols
  • fbb7360 feat: drop legacy iptables/ebtables support
  • eac5f86 feat: bump kernel 6.18.32
  • d616f6c feat: update Linux to 6.18.31
  • 02bcfce fix: macb silent TX stall on BCM2712/RP1 (v2 patches from netdev)
  • 12ca698 feat: update ZFS & NVIDIA LTS
  • 9fff943 feat: update Linux to 6.18.30
  • c5a1685 feat: move HWMON as modules
  • b2a45fb feat: move CONFIG_INTEL_IOATDMA as a module
  • ea8d35f feat: move ACPI device drivers as modules
  • 501ba58 feat: move HID quirks as modules
  • b35312c feat: move PS/2 mouse drivers as modules
  • 3a5d9d7 feat: move IPMI driver to be a module
  • 792a69a feat: disable AGP drivers
  • 99990b4 feat: move Hyper-V drivers as modules
  • fb697d6 feat: move Xen frontend drivers as modules
  • 1df1713 feat: move ATA / MMC controllers as modules
  • f7f9341 feat: move USB class drivers as modules
  • ba873e9 feat: move USB host controllers as modules
  • 8f25baa feat: move virtio bus stuff as modules
  • d0c5480 feat: bump kernel to 6.18.29
  • dfb09f0 feat: bump kernel 6.18.28
  • c97bc24 feat: update Go to 1.26.3
  • dfe8926 feat: add btrfsprogs
  • 06ff9dc feat: update Linux to 6.18.27
  • 2265fc9 feat(kernel): backport two PCI bridge realloc fixes from v6.19
  • 5a21d99 feat: bump dependencies
  • cb3f406 feat: update containerd to 2.3.0
  • e192574 feat: update Linux to 6.18.26
  • e5e6cb8 feat: update DRBD to 9.3.2
  • 77538b1 feat: update NVIDIA drivers
  • adeaafc feat: preserve System.map on kernel builds
  • c77f985 fix: disable legacy framebuffer drivers
  • 8f3ef77 fix: enable safesetid LSM
  • f82d3af fix: disable CONFIG_DEVPORT
  • b189a96 fix: disable crypto user API
  • 9a718f6 docs: list net macb silent TX stall fixes in kernel/build/patches/README.md
  • ca3599f fix: macb silent TX stall on BCM2712/RP1 (RFC patches from netdev)
  • 6a53a93 feat: bump kernel to 6.18.25
  • f567bce feat: disable more stuff in Kconfig
  • [ffd9790](siderolabs/pkgs@ffd9790...
Read more

v1.3.2

25 May 06:22
v1.3.2
660ac01

Choose a tag to compare

image-factory 1.3.2 (2026-05-25)

Welcome to the v1.3.2 release of image-factory!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.

Contributors

  • Mateusz Urbanek
  • Orzelius

Changes

9 commits

  • 660ac01 release(v1.3.2): prepare release
  • 38183fc fix: update golang.org/x/net
  • 9f6aee8 fix: make PXE copyable on SecureBoot
  • d7377c5 refactor: migrate to Tailwind CSS classes
  • 1e86750 fix: update golang.org/x/* packages
  • 33c79e4 test: move from kuttl to chainsaw
  • ba34dab feat: move SPDX cache to enterprise options
  • cd137ed chore: disable authentication for local development
  • 4ea792f fix: build profile with version

Dependency Changes

  • golang.org/x/crypto v0.50.0 -> v0.52.0
  • golang.org/x/sys v0.43.0 -> v0.45.0
  • golang.org/x/text v0.36.0 -> v0.37.0

Previous release can be found at v1.3.1

v1.3.1

14 May 07:37
v1.3.1
fcf9d57

Choose a tag to compare

image-factory 1.3.1 (2026-05-14)

Welcome to the v1.3.1 release of image-factory!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.

Contributors

  • Mateusz Urbanek
  • Andrey Smirnov

Changes

3 commits

  • fcf9d57 release(v1.3.1): prepare release
  • 1d216c7 docs: update the developing documentation
  • 4a60270 fix(config): validate early and sort SPDX deterministically

Changes from siderolabs/go-vex

1 commit

  • 59abb9a feat(loader): add functional options for VEX data manipulation

Dependency Changes

  • github.com/siderolabs/go-vex 70764247d873 -> 59abb9af79f6

Previous release can be found at v1.3.0

v1.3.0

08 May 12:54
v1.3.0
41d3947

Choose a tag to compare

image-factory 1.3.0 (2026-05-08)

Welcome to the v1.3.0 release of image-factory!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.

Vulnerability Scanner

Image Factory now includes a built-in vulnerability scanner that automatically scans the images for known vulnerabilities after the build process.
This feature helps users identify and address security issues in their images before deployment.

Note: This feature is enterprise-only and is subject to the BUSL-1.1 license.

VEX Support

Image Factory now supports VEX (Vulnerability Exploitability eXchange) documents, allowing users to associate vulnerability information with their schematics.
This feature enables better tracking and management of vulnerabilities in the images created with Image Factory.

Note: This feature is enterprise-only and is subject to the BUSL-1.1 license.

Contributors

  • Mateusz Urbanek
  • Orzelius
  • Utku Ozdemir

Changes

7 commits

  • 41d3947 release(v1.3.0): prepare release
  • ae3ed04 feat: add enterprise features with Helm chart support
  • 3fb0f96 feat(enterprise): add vulnerability scanning endpoint
  • 92209b6 feat: return normalized schematic on creation
  • ba2a46d feat(enterprise): implement VEX endpoint
  • 9b40156 feat: show schematic-id url parameter on the final wizard step
  • 114bb60 fix(spdx): use configured external URL in document namespace

Changes from siderolabs/go-vex

3 commits

  • 7076424 feat: add vulnerability scanning with Grype
  • cb3a5bc docs: add go-vex library documentation
  • fd0fd5e feat: initial implementation of go-vex library

Dependency Changes

  • github.com/anchore/clio v0.1.0 new
  • github.com/anchore/grype v0.112.0 new
  • github.com/anchore/syft v1.44.0 new
  • github.com/siderolabs/go-vex 70764247d873 new

Previous release can be found at v1.2.0

v1.2.0

28 Apr 08:59
v1.2.0
ccffefc

Choose a tag to compare

image-factory 1.2.0 (2026-04-28)

Welcome to the v1.2.0 release of image-factory!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.

Authentication Support (Enterprise)

Image Factory Enterprise now supports API key-based authentication.
When enabled, all schematic access requires the caller to be authenticated.
Each schematic records its owner at creation time, making schematics private to the user who created them.
Authentication is configured via a set of usernames and associated API keys.

Note: This feature is enterprise-only and is subject to the BUSL-1.1 license.

French Locale

The Image Factory frontend now includes a French (fr) locale, adding translations for the web interface.

Stable Resolution for 'latest' Tag

The latest tag in the registry frontend now resolves to the latest non-prerelease (stable) version instead of being passed through to the upstream registry.

New /talosctl/:version Endpoint

A new /talosctl/:version endpoint has been added that lists all downloadable talosctl binaries for a given Talos version.

Contributors

  • Andrey Smirnov
  • Mateusz Urbanek
  • Noel Georgi
  • Edward Sammut Alessi
  • Quentin Joly
  • Utku Ozdemir

Changes

7 commits

  • ccffefc release(v1.2.0): prepare release
  • 4abeff4 feat: add /talosctl/:version endpoint to list downloadable talosctls
  • 405b488 feat(i18n): add french locale
  • c6ad082 feat(registry): resolve latest tag to stable version
  • 471706d chore: drop update to talos main tests
  • 403cd5a fix: centralize schematic ownership enforcement
  • f1cceee feat: implement authentication support

Changes from siderolabs/talos

26 commits

  • b9e9c6579 release(v1.13.0): prepare release
  • 5e2fc260a fix: revert add extraArgs from service-account-issuer
  • 17448fcd2 fix: revert use append instead of prepend in service-account-issuer
  • 4b9fe000f feat: add quirk for talosctl factory downloads
  • f62c33113 refactor: make all controller unit-test follow modern patterns
  • cd317d533 feat: support auth for Image Factory in cluster create
  • 92ca9e16f feat: update Kubernetes to v1.36.0
  • e9afea74d test: fix OOM test flake
  • d34a61c8d fix(talosctl): ensure uncordon runs after reboot/upgrade errors
  • f9531d352 test: fix a flake in the manifest sync test
  • 9f04f2c4e fix: watch kubelet's kubeconfig and time out for cache sync
  • f3bab2baf chore(ci): nvidia update helm values
  • d4d018b54 fix: propagate route table down to the resource
  • ffa0bcf61 chore(ci): bump gpu operator version
  • 8035e6e49 fix: do not flip machine stage to rebooting during shutdown
  • 10606bdfe fix: boot entry detection
  • 23393a5ea fix: zfs extensions test
  • a922d1540 fix: return failed precondition on upgrade when not installed
  • 252799a00 fix: reduce memory dashboard usage
  • 8180cb11c fix: wrong slot of encryption key was logged
  • b6bcd47e6 feat: update Flannel to 0.28.4
  • 370c035ab fix: audit trustd code for security
  • 3e1c6fd84 chore: bump container registry library
  • dacd73313 chore: update sign images to support image name suffix
  • 1a519a410 test: allow more tests to run in FIPS strict mode
  • cb969aa9f feat: update Linux to 6.18.24

Dependency Changes

  • github.com/fsnotify/fsnotify v1.9.0 new
  • github.com/siderolabs/talos v1.13.0-rc.0 -> v1.13.0
  • github.com/siderolabs/talos/pkg/machinery v1.13.0-rc.0 -> v1.13.0
  • golang.org/x/crypto v0.50.0 new

Previous release can be found at v1.1.0

v1.1.0

17 Apr 14:28
v1.1.0
81f9312

Choose a tag to compare

image-factory 1.1.0 (2026-04-17)

Welcome to the v1.1.0 release of image-factory!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.

SPDX SBOM viewer

Added a new SPDX SBOM section to the Image Factory Enterprise.
Users can now request SBOMs for a specific Talos schematic directly from the Image Factory Enterprise interface.

Note: This feature is enterprise-only and is subject to the BUSL-1.1 license.

Contributors

  • Andrey Smirnov
  • Mateusz Urbanek
  • Noel Georgi
  • Mickaël Canévet
  • Orzelius
  • Dmitrii Sharshakov
  • Nico Berlee
  • Zadkiel AHARONIAN
  • Andreas Freund
  • Edward Sammut Alessi
  • Fritz Schaal
  • Max Makarov
  • Utku Ozdemir
  • Andreas Lüdeke
  • Ansgar Dahlen
  • Benoît Knecht
  • Daniil Kivenko
  • David Orman
  • Dharsan Baskar
  • Dmitrii Sharshakov
  • Dominik Pitz
  • Jan Paul
  • Justin Garrison
  • Kai Zhang
  • Kevin Tijssen
  • Laura Brehm
  • Spencer Smith
  • Sébastien Masset
  • arita
  • drew
  • lmacka
  • pythoner6

Changes

15 commits

  • 81f9312 release(v1.1.0): prepare release
  • 1b834b7 feat: add SHA-256 and SHA-512 checksum frontend
  • e775c36 feat: upgrade tailwind to v4
  • bb27d39 feat: update Talos to v1.13.0-rc.0
  • 2a59890 fix: gsa signer pull during verify
  • fbc302f fix: support insecure registries for signature bundles
  • 8e7d10e feat: add support for google service account signing
  • 74afd80 fix: set correct Content-Type when downloading images
  • 8372fe8 feat: add SPDX frontend
  • b379bf2 feat: switch schematic cache to LRU and negative TTL
  • 0450038 chore: remove deuplicate k8s-down ci step
  • 470cb2f chore: switch to large runners
  • 713fc6e fix: memory usage when building images
  • 0a25274 fix: excessive memory usage
  • 0f9eb22 feat: update machinery doc links

Changes from siderolabs/crypto

1 commit

  • 6d82f0c fix: bump minimum TLS version to v1.3

Changes from siderolabs/go-debug

1 commit

  • 47fce68 feat: support Go 1.26, rekres

Changes from siderolabs/pkgs

51 commits

  • b121566 fix: support disabling module signature verification
  • a02d120 feat: update containerd to 2.2.3
  • a65a3e3 feat: enable CONFIG_UHID and CONFIG_INPUT_JOYDEV as modules
  • 89776b8 feat: update runc to 1.4.2
  • 9ab4f1b feat: update backportable dependencies
  • 7c122c4 feat: update Go to 1.26.2 and small deps updates
  • ddd56d2 feat: disable dynamic SCS
  • 5d027c4 feat: update Linux to 6.18.21
  • 46c12db fix: libarchive install prefix
  • 142b074 feat: update for musl 1.2.6
  • 4ef2ff4 feat: update NVIDIA production to 595.58.03
  • 1d3bbca feat: update Linux to 6.18.19
  • 0982fac feat: update containerd patch verifier role
  • 6d3cd66 feat: enable CHECKPOINT_RESTORE option
  • 83f5bcd chore: update toolchain and tools
  • 4f784de fix: install apparmor parser require config files
  • 559b1be feat: enable AMD GPU peer-to-peer DMA
  • 77194e4 fix: disable CONFIG_RT_GROUP_SCHED
  • 02ee1e3 feat: backportable deps update
  • 21af1c3 feat: bump deps
  • 6935f6f feat(kernel): enable CONFIG_USB_UHCI_HCD on amd64
  • 2c89e9f feat: update containerd to 2.2.2
  • 866939b feat: update tools with LLVM 22.1
  • 13d00e0 feat: enable dynamic preemption support
  • 7d0cc32 feat: update Linux 6.18.16, NVIDIA, ZFS
  • ef3a7c8 feat: update Go to 1.26.1
  • 8148601 feat: add containerd patch to verify images
  • b7c7ab2 feat: update Linux to 6.18.15
  • 830fbac feat: enable CONFIG_USB_IPHETH kernel module
  • adc1714 feat: update Linux to 6.18.14
  • 3c982f8 chore: update deps
  • d065c59 feat: update Linux firmware to 20260221
  • 773ea3a feat: update Linux to 6.18.13
  • 6ca02b3 fix: make udev rules read only
  • 520141c feat: enable kernel irq time accounting
  • 8f6df51 feat: enable CONFIG_HID_MULTITOUCH
  • 6934b50 feat: add patch for Cilium BPF verifier rejection by the kernel
  • 5760aa7 feat: enable MLX5 Scalable Functions and TC offload in kernel
  • c0c8bc5 feat: enable CONFIG_DRM_ACCEL and IVPU on amd64
  • b9cc39d feat: build kernel with Clang and ThinLTO, update Go to 1.26
  • 3327386 chore: drop mellanox-ofed
  • 9013985 feat: update dependencies
  • 17196f5 feat: update NVIDIA LTS to 580.126.16
  • 8f53ad2 feat: update Linux to 6.18.9
  • [eff5ba0](https...
Read more

v1.0.3

09 Feb 11:53
v1.0.3
f0c7a7b

Choose a tag to compare

image-factory 1.0.3 (2026-02-09)

Welcome to the v1.0.3 release of image-factory!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.

Contributors

  • Andrey Smirnov
  • Kevin Tijssen
  • Mateusz Urbanek
  • Daddie0
  • Fritz Schaal
  • Laura Brehm
  • Pranav Patil

Changes

9 commits

  • f0c7a7b release(v1.0.3): prepare release
  • dd92631 docs: correct path to hack/copy-artifacts.sh
  • ddc1a83 fix: update Talos to fix rpi_5 build
  • b3d07e5 docs: remove redundant Kubernetes version prerequisite
  • 9666795 fix: values.schema.json
  • 8a8da46 feat: adjust security context for user namespace mode
  • bc631dc fix: values.schema.json
  • 8ea6fe9 feat: add user namespace support with Kubernetes version validation
  • 324c464 fix: skip initializing TUF if keyless signing is disabled

Changes from siderolabs/talos

7 commits

  • 2628eb2ec fix: typo with rpi_5 profile name
  • d5ebcd7ca fix: stop building talosctl debug on Windows
  • 8b85c7c63 chore: update deps
  • d905035b5 fix: swap volume configuration for min/max size
  • d43a01ccb feat: implement talosctl debug
  • 34a31c979 feat: add mount options support for existing volumes
  • 1bf95eed1 feat: improve dashboard uptime display

Dependency Changes

  • github.com/siderolabs/talos v1.13.0-alpha.1 -> 2628eb2ece05
  • github.com/siderolabs/talos/pkg/machinery v1.13.0-alpha.1 -> 2628eb2ece05

Previous release can be found at v1.0.2

v1.0.2

04 Feb 09:52
v1.0.2
a42b9d9

Choose a tag to compare

image-factory 1.0.2 (2026-02-04)

Welcome to the v1.0.2 release of image-factory!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.

Contributors

  • Noel Georgi

Changes

2 commits

  • a42b9d9 release(v1.0.2): prepare release
  • 80d1ba3 fix: pass nameoptions to verify bundle too

Dependency Changes

This release has no dependency changes

Previous release can be found at v1.0.1

v1.0.1

04 Feb 02:09
v1.0.1
eec01d1

Choose a tag to compare

image-factory 1.0.1 (2026-02-04)

Welcome to the v1.0.1 release of image-factory!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.

Contributors

  • Andrey Smirnov
  • Noel Georgi
  • Dmitrii Sharshakov
  • Mateusz Urbanek
  • Orzelius

Changes

2 commits

  • eec01d1 release(v1.0.1): prepare release
  • ec1c0a7 fix: pass insecure to the cosign new bundle verifier

Changes from siderolabs/talos

13 commits

  • 055add7ae release(v1.13.0-alpha.1): prepare release
  • 900516e68 chore: update image signer
  • 938de566e feat: bump kernel
  • 388cec727 feat(overlays): add new overlays
  • 9f2dd6312 refactor: api tests
  • a90783146 feat: add a helper module to generate standard patches
  • 1fec5b23d fix: implement merger for PercentageSize
  • 8b245b8f2 feat: implement new image service APIs
  • d90c775b8 chore: rename internal talosctl debug air-gapped
  • 2165280d0 refactor: change the way one2many proxying is picked
  • b1b703dbe chore: move sync logging code to go-kubernetes package
  • e48c6d7ab fix: allow to expose a port multiple times in Docker
  • 410d8cb57 fix: undo CRLF on Windows (talosctl edit)

Dependency Changes

  • github.com/siderolabs/talos 859d3f03c444 -> v1.13.0-alpha.1
  • github.com/siderolabs/talos/pkg/machinery 859d3f03c444 -> v1.13.0-alpha.1
  • github.com/sigstore/sigstore v1.10.3 -> v1.10.4

Previous release can be found at v1.0.0

v1.0.0

30 Jan 02:31
v1.0.0
14d0f2a

Choose a tag to compare

image-factory 1.0.0 (2026-01-30)

Welcome to the v1.0.0 release of image-factory!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.

Configuration moved to env and config files only

All configuration is now provided exclusively via environment variables and/or configuration files.
Command-line flags for configuration have been removed.

Users must migrate any existing CLI-based configuration to env variables or supported config file formats.
This change simplifies the runtime interface but is a breaking change and requires updates to existing workflows relying on CLI flags.

Disk Image

The disk image build process no longer requires privileged deployment and mounting '/dev'.
The build process now operates in userspace, and it doesn't depend on host Linux kernel anymore.
This change enhances security and portability, allowing disk images to be built in a wider range of environments without elevated permissions.
This also enables most of the image builds to be fully reproducible.

Contributors

  • Andrey Smirnov
  • Mateusz Urbanek
  • Noel Georgi
  • Dmitrii Sharshakov
  • Kevin Tijssen
  • Laura Brehm
  • Orzelius
  • Artem Chernyshev
  • Tim Jones
  • Bryan Lee
  • Edward Sammut Alessi
  • Alexis La Goutte
  • Andras BALI
  • Andrei Kvapil
  • Birger Johan Nordølum
  • Camillo Rossi
  • Christopher Puschmann
  • Florian Ströger
  • Gregor Gruener
  • Jaakko Sirén
  • Jean-Francois Roy
  • Joakim Nohlgård
  • Jonas Lammler
  • Justin Garrison
  • Lennard Klein
  • Matthew Sanabria
  • Max Makarov
  • Michal Baumgartner
  • Mickaël Canévet
  • Olav Thoresen
  • Pranav Patil
  • Serge van Ginderachter
  • Skye Soss
  • Spencer Smith
  • dataprolet
  • eseiker
  • pranav767

Changes

37 commits

  • 14d0f2a release(v1.0.0): prepare release
  • a90529c feat: add more security contexts
  • ec69fe2 fix: extra kernel args for overlays
  • aa325ee feat: add Helm docs and schema
  • 3c18e05 feat: add Sidero google service account email also to verfiers
  • 151feb5 fix: docs url
  • 42a1c45 feat: add helm to kres
  • ac4718a feat: update Talos and pkgs
  • 1d6468e feat: add helm e2e to CI
  • 2f0499c feat: added e2e tests
  • 2eccf98 fix: made changes on the recommendation of copilot
  • e27ea36 feat: Added E2E with KUTTL
  • 9f6b9e7 feat: Added additional tests
  • 4939747 feat: Added helm unittests
  • dcaa1db feat: added helmchart
  • 1f85622 feat: add cloudflare credentials helper
  • 852856d fix: installer internal config
  • c8c6576 release(v1.0.0-beta.0): prepare release
  • 56bd21b fix: allow Cache-Control header in CORS
  • 83f4d91 fix: clarify bootloader selection
  • c8c5faa feat: allow using image GET/HEAD API by the JS code on any domains
  • e732d90 feat: support acm for secureboot
  • 5f103c1 feat: support copying to clipboard
  • c3532c4 feat: update Talos with GRUB and other fixes
  • b5ba663 fix: avoid pulling Talos core in schematic pkg
  • b2b0cc8 fix: update cosign to v3.0.4
  • fca99d0 chore: update docs/developing.md
  • 49f4226 chore: separate kres integration-test variables
  • 190aa22 fix: add missing libarchive dependency
  • 37bd795 fix: image-factory rootless
  • 99cbfd7 fix: don't enforce bundle verified
  • cf3e56a chore: bump talos
  • 8723b02 fix: drop sbc board support
  • f0150c4 feat: use rootless Image Factory
  • f57218f feat: refactor configuration of image factory
  • e440ce7 fix: support new cosign bundle format
  • 5eb1775 feat: introduce Enterprise Image Factory

Changes since v1.0.0-beta.0

17 commits

  • 14d0f2a release(v1.0.0): prepare release
  • a90529c feat: add more security contexts
  • ec69fe2 fix: extra kernel args for overlays
  • aa325ee feat: add Helm docs and schema
  • 3c18e05 feat: add Sidero google service account email also to verfiers
  • 151feb5 fix: docs url
  • 42a1c45 feat: add helm to kres
  • ac4718a feat: update Talos and pkgs
  • 1d6468e feat: add helm e2e to CI
  • 2f0499c feat: added e2e tests
  • 2eccf98 fix: made changes on the recommendation of copilot
  • e27ea36 feat: Added E2E with KUTTL
  • 9f6b9e7 feat: Added additional tests
  • 4939747 feat: Added helm unittests
  • dcaa1db feat: added helmchart
  • 1f85622 feat: add cloudflare credentials helper
  • 852856d fix: installer internal config

Changes from siderolabs/pkgs

49 commits

Read more