We are pumped to announce the release of: vitrage 14.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/vitrage Download the package from: https://tarballs.openstack.org/vitrage/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/vitrage For more details, please see below. Changes in vitrage 13.0.0..14.0.0 --------------------------------- 822d421e Add note about requirements lower bounds 36654003 Bump hacking 85594769 Replace deprecated configure_auth_token_middleware 647bbcec reno: Update master for unmaintained/2023.1 29852a21 Remove default override for config options policy_file 52c7cc23 Multiple fixes: grenade job fix and python 3.8 drop cf074941 Drop unnecessary 'x' bit from doc config file a39306ea Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 11 +++++++---- devstack/plugin.sh | 6 +----- devstack/settings | 1 - devstack/upgrade/upgrade.sh | 2 +- releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 8 ++++---- setup.cfg | 4 ++-- test-requirements.txt | 8 ++------ vitrage/api/controllers/v1/template.py | 2 +- vitrage/api/hooks.py | 7 ------- vitrage/api_handler/apis/template.py | 2 +- vitrage/hacking/checks.py | 14 +++++++------- vitrage/storage/history_facade.py | 8 ++++---- .../entity_graph/consistency/test_consistency.py | 10 +++++----- 20 files changed, 50 insertions(+), 59 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3aa8c6bd..dcd367ba 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. @@ -20 +20 @@ oslo.log>=3.44.0 # Apache-2.0 -oslo.policy>=3.6.0 # Apache-2.0 +oslo.policy>=4.5.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index ef2c9301..ddec8c0f 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.1,<3.1.0 # Apache-2.0 +hacking>=7.0.0,<7.1.0 # Apache-2.0 @@ -15 +11 @@ zake>=0.1.6 # Apache-2.0 -WebTest>= 3.0.0 # Apache-2.0 \ No newline at end of file +WebTest>= 3.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org