Current Series Release Notes¶
10.2.0-13¶
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.
Fixes IPA collecting the effective MAC address of NICs instead of the pesistent MAC address. In case it fails to fetch the persistent address falls back to effective MAC address. See https://bugs.launchpad.net/ironic-python-agent/+bug/2103450 for details.