python-ironicclient 4.5.0 (wallaby)
We are overjoyed to announce the release of: python-ironicclient 4.5.0: OpenStack Bare Metal Provisioning API Client Library This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/python-ironicclient Download the package from: https://pypi.org/project/python-ironicclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- ironicclient For more details, please see below. 4.5.0 ^^^^^ New Features * Following a similar change to ironic, it is now possible to set the node's "automated_clean" to False using the new "--no-automated- clean" argument to "baremetal node set". Changes in python-ironicclient 4.3.0..4.5.0 ------------------------------------------- aba663f Add PyPi link to readme.rst c94eaae Support setting automated_clean to False 1db6aef Move pep8 dependencies from test-requirements to tox.ini ceceb3f remove lower-constraints job tox.ini 7fb95d3 Remove lower-constraints job 6249fc0 Use TOX_CONSTRAINTS_FILE f9d05c7 Update create node from file example c172281 Set safe version of hacking 0e4a233 Remove install unnecessary packages fa2c95f requirements: Drop os-testr c09eec0 Remove install unnecessary packages 8474791 Fix l-c job f412b4f Add Python3 wallaby unit tests 127eaf5 Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- README.rst | 1 + ironicclient/osc/v1/baremetal_node.py | 28 +++++-- .../functional/osc/v1/test_baremetal_allocation.py | 8 +- .../osc/v1/test_baremetal_deploy_template_basic.py | 8 +- .../osc/v1/test_baremetal_node_create_negative.py | 2 +- lower-constraints.txt | 92 ---------------------- .../notes/no-automated-clean-0e437581ded44eb3.yaml | 6 ++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++ requirements.txt | 6 +- test-requirements.txt | 5 -- tox.ini | 22 +++--- zuul.d/project.yaml | 3 +- 15 files changed, 94 insertions(+), 134 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f359baa..3106792 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0 -dogpile.cache>=0.6.2 # BSD +dogpile.cache>=0.8.0 # BSD @@ -11 +11 @@ openstacksdk>=0.18.0 # Apache-2.0 -osc-lib>=1.10.0 # Apache-2.0 +osc-lib>=2.0.0 # Apache-2.0 @@ -13 +13 @@ oslo.utils>=3.33.0 # Apache-2.0 -PyYAML>=3.12 # MIT +PyYAML>=3.13 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index b60ae9e..7b19fae 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +3,0 @@ -hacking>=3.0.0,<3.1.0 # Apache-2.0 @@ -6,2 +4,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -doc8>=0.6.0 # Apache-2.0 -flake8-import-order>=0.17.1 # LGPLv3 @@ -16,2 +12,0 @@ python-openstackclient>=3.12.0 # Apache-2.0 -# Required for syntax highlighting check -Pygments>=2.2.0 # BSD
participants (1)
-
no-reply@openstack.org