We are psyched to announce the release of: neutron-lib 3.18.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/neutron-lib Download the package from: https://pypi.org/project/neutron-lib Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. Changes in neutron-lib 3.17.0..3.18.0 ------------------------------------- 4b30a94 [API-REF] Add clarification about QinQ and transparent vlan differences ef72d4c vpnaas: add support for AES CTR 4d67703 Deprecate is_bsd and remove its use in test suite 7187857 Bump mypy to 1.14.1 (the latest) 1de9764 Enable mypy pre-commit hook 3f59155 Enable mypy for pep8 tox target ab7cdf2 Fix network-ip-availability API samples Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 6 +++ api-ref/source/v2/networks.inc | 7 +++ api-ref/source/v2/parameters.yaml | 3 +- .../network-ip-availability-list.json | 4 +- .../network-ip-availability-show.json | 2 +- mypy.ini | 15 ++++++ neutron_lib/api/definitions/__init__.py | 2 + neutron_lib/api/definitions/agent.py | 4 +- neutron_lib/api/definitions/agent_sort_key.py | 6 ++- neutron_lib/api/definitions/qos.py | 4 +- neutron_lib/api/definitions/segment.py | 4 +- neutron_lib/api/definitions/vpn.py | 13 +++-- neutron_lib/api/definitions/vpn_aes_ctr.py | 61 ++++++++++++++++++++++ neutron_lib/api/extensions.py | 3 +- neutron_lib/context.py | 2 +- neutron_lib/db/model_base.py | 3 +- .../api/definitions/test_agent_resources_synced.py | 4 +- .../notes/add-vpnaas-ciphers-6c1dffbc2cdc3225.yaml | 3 +- requirements.txt | 2 +- tox.ini | 9 ++++ 26 files changed, 153 insertions(+), 30 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8acba4f..57fb5c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29 +29 @@ os-traits>=0.9.0 # Apache-2.0 - +debtcollector>=3.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org