We are ecstatic to announce the release of: panko 5.0.0: Event storage publisher and API for Ceilometer This release is part of the rocky release series. Download the package from: https://tarballs.openstack.org/panko/ For more details, please see below. Changes in panko 4.0.0..5.0.0 ----------------------------- c1f4ad6 Switch to stestr 352d898 Don't use deprecated publisher anymore cbf37f5 Invalid link to static file in doc e51a31f fix tox python3 overrides f1bccea Imported Translations from Zanata 61ae4a2 storage: hide useless logs 94e7582 fix error url f5bc9f5 Trivial: Update pypi url to new url 14a10f9 Revert "Operator for start/end_timestamp changes to 'eq'" 22442d4 Fix doc title format error 3e1171f Imported Translations from Zanata df4418b Update reno for stable/queens 4591be6 Fix indentation in Docs b996581 Remove use of unsupported TEMPEST_SERVICES variable Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 4 ++ .testr.conf | 9 ----- devstack/settings | 3 -- panko/api/controllers/v2/events.py | 14 ++++++- panko/locale/en_GB/LC_MESSAGES/panko.po | 24 ++++++++++-- panko/publisher/database.py | 2 +- panko/storage/impl_sqlalchemy.py | 2 +- panko/storage/pymongo_base.py | 2 +- .../functional/api/v2/test_event_scenarios.py | 12 +++--- .../functional/storage/test_storage_scenarios.py | 2 +- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 9 ++--- releasenotes/source/queens.rst | 6 +++ test-requirements.txt | 2 +- tools/pretty_tox.sh | 16 -------- tox.ini | 45 +++++++++++++++------- 27 files changed, 137 insertions(+), 109 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 809c520..906dc04 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20 +20 @@ sphinxcontrib-pecanwsme>=0.8 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0