[release-announce] oslo.config 6.8.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 21 21:47:23 UTC 2019


We are thrilled to announce the release of:

oslo.config 6.8.0: Oslo Configuration API

This release is part of the stein release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/oslo.config

Download the package from:

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

Please report issues through launchpad:

    https://bugs.launchpad.net/oslo.config

For more details, please see below.

Changes in oslo.config 6.7.0..6.8.0
-----------------------------------

819534b Migrating oslo.config to use stestr
fc0f272 fix formatting of sample defaults
4a2b7af Resolve deprecation warning for rfc3986 uri validation
3e4fc82 Use template for lower-constraints
03f91cf Fix get_location for opts in groups
d32126b Update mailinglist from dev to discuss
b5df535 Revert "Optimizing the safety of the http link site in faq.rst."
56377ae Optimizing the safety of the http link site in faq.rst.


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

.gitignore                             |  1 +
.stestr.conf                           |  3 +++
.zuul.d/project.yaml                   | 17 ++++++----------
lower-constraints.txt                  |  3 ++-
oslo_config/cfg.py                     |  3 ++-
oslo_config/types.py                   | 36 ++++++++++++++++++++-------------
requirements.txt                       |  2 +-
setup.cfg                              |  2 +-
test-requirements.txt                  |  1 +
tox.ini                                | 14 ++++++++++---
12 files changed, 101 insertions(+), 32 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7bc89a2..fd6c874 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ oslo.i18n>=3.15.3 # Apache-2.0
-rfc3986>=0.3.1 # Apache-2.0
+rfc3986>=1.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index feacdb2..8aa4ba6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,0 +9 @@ testscenarios>=0.4 # Apache-2.0/BSD
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list