We are psyched to announce the release of: ceilometer 14.1.0: OpenStack Telemetry This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/ceilometer Download the package from: https://tarballs.openstack.org/ceilometer/ Please report issues through: https://bugs.launchpad.net/ceilometer/+bugs For more details, please see below. Changes in ceilometer 14.0.0..14.1.0 ------------------------------------ ea7014ba [stable-only] Add font for PDF generation and fix lower constraints baee38e9 Cap tenacity < 7.0.0 dafbcde0 Add logic for event_update handling and set transfer event as event_update be8edb07 Run migration with NotFound exception as well e92e4347 Run migration with NotFound exception as well af90111c Remove [ and ] around parameter values in http url 96dcc2cb Fix PDF build 4185147d Trigger volume deletes only on volume deleted fd41c23d Add volume.manage to metrics. 30f70243 Port the grenade job to Zuul v3 68e4686d Imported Translations from Zanata 27a1671c Update TOX_CONSTRAINTS_FILE for stable/ussuri 689215b4 Update .gitreview for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 29 +- bindep.txt | 3 + ceilometer/data/meters.d/meters.yaml | 2 + ceilometer/gnocchi_client.py | 4 +- ceilometer/locale/id/LC_MESSAGES/ceilometer.po | 246 +++ ceilometer/pipeline/data/event_definitions.yaml | 2 +- ceilometer/publisher/data/gnocchi_resources.yaml | 13 +- ceilometer/publisher/gnocchi.py | 30 + ceilometer/publisher/http.py | 2 +- lower-constraints.txt | 8 +- playbooks/legacy/grenade-dsvm-ceilometer/post.yaml | 15 - playbooks/legacy/grenade-dsvm-ceilometer/run.yaml | 46 - .../locale/en_GB/LC_MESSAGES/releasenotes.po | 1586 -------------------- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 63 - requirements.txt | 6 +- tox.ini | 2 +- 19 files changed, 375 insertions(+), 1743 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1626b343..02fd5a80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,2 +31,2 @@ PyYAML>=3.12 # MIT -requests!=2.9.0,>=2.8.1 # Apache-2.0 -six>=1.9.0 # MIT +requests>=2.14.2 # Apache-2.0 +six>=1.10.0 # MIT @@ -34 +34 @@ stevedore>=1.20.0 # Apache-2.0 -tenacity>=4.4.0 # Apache-2.0 +tenacity>=4.4.0,<7.0.0 # Apache-2.0