2023.1 Series Release Notes¶
15.0.0¶
Bug Fixes¶
Fixes compatibility with Horizon 21.0.0 and newer following the removal of the Django-based implementation of launch instance.
Other Notes¶
The ratings panel in the project dashboard has been converted to use the v2 API.
13.0.0¶
Upgrade Notes¶
The CloudKitty dashboard now inherits the interface type from Horizon. This allows for easier testing, like in an all-in-one to use the internalURL.
12.0.0¶
Upgrade Notes¶
The “Cost Per Service Per Hour” graph no longer stacks series on the Y axis.
10.0.0¶
Upgrade Notes¶
Python 2.7 support has been dropped. Last release of cloudkitty-dashboard to support py2.7 is OpenStack Train. The minimum version of Python now supported by cloudkitty-dashboard is Python 3.6.
8.1.0¶
New Features¶
An “Admin/Rating Summary” tab has been added. An admin user can now have the cost of every rated tenant at once. By clicking on a tenant, a per-resource total for the given tenant can be obtained (this view is similar to the “Project/Rating” tab). A per-resource total for the whole cloud is also available.
The predictive pricing has been updated. It is now possible to specify the HashMap service to use for predictive pricing in Horizon’s configuration file through the
CLOUDKITTY_QUOTATION_SERVICE
option.
Upgrade Notes¶
The “Project/Rating” tab has been improved: it does now provide a total by metric type. This make use of the /summary endpoint instead of /total (/total is deprecated).
The “reporting” tab has been reworked and the dashboard does not require D3pie anymore. The colors between the charts are now consistent and a color legend has been added.