Skip to content

v0.9.0

Latest

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