We are tickled pink to announce the release of:
oslo.config 8.3.3: Oslo Configuration API
This release is part of the victoria stable 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.3.3
^^^^^
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
Changes in oslo.config 8.3.2..8.3.3
-----------------------------------
f37bcc7 Add a new type HostDomain.
9594106 sphinxext: Add 'merge_domaindata'
f1e863b Update TOX_CONSTRAINTS_FILE for stable/victoria
33fe8a8 Update .gitreview for stable/victoria
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
oslo_config/sphinxext.py | 9 +++++
oslo_config/types.py | 47 ++++++++++++++++++++--
...tDomain-implement-rfc1033-c985a3054f824e9d.yaml | 9 +++++
tox.ini | 4 +-
6 files changed, 88 insertions(+), 6 deletions(-)