Skip to content

Releases: siderolabs/omni-infra-provider-bare-metal

v0.10.2

Choose a tag to compare

@github-actions github-actions released this 02 Jul 13:11
v0.10.2
ba06836

omni-infra-provider-bare-metal 0.10.2 (2026-07-02)

Welcome to the v0.10.2 release of omni-infra-provider-bare-metal!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni-infra-provider-bare-metal/issues.

Contributors

  • Oguz Kilcan

Changes

4 commits

  • ba06836 release(v0.10.2): prepare release
  • dc42fb6 fix: don't stall boot.ipxe requests when many nodes PXE boot at once
  • 37cae94 chore: rekres
  • 16fad8a test: download omnictl from the /api/omnictl/ path

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.10.1

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 27 May 12:11
v0.10.1
150bf44

omni-infra-provider-bare-metal 0.10.1 (2026-05-27)

Welcome to the v0.10.1 release of omni-infra-provider-bare-metal!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni-infra-provider-bare-metal/issues.

Machine Power-Off Support

The provider now honors power-off requests from Omni. When Omni requests a machine to be powered off, the provider acknowledges the request and avoids automatically powering the machine back on due to cluster allocation. The request is honored until the machine goes through a deallocation cycle, at which point it is considered stale and the provider resumes normal power management. The provider also reports the currently honored request back to Omni, allowing Omni to distinguish intentional power-off from unexpected disconnects.

Talos v1.13.0

This release updates the dependency on Talos to v1.13.0.

Contributors

  • Andrey Smirnov
  • Mateusz Urbanek
  • Noel Georgi
  • Mickaël Canévet
  • Utku Ozdemir
  • Edward Sammut Alessi
  • Orzelius
  • Zadkiel AHARONIAN
  • Benoît Knecht
  • David Orman
  • Dharsan Baskar
  • Dominik Pitz
  • Erwan Leboucher
  • Fritz Schaal
  • Kevin Tijssen
  • Laura Brehm
  • Maja Bojarska
  • Nico Berlee
  • Quentin Joly
  • Spencer Smith
  • pythoner6

Changes

9 commits

  • 150bf44 release(v0.10.1): prepare release
  • c93c09b fix: write boot filename to BOOTP header for U-Boot ProxyDHCP
  • e6da964 chore: bump Go and deps, rekres, fix linters
  • 5b57fe3 release(v0.10.0): prepare release
  • a3694fb chore: bump image-factory and talos-metal-agent
  • 4d13952 chore: rekres
  • e27fd88 chore: bump deps, rekres, Talos v1.13.0
  • fed52d9 feat: honor power-off requests from omni
  • 2730cf3 chore: accept eula in integration tests

Changes since v0.10.0

3 commits

  • 150bf44 release(v0.10.1): prepare release
  • c93c09b fix: write boot filename to BOOTP header for U-Boot ProxyDHCP
  • e6da964 chore: bump Go and deps, rekres, fix linters

Changes from siderolabs/crypto

1 commit

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

Changes from siderolabs/image-factory

22 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
  • 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/talos

192 commits

  • befeda7cb release(v1.13.3): prepare release
  • f4d451054 feat(ci): rotate credentials
  • 01b434870 fix: guard apply config API call
  • a42c37f24 feat(machined): support instance tags on Akamai
  • d62d54ca7 fix: memorymodules resource reporting
  • b673b4be7 fix: bump Go golang.org/x modules
  • 19755ad14 feat: add bnxt_re module to the rootfs
  • 532bc6baa fix: relax hostname config validation
  • 3bbd3ed35 fix: bump Kubernetes to 1.36.1 in one more place
  • 472b9d991 feat: update default Kubernetes version to 1.36.1
  • 6d53ce0d5 chore(ci): fix cloud image upload job name
  • 5633c7791 fix: rework how scheduler config is marshaled
  • 52f056084 fix: restore some shared (and some lower tier slave) mount propagation
  • 9de3c12d9 fix: image verification issue with registry.k8s.io
  • 7dc716d85 feat: redact more machine config secrets and audit redactors
  • d5448c60d chore(ci): try fixing homebrew action
  • ef9f0bf02 docs: drop controlplane endpoint examples
  • 7ee3e787b feat: update Linux to 6.18.33
  • e99744bad fix: update container...
Read more

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 26 May 20:33
v0.10.0
5b57fe3

omni-infra-provider-bare-metal 0.10.0 (2026-05-26)

Welcome to the v0.10.0 release of omni-infra-provider-bare-metal!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni-infra-provider-bare-metal/issues.

Machine Power-Off Support

The provider now honors power-off requests from Omni. When Omni requests a machine to be powered off, the provider acknowledges the request and avoids automatically powering the machine back on due to cluster allocation. The request is honored until the machine goes through a deallocation cycle, at which point it is considered stale and the provider resumes normal power management. The provider also reports the currently honored request back to Omni, allowing Omni to distinguish intentional power-off from unexpected disconnects.

Talos v1.13.0

This release updates the dependency on Talos to v1.13.0.

Contributors

  • Andrey Smirnov
  • Mateusz Urbanek
  • Noel Georgi
  • Mickaël Canévet
  • Edward Sammut Alessi
  • Orzelius
  • Utku Ozdemir
  • Zadkiel AHARONIAN
  • Benoît Knecht
  • David Orman
  • Dharsan Baskar
  • Dominik Pitz
  • Fritz Schaal
  • Kevin Tijssen
  • Laura Brehm
  • Nico Berlee
  • Quentin Joly
  • Spencer Smith
  • pythoner6

Changes

6 commits

  • 5b57fe3 release(v0.10.0): prepare release
  • a3694fb chore: bump image-factory and talos-metal-agent
  • 4d13952 chore: rekres
  • e27fd88 chore: bump deps, rekres, Talos v1.13.0
  • fed52d9 feat: honor power-off requests from omni
  • 2730cf3 chore: accept eula in integration tests

Changes from siderolabs/crypto

1 commit

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

Changes from siderolabs/image-factory

22 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
  • 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/talos

145 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
  • [1f949d9a5](siderolabs/talos@1f949d9a555389a9e...
Read more

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 19:40
v0.9.0
f43cfa1

omni-infra-provider-bare-metal 0.9.0 (2026-04-08)

Welcome to the v0.9.0 release of omni-infra-provider-bare-metal!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni-infra-provider-bare-metal/issues.

Removed --dhcp-proxy-port Flag

The --dhcp-proxy-port flag has been removed. The DHCP proxy now always listens on both port 67 and port 4011 as required by the PXE specification. If you were using --dhcp-proxy-port=4011 to run in proxy DHCP mode, use --disable-dhcp-proxy-broadcast instead.

Contributors

  • Utku Ozdemir

Changes

3 commits

  • f43cfa1 release(v0.9.0): prepare release
  • 84b50bf fix: listen on both DHCP port 67 and 4011 per PXE spec
  • c9b458e test: add BMC integration tests and fix hardcoded IPMI username

Dependency Changes

  • golang.org/x/net v0.51.0 -> v0.52.0
  • golang.org/x/sync v0.19.0 -> v0.20.0
  • google.golang.org/grpc v1.79.1 -> v1.80.0

Previous release can be found at v0.8.1

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 04 Mar 11:10
v0.8.1
6dc0c43

omni-infra-provider-bare-metal 0.8.1 (2026-03-04)

Welcome to the v0.8.1 release of omni-infra-provider-bare-metal!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni-infra-provider-bare-metal/issues.

Contributors

  • Andrey Smirnov
  • Mateusz Urbanek
  • Noel Georgi
  • Kevin Tijssen
  • Dmitrii Sharshakov
  • Utku Ozdemir
  • Laura Brehm
  • Orzelius
  • Artem Chernyshev
  • Edward Sammut Alessi
  • Tim Jones
  • Bryan Lee
  • Max Makarov
  • Pranav Patil
  • Alexis La Goutte
  • Andreas Freund
  • Andrei Kvapil
  • Christopher Puschmann
  • Daddie0
  • Daniil Kivenko
  • Florian Ströger
  • Fritz Schaal
  • Jan Paul
  • Jonas Lammler
  • Justin Garrison
  • Lennard Klein
  • Matthew Sanabria
  • Mickaël Canévet
  • Mikolaj Pawlikowski
  • Nico Berlee
  • Olav Thoresen
  • Skye Soss
  • Spencer Smith
  • Sébastien Masset
  • dataprolet
  • drew

Changes

4 commits

  • 6dc0c43 release(v0.8.1): prepare release
  • 9ed9832 chore: bump deps including new redfish changes
  • 89de24a fix: correct /tftp/ HTTP path, debug build tags, and comment typos
  • 529806a fix: use a private IP range in tests

Changes from siderolabs/image-factory

50 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
  • a42b9d9 release(v1.0.2): prepare release
  • 80d1ba3 fix: pass nameoptions to verify bundle too
  • eec01d1 release(v1.0.1): prepare release
  • ec1c0a7 fix: pass insecure to the cosign new bundle verifier
  • 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 from siderolabs/talos

222 commits

Read more

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 14:14
v0.8.0
96eabb6

omni-infra-provider-bare-metal 0.8.0 (2026-02-05)

Welcome to the v0.8.0 release of omni-infra-provider-bare-metal!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni-infra-provider-bare-metal/issues.

Contributors

  • Andrey Smirnov
  • Noel Georgi
  • Mateusz Urbanek
  • Amarachi Iheanacho
  • Dmitrii Sharshakov
  • Orzelius
  • Laura Brehm
  • Oguz Kilcan
  • Justin Garrison
  • Utku Ozdemir
  • Bryan Lee
  • George Gaál
  • 459below
  • Adrian L Lange
  • Aleksandr Gamzin
  • Alp Celik
  • Andrew Longwill
  • Artem Chernyshev
  • Chris Sanders
  • Christopher Puschmann
  • Dmitry
  • Edward Sammut Alessi
  • Febrian
  • Florian Grignon
  • Giau. Tran Minh
  • Grzegorz Rozniecki
  • Jonas Lammler
  • Lennard Klein
  • Markus Freitag
  • Max Makarov
  • Michael Smith
  • Mike Beaumont
  • Misha Aksenov
  • MrMrRubic
  • Olivier Doucet
  • Pranav
  • Serge Logvinov
  • Skye Soss
  • Skyler Mäntysaari
  • SuitDeer
  • Tom
  • aurh1l
  • frozenprocess
  • frozensprocess
  • kassad
  • leppeK
  • samoreno
  • theschles
  • winnie

Changes

2 commits

  • 96eabb6 release(v0.8.0): prepare release
  • 3cf79cc test: set required Omni SQLite storage path flag to integration test

Changes from siderolabs/image-factory

16 commits

  • fa266e0 release(v0.9.0): prepare release
  • 6799661 feat: show booter command in final wizard
  • fb22bce feat: support selecting bootloader
  • e881e4b feat: bump deps
  • d1bec57 feat: implement schematic GET API
  • f1dad9d feat: better test matrix
  • bc4f959 fix: remove secureboot talosctl preset
  • db5e4dc feat: add a prompt about using talosctl cluster create qemu
  • 2c5037c chore: bump deps
  • 1559666 feat: replace hardcoded artifact image constants with CLI-configurable values
  • c27ee27 fix: return 400 when an invalid image name is requested
  • 58125d4 feat: support proxying external installer registry
  • d782950 feat: support serving TLS froom Image Factory
  • 743fe7f feat: support disable cosign signature verification
  • 3a20123 chore: rekres with parallel jobs
  • 241963f chore(ci): use runner groups

Changes from siderolabs/talos

388 commits

  • 54e5b438d release(v1.12.2): prepare release
  • 30da0bc19 fix: oracle platform file format
  • 7ddb37b1f fix: make OOM expression a bit less sensitive
  • e438ec23e fix: marshal of FailOverMac property
  • 717ed7265 fix: check if the device is not mounted when wiping
  • c95c9fd06 fix: wipe the first/last 1MiB in addition to wiping by signatures
  • 52bed358d fix: add talos version to Hetzner Cloud client user agent
  • 0e447a431 fix: make OOM controller more precise by considering separate cgroup PSI
  • 3b974b99e fix: sort mirrors and tls configs when generating the machine config
  • 8b16fe50b feat: add VLAN support to OpenStack platform
  • eb8480c4c fix: panic in configpatcher when the whole section is missing
  • 4d44306dd fix: wipe disk by signatures
  • cca4cd269 feat: add it87 hwmon module
  • d9480eef2 fix: resolve SideroLink Wireguard endpoint on reconnect
  • e16c2d5bb fix: handle correctly incomplete RegistryTLSConfig
  • dedd273df fix: bond config via platform
  • f527cff23 fix: allow HostnameConfig to be used with incomplete machine config
  • 10918136c fix: lock down etcd listen address to IPv4 localhost
  • 9f8d938db fix: print talosctl images to release notes
  • 95433c167 fix: update VIP config example
  • 919394fee feat: update Go to 1.25.6
  • 7ea2ef7cf release(v1.12.1): prepare release
  • 78a785604 chore: run rekres and update dependencies
  • c31067173 fix: disable swap for system services
  • a7e8426cf test: skip the source bundle on exact tag
  • 943984167 fix: probe small images correctly
  • 42df71637 fix: invalid versions check in talos-bundle
  • a3e90e445 fix: make upgrade work with SELinux enforcing=1
  • ac91ade2c release(v1.12.0): prepare release
  • 82553b2a1 fix: mount volume mount/unmount race
  • 33f6e22ec fix: bond setting change detection
  • d5be50ac5 docs: split talosctl commands into groups
  • 70d3ab9ac feat: update Kubernetes to 1.35.0
  • 101814d88 feat: update etcd 3.6.7, CoreDNS 1.13.2
  • ce286825a fix: drop the Omni API URL check on IP address
  • 96f724adc feat: enable Powercap and Intel RAPL
  • e195427c1 docs: fix the talosctl cluster create help output
  • e025355b7 feat(talosctl): support running qemu x86 on Mac
  • 21a914a1d fix: exclude new Virtual IPs configured with new config
  • ca645777d fix: provide json support in nft bi...
Read more

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 02 Dec 15:49
v0.7.1
d9e43cc

omni-infra-provider-bare-metal 0.7.1 (2025-12-02)

Welcome to the v0.7.1 release of omni-infra-provider-bare-metal!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni-infra-provider-bare-metal/issues.

Contributors

  • Utku Ozdemir

Changes

2 commits

  • d9e43cc release(v0.7.1): prepare release
  • 821b331 fix: always include the extra config docs in machine config

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.7.0

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 18 Nov 10:02
v0.7.0
e81d812

omni-infra-provider-bare-metal 0.7.0 (2025-11-18)

Welcome to the v0.7.0 release of omni-infra-provider-bare-metal!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni-infra-provider-bare-metal/issues.

Contributors

  • Andrey Smirnov
  • Utku Ozdemir
  • Mateusz Urbanek
  • Noel Georgi
  • Justin Garrison
  • Laura Brehm

Changes

3 commits

  • e81d812 release(v0.7.0): prepare release
  • 61f2a5d chore: rekres, bump deps
  • f303b3f feat: allow providing additional config documents from config endpoint

Changes from siderolabs/gen

1 commit

  • 4c7388b chore: update Go modules, replace YAML library

Changes from siderolabs/talos

15 commits

  • bc34de6e1 release(v1.11.5): prepare release
  • 3945c6c8f feat: update containerd to 2.1.5
  • 8aec37684 release(v1.11.4): prepare release
  • 9c27f9e62 fix: race between VolumeConfigController and UserVolumeConfigController
  • ac27129b1 fix: provide minimal platform metadata always
  • 19463323e fix: image-signer commands
  • 62aa09644 chore: update dependencies
  • 075f9ef22 fix: userspace wireguard handling
  • 35b97016c fix: log duplication on log senders
  • d00754e35 fix: add video kernel module to arm
  • 89bca7590 fix: set a timeout for SideroLink provision API call
  • 23b21eb90 fix: imager build on arm64
  • 2a4f1771c feat: use image signer
  • e043e1bc0 chore: push latest tag only on main
  • 8edddafcd fix: reserve the apid and trustd ports from the ephemeral port range

Dependency Changes

  • github.com/cosi-project/runtime v1.11.0 -> v1.12.0
  • github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 -> v2.3.3
  • github.com/insomniacslk/dhcp da879a2c3546 -> 175e84fbb167
  • github.com/klauspost/compress v1.18.0 -> v1.18.1
  • github.com/siderolabs/gen v0.8.5 -> v0.8.6
  • github.com/siderolabs/omni/client v1.2.1 -> v1.3.2
  • github.com/siderolabs/talos v1.11.3 -> v1.11.5
  • github.com/siderolabs/talos/pkg/machinery v1.11.3 -> v1.12.0-beta.0
  • golang.org/x/net v0.46.0 -> v0.47.0
  • golang.org/x/sync v0.17.0 -> v0.18.0

Previous release can be found at v0.6.0

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 07 Nov 20:28
v0.6.0
0c53f3a

omni-infra-provider-bare-metal 0.6.0 (2025-11-07)

Welcome to the v0.6.0 release of omni-infra-provider-bare-metal!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni-infra-provider-bare-metal/issues.

Contributors

  • Utku Ozdemir

Changes

2 commits

  • 0c53f3a release(v0.6.0): prepare release
  • 9c50645 feat: allow specifying a custom DHCP proxy port

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.5.0

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Oct 11:46
v0.5.0
1a622b6

omni-infra-provider-bare-metal 0.5.0 (2025-10-17)

Welcome to the v0.5.0 release of omni-infra-provider-bare-metal!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni-infra-provider-bare-metal/issues.

Contributors

  • Andrey Smirnov
  • Mateusz Urbanek
  • Noel Georgi
  • Dmitrii Sharshakov
  • Oguz Kilcan
  • Utku Ozdemir
  • Alp Celik
  • Amarachi Iheanacho
  • Andrew Longwill
  • Chris Sanders
  • Grzegorz Rozniecki
  • Markus Freitag
  • Olivier Doucet
  • Orzelius
  • Serge Logvinov

Changes

4 commits

  • 1a622b6 release(v0.5.0): prepare release
  • 4e7f89b chore: bump Talos version to 1.11.3, make integration tests parallel
  • e53367e chore: rekres, bump deps
  • 5bca2eb refactor: adapt to new QTransform controllers

Changes from siderolabs/crypto

2 commits

  • 4154a77 feat: implement dynamic certificate reloader
  • dae07fa chore: update to Go 1.25

Changes from siderolabs/image-factory

20 commits

  • a3a7661 release(v0.8.4): prepare release
  • 075aa3f fix: update Talos to 1.11.1
  • 02723cd fix: translation ID
  • 94c6df1 release(v0.8.3): prepare release
  • 7254abf fix: disable redirects to PXE
  • 251aee0 release(v0.8.2): prepare release
  • 418eebb fix: don't filter out rc versions
  • 57ad419 release(v0.8.1): prepare release
  • 6392086 fix: prevent failure on cache.Get
  • a1e3707 feat: add fallback if S3 is missbehaving
  • 9760ab0 release(v0.8.0): prepare release
  • 7c6d261 fix: set content-disposition on S3
  • f3e97df docs(image-factory): add info about S3 cache and CDN
  • d25e7ac fix: add extra context to logs from s3 cache
  • a3a0dff fix: add optional region to S3 client
  • a9e2d08 feat: add support for Object Storage and CDN cache
  • b8bfc19 docs: add air-gapped documentation
  • f8b4ef0 docs: add new translation
  • 0c83228 release(v0.7.6): prepare release
  • 6f409ec fix: drop extractParams function

Changes from siderolabs/talos

92 commits

  • a0243ef77 release(v1.11.3): prepare release
  • 560241c00 fix: make Akamai platform usable
  • 1b23cad61 fix: cherry-pick of commit 0fbb0b0 from #11959
  • 876719a92 fix: cherry-pick of commit cd9fb27 from #11943
  • 9a30ab6f5 feat: bump go, kernel and runc
  • 0fbb0b028 fix: provide nocloud metadata with missing network config
  • 0dad32819 feat: update Flannel to v0.27.4
  • 49182b386 fix: support secure HTTP proxy with gRPC dial
  • a460f5726 feat: update etcd 3.6.5, CoreDNS 1.12.4
  • 48ee8581b fix: don't set broadcast for /31 and /32 addresses
  • 7668c52dd fix: provide refreshing CA pool (resolvers)
  • 511b4d2e8 release(v1.11.2): prepare release
  • ac452574e fix: default gateway as string
  • 7cec0e042 fix: uefi boot entry handling logic
  • 637154ed2 docs: drop invalid v1.12 docs
  • a6d2f65a6 chore(ci): rekres to use new runner groups
  • cd82ee204 refactor: efivarfs mock and tests
  • 996d97de6 chore: update pkgs
  • bbf860c5c docs: update component updates
  • 24c1bcecf fix: bump trustd memory limit
  • 56d6d6f75 chore: pass in github token to imager
  • 682df89d7 fix: use correct order to determine SideroV1 keys directory path
  • a838881fa fix: trim zero bytes in the DHCP host & domain response
  • 9c962ae9c fix: re-create cgroups when restarting runners
  • de243f9ae test: fix flakiness in RawVolumes test
  • ec8fde596 feat: update Kubernetes to 1.34.1
  • 797897dfb test: improve test stability
  • 98273666e feat: update runc to 1.3.1
  • 8e85c8362 release(v1.11.1): prepare release
  • ff8644cd2 fix: correctly handle status-code 204
  • 7d5fe2d0f feat: update Linux kernel (memcg_v1, ublk)
  • 9e310a9dd fix: enable support for VMWare arm64
  • f7620f028 feat: update CoreDNS to 1.12.3
  • 01bf2f6f9 feat: add SOCKS5 proxy support to dynamic proxy dialer
  • 8a578bc4a feat: update Linux to 6.12.45
  • d9d89a3a8 release(v1.11.0): prepare release
  • 364b48690 feat: update pkgs/t...
Read more