kuryr-tempest-plugin 0.6.0 (ussuri)
We enthusiastically announce the release of: kuryr-tempest-plugin 0.6.0: Kuryr Tempest Plugin This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/kuryr-tempest-plugin Download the package from: https://tarballs.openstack.org/kuryr-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/kuryr/+bugs For more details, please see below. 0.6.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of kuryr- tempest- plugin to support py2.7 is OpenStack Train. The minimum version of Python now supported by kuryr-tempest-plugin is Python 3.6. Changes in kuryr-tempest-plugin 0.5.0..0.6.0 -------------------------------------------- f3e5484 Fix hacking min version to 3.0.1 d4919d8 Add stable branch jobs on the plugins master gate 2bbb08d Install plugin system-wide if INSTALL_TEMPEST is set 5569dab Adapt Network Policy tempest tests for IPv6. 0bdc711 Update docs building, py27 cleanup 92e18b3 Check connectivty from within the cluster 50dd6ac Add retry for check ports in test_port_pool bf2afa0 Retry exec_command_in_pod fe61431 Adapt namespace test to the kuryrnetwork CRD object fcdb516 Limit time for pod creation d88e00c Check ingress and egress IPBlock rules for NP 5eb1634 Fix Python 2 compatiblity 681ff7a Basic IPv6 support c440c29 Fix the decorator argument for failing test. 7e49401 [ussuri][goal] Drop python 2.7 support and testing ab729cd Mark test_ipblock_network_policy_sg_rules as unstable e701961 Adjust initial ports list in port_pool test f34269c Reduce flakiness of pod creation timeout 47c0c54 Add a check for ClusterIP IP of LB service 08e857f Increading a timeout to 120 seconds on CRD creation 8d66ca3 Mark test_namespace_sg_isolation as unstable feaef8e Ensure correct failure message is checked on CRD validation 2619af8 Fix Python 3 compatibility in network policy tests ffae688 Skip Namespace isolation when NP is enabled 4175a85 Testing basic Network policy IPBlock functionality a077531 Adjust expected number of ports to config values 6695897 Add subnet_per_namespace config option 42c4d53 Adjust initial ports list in port_pool test 089dabf Make the label of kuryr-controller customizable 764b362 Update the constraints url 03ff748 Modify settings for port pool tests 0c1a291 Adjust port pool tests to python3 3d82e55 Test recreate namespace and pod 26af39d Increase timeout LB build and kuryr annotation timeout 0f761e2 Update README with installation and test run information 46db32a Use label selector to get kuryr controller pods Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 26 ++ README.rst | 45 +++ devstack/plugin.sh | 13 +- kuryr_tempest_plugin/config.py | 15 +- .../notes/drop-py-2-7-059b699f12500b28.yaml | 6 + requirements.txt | 1 + setup.cfg | 10 +- test-requirements.txt | 2 +- tox.ini | 15 +- 19 files changed, 746 insertions(+), 222 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c72bbf0..0a35c3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,0 +15 @@ oslo.concurrency>=3.26.0 # Apache-2.0 +netaddr>=0.7.19 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 1a7c3db..cf070f5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org