oslo.upgradecheck 1.2.0 (wallaby)
We are overjoyed to announce the release of: oslo.upgradecheck 1.2.0: Common code for writing OpenStack upgrade checks This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/oslo.upgradecheck Download the package from: https://pypi.org/project/oslo.upgradecheck Please report issues through: https://bugs.launchpad.net/oslo.upgradecheck/+bugs For more details, please see below. Changes in oslo.upgradecheck 1.1.1..1.2.0 ----------------------------------------- c705067 Add common checks for json to yaml policy file migration 741df12 Add Python3 wallaby unit tests 0a09ac1 Update master for stable/victoria 85abe44 Adding pre-commit Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 35 +++++++++ .zuul.yaml | 2 +- lower-constraints.txt | 2 + oslo_upgradecheck/common_checks.py | 36 +++++++++ oslo_upgradecheck/upgradecheck.py | 6 +- releasenotes/source/conf.py | 13 ++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++ requirements.txt | 1 + test-requirements.txt | 2 + tox.ini | 2 +- 13 files changed, 219 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a843587..4b13697 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,0 +8 @@ PrettyTable<0.8,>=0.7.1 # BSD +oslo.utils>=4.5.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 24bf608..ccb9645 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,0 +8,2 @@ stestr>=2.0.0 +pre-commit>=2.6.0 # MIT +oslo.serialization>=2.21.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org