[ironic] ironic-python-agent 1.5.1 (newton)
We are joyful to announce the release of: ironic-python-agent 1.5.1: Ironic Python Agent Ramdisk This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/ironic-python-agent/ For more details, please see below. 1.5.1 ^^^^^ Bug Fixes * Fix LLDP discovery to not fail completely when odd number of bytes is received in an LLDP package. * Fix raw sockets code to properly propagate exceptions to a caller instead of silencing them and returning None (causing failures later). Changes in ironic-python-agent 1.5.0..1.5.1 ------------------------------------------- 4f04972 Updated from global requirements e7c8acc Fix several errors in LLDP handling code f52e883 Fix config drive writing script c469789 Update UPPER_CONSTRAINTS_FILE for stable/newton 5c279cf Update .gitreview for stable/newton Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + ironic_python_agent/netutils.py | 38 +++++----- .../shell/copy_configdrive_to_disk.sh | 12 ++-- .../lldp-error-handling-5b6576b378ef9c3a.yaml | 6 ++ requirements.txt | 2 +- tox.ini | 2 +- 7 files changed, 109 insertions(+), 32 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7b0ddea..af279a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19 +19 @@ requests>=2.10.0 # Apache-2.0 -rtslib-fb>=2.1.41 # Apache-2.0 +rtslib-fb!=2.1.60,!=2.1.61,>=2.1.41 # Apache-2.0
participants (1)
-
no-reply@openstack.org