[release-announce] oslo.metrics 0.3.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 19 12:51:17 UTC 2021


We are pumped to announce the release of:

oslo.metrics 0.3.0: Oslo Metrics API

This release is part of the xena release series.

The source is available from:

    https://opendev.org/openstack/oslo.metrics

Download the package from:

    https://pypi.org/project/oslo.metrics

Please report issues through:

    https://bugs.launchpad.net/oslo.metrics/+bugs

For more details, please see below.

Changes in oslo.metrics 0.2.1..0.3.0
------------------------------------

29ded7b Enable Test Coverage and Add New Test
0a5cb7a Fix Heading Characters
86e1bb1 Enable bandit
d33cf58 Add Devstack Installation Guide
f03eb56 Use py3 as the default runtime for tox
3afeae8 Dropping lower constraints testing
e8868ad Update master for stable/wallaby


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

.gitignore                                    |  1 +
.zuul.yaml                                    |  1 -
lower-constraints.txt                         | 65 --------------------
oslo_metrics/message_type.py                  |  6 +-
releasenotes/source/index.rst                 |  1 +
releasenotes/source/wallaby.rst               |  6 ++
test-requirements.txt                         |  3 +-
tox.ini                                       | 27 ++++-----
10 files changed, 180 insertions(+), 86 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 0ca55ed..b15df2e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ oslotest>=3.2.0 # Apache-2.0
-bandit>=1.1.0,<1.6.0 # Apache-2.0
+bandit>=1.6.0,<1.7.0 # Apache-2.0
@@ -8,0 +9 @@ stestr>=2.0.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0






More information about the Release-announce mailing list