2024.2 Series Release Notes¶
21.0.0-4¶
Security Issues¶
Previously, cloudkitty-api recorded request token in plain text format when a request does not comply with policy rules or debug log is enabled. This has been fixed and now token is masked in logs.
21.0.0¶
Upgrade Notes¶
The
storage_state.get_statemethod has been removed in favor of thestorage_state.get_last_processed_timestampmethod.
Bug Fixes¶
Fix some API report requests that were returning HTTP 500 errors when using the
opensearchstorage backend. This fixes failures to load the HorizonRatingpanel.
Fixed a bug where
openstack rating summary get -s <service>andopenstack rating total get -s <service>would fail when using the Elasticsearch or OpenSearch storage backends. See story 2011128 for more details.