We are happy to announce the release of: tap-as-a-service 16.0.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/tap-as-a-service Download the package from: https://pypi.org/project/tap-as-a-service Please report issues through: https://bugs.launchpad.net/tap-as-a-service/+bugs For more details, please see below. Changes in tap-as-a-service 15.0.0..16.0.0 ------------------------------------------ 257e89c tox: Remove basepython and ineffective ignore_basepython_conflict 30d76ff bandit: add bandit and bashate checks for tox c06a9ff Drop explicit dependency on python-subunit edff808 Remove py39 jobs and reference from setup.cfg and jobs 6e94491 [S-RBAC] Default RBAC policies 991a03d Fix the release note build c7ab00b Cleanup setup.py 6ef9395 Update master for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 11 + .zuul.yaml | 2 +- devstack/plugin.sh | 2 +- etc/neutron/policy.yaml.sample | 72 +++++- neutron_taas/policies/tap_flow.py | 81 +++++-- neutron_taas/policies/tap_service.py | 81 +++++-- releasenotes/notes/drop-py39-a1686919fc9d259b.yaml | 7 + releasenotes/source/2025.1.rst | 6 + releasenotes/source/conf.py | 70 ++---- releasenotes/source/index.rst | 1 + setup.cfg | 8 +- setup.py | 9 - test-requirements.txt | 1 - tox.ini | 28 ++- 19 files changed, 1032 insertions(+), 131 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index fbc643d..196498e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +3,0 @@ coverage>=5.2.1 # Apache-2.0 -python-subunit>=1.4.0 # Apache-2.0/BSD