Current Series Release Notes¶
4.9.0-7¶
New Features¶
Add the
vendorfield andcategoryfield on the baremetalPortobject as added in Ironic API 1.100 and 1.101 respectively.
Add support for the node
healthfield which exposes hardware health status from the BMC via Redfish. Introduced in API microversion 1.109.
Adds support for filtering baremetal ports by
conductor_groups.
Bug Fixes¶
Fixed the
Shareresource in the shared file system service to properly support query parameters when listing shares. Previously, query parameters such asall_tenantswere silently ignored because the_query_mappingattribute was missing. This affected admin users trying to list shares across all projects, as well as filtering by status, name, and other attributes.
openstacksdk was publishing metrics to the global Prometheus collector registry (
prometheus_client.REGISTRY) if theprometheus-clientlibrary was installed, but theConnectionobject was not configured to publish Prometheus metrics to a custom registry. This was causing the global Prometheus collector registry to be polluted with potentially unwanted metrics, and was also a potential cause of memory leaks if openstacksdk is used to make a large number of requests. This issue has now been fixed; openstacksdk will only publish Prometheus metrics whencollector_registryhas been passed to the connection object, and will only publish to that registry.
4.9.0¶
New Features¶
Add support for Image Metadef Tags to create, remove create-multiple, update tags.
Add support for key manager project quota API
4.8.0¶
New Features¶
Add quota support for designate(DNS) API.
Adds support for dns tld service.