[release-announce] cloudkitty 16.0.1 (yoga)

no-reply at openstack.org no-reply at openstack.org
Thu Sep 7 10:09:42 UTC 2023


We are happy to announce the release of:

cloudkitty 16.0.1: Rating as a Service component for OpenStack

This release is part of the yoga stable release series.

The source is available from:

    https://opendev.org/openstack/cloudkitty

Download the package from:

    https://pypi.org/project/cloudkitty

Please report issues through:

    https://storyboard.openstack.org/#!/project/openstack/cloudkitty

For more details, please see below.

16.0.1
^^^^^^

Bug Fixes

* Fix response format "total" for v2 dataframes API. The response
  for v2 dataframes is "{"total": 3}". However, for Elasticsearch
  search response, the ""hits.total"" in the response body is
  "{"value": 3, "relation": "eq"}", which does not match the API
  response schema.

* Fix failure to process rating using the PyScripts rating module.

Changes in cloudkitty 16.0.0..16.0.1
------------------------------------

83f99ab Fix response format 'total' for v2 dataframes API
40b1965 Fix PyScripts processing
221a5ca [docs] Install cloudkitty requirements using constraints
814e2c1 [CI] Move queue setting to project level
abaf750 Update TOX_CONSTRAINTS_FILE for stable/yoga
889fcbe Update .gitreview for stable/yoga


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |   1 +
.zuul.yaml                                         |   2 +-
cloudkitty/dataframe.py                            |   4 +-
cloudkitty/rating/pyscripts/__init__.py            |  47 +++-
cloudkitty/storage/v2/elasticsearch/client.py      |   9 +-
...-total-for-elastic-search-a3a9244380ed046f.yaml |   7 +
.../notes/fix_py_scripts-fd9ab52c92263844.yaml     |   4 +
tox.ini                                            |   5 +-
11 files changed, 351 insertions(+), 128 deletions(-)







More information about the Release-announce mailing list