[release-announce] ceilometer 15.1.0 (victoria)
no-reply at openstack.org
no-reply at openstack.org
Mon Jan 24 11:47:59 UTC 2022
We contentedly announce the release of:
ceilometer 15.1.0: OpenStack Telemetry
This release is part of the victoria 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.
15.1.0
^^^^^^
Bug Fixes
* [bug 1940660 (https://bugs.launchpad.net/ceilometer/+bug/1940660)]
Fixes an issue with the Swift pollster where the
"[service_credentials] cafile" option was not used. This could
prevent communication with TLS-enabled Swift APIs.
Changes in ceilometer 15.0.0..15.1.0
------------------------------------
e33a1f7d Remove jobs corresponds to obselete featuresets
3f73d8ba Fix CA file for Swift pollster
4bb02413 Do not install libvirt python bindings from pip
564a2ca6 [Stable-only] Pin Gnocchi to a specific release
418af55c [stable-only] Add font for PDF generation and fix lower constraints
e953512d Cap tenacity < 7.0.0
e555e938 Update TOX_CONSTRAINTS_FILE for stable/victoria
bb6dda05 Update .gitreview for stable/victoria
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
.zuul.yaml | 17 ---------
bindep.txt | 3 ++
ceilometer/objectstore/swift.py | 8 +++--
devstack/plugin.sh | 5 ++-
devstack/settings | 3 +-
lower-constraints.txt | 9 ++---
.../notes/fix-1940660-5226988f2e7ae1bd.yaml | 7 ++++
requirements.txt | 6 ++--
tox.ini | 2 +-
11 files changed, 56 insertions(+), 47 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 66dcb189..1d58b5f5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -31,2 +31,2 @@ PyYAML>=3.13 # 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.12.0 # Apache-2.0
+tenacity>=4.12.0,<7.0.0 # Apache-2.0
More information about the Release-announce
mailing list