Current Series Release Notes¶
6.6.0-5¶
Upgrade Notes¶
Support for Python 3.9 has been removed. Now Python 3.10 is the minimum version supported.
Bug Fixes¶
Clean up orphan baremetal agents which are left after Ironic’s node was deleted. Removes all agents without related node at service start up and when node is not found in port list but was reported before. See bug: 2086640.
Other Notes¶
Explicit usage and monkey-patching with eventlet have been removed. Since this is a Neutron plugin, Neutron may still load eventlet modules, but networking-baremetal no longer explicitly uses it. Operators should be sensitive to potential performance changes, although none are expected.
6.6.0¶
Other Notes¶
Add support for using pre-commit to run checks more easily for contributors.