octavia-dashboard 14.0.0 (dalmatian)
We are chuffed to announce the release of: octavia-dashboard 14.0.0 This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/octavia-dashboard Download the package from: https://pypi.org/project/octavia-dashboard Please report issues through: https://storyboard.openstack.org/#!/project/openstack/octavia- dashboard For more details, please see below. Changes in octavia-dashboard 13.0.0..14.0.0 ------------------------------------------- 0f59b0d Fixed incorrect region endpoint in multi-region 979ee7f reno: Update master for unmaintained/zed 44e0c05 Bump hacking b08ba53 Remove old excludes eaed22e Imported Translations from Zanata a65c8d6 Update master for stable/2024.1 bd27a48 reno: Update master for unmaintained/xena 935132c reno: Update master for unmaintained/victoria Diffstat (except docs and test files) ------------------------------------- octavia_dashboard/sdk_connection.py | 3 +- ...incorrect-region-endpoint-1afc5ebdc6fc4110.yaml | 5 ++ releasenotes/source/2024.1.rst | 6 +++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 54 +++++++++++++++++++++- releasenotes/source/victoria.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/zed.rst | 2 +- requirements.txt | 8 +--- test-requirements.txt | 8 +--- 11 files changed, 74 insertions(+), 22 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8eaaa5c..6167491 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +4,0 @@ -# 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. - @@ -10 +6 @@ horizon>=17.1.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD +Babel>=2.3.4 # BSD @@ -12 +8 @@ openstacksdk>=0.53.0 # Apache-2.0 -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 80bcf62..90c8fab 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,2 @@ -# 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 -coverage!=4.4,>=4.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org