We high-spiritedly announce the release of: oslo.upgradecheck 1.3.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.2.0..1.3.0 ----------------------------------------- 9f95a6e Register oslo policy opts explicitly for check_policy_json 9d3bb03 Fix lower-constraints job Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 3 ++- oslo_upgradecheck/common_checks.py | 8 ++++++++ requirements.txt | 1 + test-requirements.txt | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4b13697..2f5f024 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,0 +9 @@ oslo.utils>=4.5.0 # Apache-2.0 +oslo.policy>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index ccb9645..ade8eef 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking>=3.0,<3.1.0 # Apache-2.0 -oslotest>=1.5.1 +oslotest>=3.5.0
participants (1)
-
no-reply@openstack.org