2024.2 Series Release Notes¶
12.3.0¶
Deprecation Notes¶
This project is now in maintenance mode and new deployments of it are discouraged. Please use built-in in-band inspection in ironic instead. For existing deployments, see the migration guide.
Bug Fixes¶
No longer throws an exception if an address of some node cannot be resolved, but just logs a warning instead. This fixes the issue that if an address of any other node is not resolvable, no new node can be registered, even if its own address is resolvable.
Fixes memory leak with openstacksdk 2.0 and newer. This version requires connections to be explicitly closed, otherwise they stay in memory forever.
12.2.0¶
New Features¶
Delegate parsing of version headers in API requests to the
microversion-parse
library which also adds support for the new standard singular header: ‘OpenStack-API-Version: baremetal-introspection <version>’.