We are delighted to announce the release of: networking-baremetal 6.5.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/networking-baremetal Download the package from: https://pypi.org/project/networking-baremetal Please report issues through: https://bugs.launchpad.net/networking-baremetal/+bugs For more details, please see below. 6.5.0 ^^^^^ Upgrade Notes ************* * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Bug Fixes ********* * Fixes cases where the "ironic-neturon-agent" could enter a state where it is no longer operating properly by forcing the agent to exit when "hard" communication failures occur which cannot be retried automatically. This allows the service runner to understand a failure has occured and to restart the agent. The process exit is self-triggered by the agent through the use of the SIGABRT signal to indicate non-normal process termination. Changes in networking-baremetal 6.4.0..6.5.0 -------------------------------------------- 8b92ad8 reno: Update master for unmaintained/2023.1 81b84c8 prevent break on communications failure 09850a4 Remove Python 3.8 support 0199595 Drop unnecessary 'x' bit from doc config file 1d62d4e add pyproject.toml to support pip 23.1 76c2532 Update master for stable/2024.2 499519c avoid attribute error on bad password or config Diffstat (except docs and test files) ------------------------------------- networking_baremetal/agent/ironic_neutron_agent.py | 42 +++++++++++++---- pyproject.toml | 3 ++ ...orce-exit-on-comm-failure-d0a584af6a3bb373.yaml | 10 +++++ .../notes/remove-py38-f406f765564942b7.yaml | 5 +++ releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 +++ releasenotes/source/index.rst | 1 + requirements.txt | 2 +- setup.cfg | 6 +-- setup.py | 2 +- 12 files changed, 116 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c0f6143..d344cb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ oslo.service>=1.40.2 # Apache-2.0 -pbr>=3.1.1 # Apache-2.0 +pbr>=6.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org