We are overjoyed to announce the release of: oslo.upgradecheck 0.1.0: Common code for writing OpenStack upgrade checks This is the first release of oslo.upgradecheck. This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.upgradecheck Download the package from: https://pypi.org/project/oslo.upgradecheck Please report issues through launchpad: https://bugs.launchpad.net/oslo.upgradecheck For more details, please see below. Changes in oslo.upgradecheck d671294399d6bbee7b8a1583b6c677006f8c3ae4..0.1.0 ---------------------------------------------------------------------------- 452bd23 Use template for lower-constraints zuul job c5079cb Move example implementation to docs a5039da Add reno support c338d0b Don't run tempest jobs on changes 052f9de Add database access details to UpgradeCommands docstring dab96f3 enable debug output for tests ac97329 tighten API for main() a2c3f8b Improve config handling 0fb6675 Modernize tox.ini dc56b12 Use sphinx-build for all docs venvs 9374bda Add lower-constraints job a45e26a Shorten UpgradeCheck class names 15a5d69 Add proper documentation 2458b6a Use python3 by default 2110783 Flesh out readme 6f6b71e Add .zuul.yaml and .stestr.conf 9235302 Flesh out readme c2972eb Add success test case 3d2a3bc Handle exceptions from checks d3877b9 Propagate return code 8d76949 Add more unit tests 1f5d31a Test _get_details 18b9449 Get coverage job working 4f9e87a Remove history file from docs 574fd4d Migrate to stestr db30bd3 Add docstring to main() a2b7d05 Fix pep8 failures 95685f5 Proper requirements specification 29c724b Add _i18n module 1f333e1 Add i18n support 302c40a Initial implementation Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c299e3b..2e6edd7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5,5 @@ -Babel>=1.3 +Babel>=1.3 # BSD +oslo.config>=5.2.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 +enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD +PrettyTable<0.8,>=0.7.1 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 88ac441..21afd5e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,0 +7 @@ oslotest>=1.5.1 +stestr>=2.0.0 @@ -10,0 +12,2 @@ sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +reno>=2.5.0 +openstackdocstheme>=1.18.1