[openstack-dev] [release][oslo] oslo.config 3.9.0 release (mitaka)
no-reply at openstack.org
no-reply at openstack.org
Thu Feb 25 06:08:12 UTC 2016
We are happy to announce the release of:
oslo.config 3.9.0: Oslo Configuration API
This release is part of the mitaka release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.config
With package available at:
https://pypi.python.org/pypi/oslo.config
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.config
For more details, please see below.
3.9.0
^^^^^
Other Notes
* Start using reno for managing release notes.
Changes in oslo.config 3.8.0..3.9.0
-----------------------------------
77400b2 remove redundant call to set explicit target
3da593d clear the cache before mutating the config files
3410f05 Updated from global requirements
0025777 Add None-check to find_file
92306bc add support for mutable options in the config generator
7a4ac44 add unreleased page to release notes build
8247698 add a release note mentioning our use of reno
68d5def Add reno for release notes management
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 3 +
oslo_config/cfg.py | 4 +-
oslo_config/generator.py | 31 ++-
oslo_config/sphinxext.py | 24 +-
oslo_config/version.py | 18 ++
releasenotes/notes/.placeholder | 0
releasenotes/notes/add-reno-71dc832ce29b962f.yaml | 3 +
releasenotes/source/_static/.placeholder | 0
releasenotes/source/_templates/.placeholder | 0
releasenotes/source/conf.py | 277 ++++++++++++++++++++++
releasenotes/source/index.rst | 9 +
releasenotes/source/liberty.rst | 6 +
releasenotes/source/unreleased.rst | 5 +
test-requirements.txt | 1 +
tox.ini | 3 +
18 files changed, 482 insertions(+), 4 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 015e3f2..fe3d3d1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -22,0 +23 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+reno>=0.1.1 # Apache2
More information about the OpenStack-dev
mailing list