We enthusiastically announce the release of: oslo.config 8.4.0: Oslo Configuration API This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/oslo.config Download the package from: https://pypi.org/project/oslo.config Please report issues through: https://bugs.launchpad.net/oslo.config/+bugs For more details, please see below. 8.4.0 ^^^^^ New Features * Add "HostDomain" to handle address with underscore. Underscore are allowed in domain by RFC1033 [1][2][3]. * [1] https://www.ietf.org/rfc/rfc1912.txt * [2] https://www.ietf.org/rfc/rfc1033.txt * [3] http://domainkeys.sourceforge.net/underscore.html * Add a "--check-defaults" flag to "oslo-config-validator". When set, "oslo-config-validator" will compare the "input-file" with the sample generated configuration and flag any discrepancies. It also obeys the standard "--exclude-group" and "--fatal-warning" options. Changes in oslo.config 8.3.2..8.4.0 ----------------------------------- f2ca66f Adding --check-defaults to validator ab18255 Use py3 as the default runtime for tox 6480356 Add a new type HostDomain. 5e1011a Adding pre-commit f97f99a Add Python3 wallaby unit tests 77ce4b5 Update master for stable/victoria ea51c21 tox: Enable parallel docs builds 01f63b8 sphinxext: Add 'merge_domaindata' 78698b5 Convert rst to plaintext for oslo.config output Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 35 +++++ .zuul.d/project.yaml | 2 +- lower-constraints.txt | 1 + oslo_config/generator.py | 46 +++++- oslo_config/sphinxext.py | 9 ++ oslo_config/types.py | 47 ++++++- oslo_config/validator.py | 90 +++++++++++- ...tDomain-implement-rfc1033-c985a3054f824e9d.yaml | 9 ++ .../validator-check-defaults-e7b596a2fde781a8.yaml | 7 + releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 + setup.cfg | 7 + test-requirements.txt | 2 + tox.ini | 8 +- 19 files changed, 508 insertions(+), 29 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index bfe3ac5..8cb29d3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -27,0 +28,2 @@ bandit>=1.6.0,<1.7.0 # Apache-2.0 + +pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org