[release-announce] ceilometer 17.0.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 6 11:27:13 UTC 2021


We are satisfied to announce the release of:

ceilometer 17.0.0: OpenStack Telemetry

This release is part of the xena 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 16.0.0..17.0.0
------------------------------------

7742fe06 Add missing [oslo_reports] options
ed404c5f Fix CA file for Swift pollster
04e3ea79 Adding FIPS job
9366bc8f Do not install libvirt python bindings from pip
6bb29c0b Moving Centos8s job to telemetry-tempest-plugin
f57a51e4 Do not install libvirt-python on RHEL via pip
2938ff9d Replace deprecated oslo_utils.timeutils.isotime
62625de0 Moving IRC network reference to OFTC
2af5b376 Gnocchi: replace deprecated [storage] coordination_url
482e1e97 Replace oslo_utils.fnmatch with fnmatch
4efa64e0 Remove references to Ocata and Newton
82f7659e Move bug tracking back to launchpad
b35665c9 Move IRC channel to OFTC
4c6688ff Changed minversion in tox to 3.18.0
4ae76f31 remove requires on monotonic
46ad2786 Deprecate unused [coordination] check_watchers
6c5102a5 Remove dependency to panko
044282d4 vmware tests: Support different moref backend representations
30ada660 Introduce `timeout` in dynamic pollsters sub-system
99bdd78d Remove Xen support
b664d4ea Ceilometer compute `retry_on_disconnect` using `no-wait`
26f5ceca Use tox constraints instead of upper constraints
6c99d4db setup.cfg: Replace dashes with underscores
896aa81d Imported Translations from Zanata
01fae3c4 Add Python3 xena unit tests
664a0d7d Update master for stable/wallaby
e7abc707 Cap tenacity < 7.0.0
19dc1cfd Imported Translations from Zanata


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

.zuul.yaml                                         |  31 ++--
README.rst                                         |   7 +-
ceilometer/agent.py                                |   2 +-
ceilometer/compute/virt/inspector.py               |   6 +-
ceilometer/compute/virt/libvirt/utils.py           |   7 +-
ceilometer/compute/virt/xenapi/__init__.py         |   0
ceilometer/compute/virt/xenapi/inspector.py        | 192 ---------------------
ceilometer/event/converter.py                      |   3 +-
ceilometer/objectstore/swift.py                    |   8 +-
ceilometer/opts.py                                 |   4 +-
ceilometer/pipeline/data/event_pipeline.yaml       |   2 +-
ceilometer/polling/dynamic_pollster.py             |   8 +-
ceilometer/publisher/gnocchi.py                    |   2 +-
.../unit/compute/virt/vmware/test_inspector.py     |  17 +-
.../compute/virt/vmware/test_vsphere_operations.py |  14 +-
.../unit/compute/virt/xenapi/test_inspector.py     | 162 -----------------
ceilometer/utils.py                                |  14 ++
devstack/plugin.sh                                 |  20 +--
etc/ceilometer/ceilometer-config-generator.conf    |   1 +
lower-constraints.txt                              |   4 +-
.../notes/bug-1929178-a8243526ce2311f7.yaml        |   5 +
.../notes/fix-1940660-5226988f2e7ae1bd.yaml        |   7 +
.../notes/remove-xen-support-7cb932b7bc621269.yaml |   4 +
releasenotes/source/index.rst                      |   1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  18 +-
releasenotes/source/wallaby.rst                    |   6 +
requirements.txt                                   |   4 +-
setup.cfg                                          |   9 +-
tox.ini                                            |  13 +-
37 files changed, 188 insertions(+), 485 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 3713e08b..cd83aa38 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +9,0 @@ lxml>=4.5.1 # BSD
-monotonic>=0.6
@@ -34 +33 @@ stevedore>=1.20.0 # Apache-2.0
-tenacity>=4.12.0  # Apache-2.0
+tenacity>=6.3.1,<7.0.0  # Apache-2.0
@@ -36 +34,0 @@ tooz[zake]>=1.47.0 # Apache-2.0
-os-xenapi>=0.3.3 # Apache-2.0






More information about the Release-announce mailing list