2024.2 Series Release Notes

12.3.0

Deprecation Notes

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>’.