We are pumped to announce the release of: magnum-tempest-plugin 2.8.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/magnum-tempest-plugin Download the package from: https://tarballs.openstack.org/magnum-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/magnum/+bugs For more details, please see below. Changes in magnum-tempest-plugin 2.7.0..2.8.0 --------------------------------------------- fb142a0 Remove fallback for old tempest 3956958 Bump hacking Diffstat (except docs and test files) ------------------------------------- magnum_tempest_plugin/common/config.py | 20 ++------------------ requirements.txt | 8 ++++---- test-requirements.txt | 6 +----- 3 files changed, 7 insertions(+), 27 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1ab9ded..f3512b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. @@ -9 +9 @@ oslo.log>=3.36.0 # Apache-2.0 -kubernetes>=26.0.0 # Apache-2.0 \ No newline at end of file +kubernetes>=26.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index f0f54ee..0bf45fe 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0.0,<3.1.0 # Apache-2.0 +hacking>=7.0.0,<7.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org