We enthusiastically announce the release of: cloudkitty 8.0.1: Rating as a Service component for OpenStack This release is part of the rocky 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://bugs.launchpad.net/cloudkitty/+bugs For more details, please see below. 8.0.1 ^^^^^ Bug Fixes * "CompileError: Can't resolve label reference for ORDER BY / GROUP BY." errors that were sometimes raised by SQLAlchemy when using the v1 storage backend and grouping on "tenant_id" and "res_type" have been fixed. Changes in cloudkitty 8.0.0..8.0.1 ---------------------------------- df869e4 Fix sqlalchemy grouping on v1 storage 08b1009 OpenDev Migration Patch 4a7c9cf Replace openstack.org git:// URLs with https:// 16decc6 Import legacy-cloudkitty-dsvm-install 994a92b import zuul job settings from project-config d4f416e Update UPPER_CONSTRAINTS_FILE for stable/rocky c569a30 Update .gitreview for stable/rocky Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- .zuul.yaml | 27 +++++++++- cloudkitty/storage/v1/sqlalchemy/__init__.py | 2 +- playbooks/cloudkitty-install/post.yaml | 15 ++++++ playbooks/cloudkitty-install/run.yaml | 58 ++++++++++++++++++++++ playbooks/cloudkitty-tempest-full/run.yaml | 10 ++-- .../fix-v1-storage-groupby-e865d1315bd390cb.yaml | 6 +++ tox.ini | 2 +- 8 files changed, 114 insertions(+), 9 deletions(-)