Current Series Release Notes

11.0.0-3

New Features

  • Adds a new way for hardware manager to filter devices in the network interface, block device, and USB device listings.

Deprecation Notes

  • Some hardware managers include complex initialization logic in their evaluate_hardware_support calls. This behavior could cause various issues (such as recursion on attempt to invoke other hardware manager calls) and is now deprecated. Please move the initialization login into the new initialize call, which is guaranteed to run after all hardware managers have been cached and only for enabled hardware managers.

11.0.0

Security Issues

  • The agent_token_required configuration option has been removed. This was a knob to help ease the upgrade process by enabling operators to express if their environment was requiring an agent token. This was key to help navigate possible upgrade cases, however that was for the migration to the Victoria release, and such an upgrade is outside of the version support matrix of Ironic.

Bug Fixes

  • Eventlet support in OpenStack is deprecated, and the oslo libraries used by Ironic Python Agent is deprecating support for eventlet in 2026.2. This change removes the use of eventlet directly and ensures none of our libraries are using eventlet-based code.