We are ecstatic to announce the release of: oslo.config 6.10.0: Oslo Configuration API This release is part of the train 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. 6.10.0 ^^^^^^ New Features * The "oslo-config-validator" tool now has a new option, "--exclude- group", that allows deployers to ignore certain groups that might not appear in the sample config data, perhaps because the name of the group depends on other configuration values. This way the validator can still be used on the known groups. Changes in oslo.config 6.9.0..6.10.0 ------------------------------------ 9513d26 Fix coverage tox venv a6313ba Cap Bandit below 1.6.0 and update Sphinx requirement bab1556 Add a Quick Start tutorial 893d6c1 Revert "Replace git.openstack.org URLs with opendev.org URLs" 144e16d Document precedence of config sources 034a90d Replace git.openstack.org URLs with opendev.org URLs 2ee2ad6 Move user docs to top of index c30d9c0 Add exclude-groups option to config validator Diffstat (except docs and test files) ------------------------------------- oslo_config/validator.py | 8 +++ .../validator-exclude-groups-ad2f046522a3407e.yaml | 8 +++ test-requirements.txt | 5 +- tox.ini | 2 + 11 files changed, 133 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ffbe9cc..dab06dd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -23 +23,2 @@ coverage!=4.4,>=4.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD @@ -30 +31 @@ requests_mock>=1.5.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<1.6.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org