[release-announce] kuryr-tempest-plugin 0.3.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 20 18:50:18 UTC 2018


We are glad to announce the release of:

kuryr-tempest-plugin 0.3.0: Kuryr Tempest Plugin

This release is part of the rocky release series.

Download the package from:

    https://tarballs.openstack.org/kuryr-tempest-plugin/

For more details, please see below.

Changes in kuryr-tempest-plugin 0.2.0..0.3.0
--------------------------------------------

2f12fdd Create service with unsupported type
00a9573 Testing VM to loadBalancer service connectivity
591de90 Ensure create_namespace function waits for CRD annotation
340315e Use expected pod output as a constant
8db1cbc Namespace svc isolation tempest coverage
4779946 Fix delete namespace resources function
08ba88d Namespace isolation tempest coverage
1cdf234 devstack: Move container build to stack extra
a8ff6c4 Make Port and http/https configurable for the test container
76097e1 Add -Ss to curl executions
d8c3bf1 Get rid of cmp() usage and randomize pod labels
d7a6bf9 Adapt plugin to new annotation format
edda7f9 Add compatibility with old Pod annotations
559beae Fix the TypeError exception in 'get_service_ip' function
937e8d7 Use class-level skips when necessary
39d5bf3 Using port id instead of port name in get_pod_port
594df0f Add kubernetes_project_name config option
9a68b87 Fix get LoadBalancer IP implementation
68d1858 Test restart of CNI and Controller kuryr pods
021f177 Add new octavia serial experimental job
a4c8d8a Upgrade musl(from alpine) and busybox versions
1e21c05 Sync zuul projects with kuryr-kubernetes
8c1be2a Restore service tests
7c29675 Disable load balancer service scenario
87171ee Explicitly disable service tests by default
60f2319 Skip service tests
2640527 Namespace network resources cleanup
25e0cb0 Remove sleep 3600 when creating container
bbb53b7 Update url in HACKING.rst
3ab0d37 Increase ping counter to avoid tests flakiness
a60c212 Move tempest plugin install to the end
86c2e5a Testing curl to the service of type LoadBalancer
41990e9 Add tempest coverage for namespace creation
ea65d96 Make `body` arg conditional when deleting service
cec6523 Add V1DeleteOptions when deleting Service
22a7992 Testing curl succeeds from pod to the service
b7391ab Revert "Skip service test"
397aaae Apply cap from upper reqs
2555caf Skip service test
f07e37c Testing service creation and connectivity
f0e6db5 Updated from global requirements
7100e54 Adding pools and containerized jobs to .zuul


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |  21 +-
HACKING.rst                                        |   2 +-
devstack/plugin.sh                                 |   3 +-
kuryr_tempest_plugin/config.py                     |  35 +++
kuryr_tempest_plugin/plugin.py                     |  24 +-
requirements.txt                                   |   2 +-
test_container/Dockerfile.builder                  |  31 +-
test_container/rootfs.tar.xz                       | Bin 4784168 -> 4990780 bytes
test_container/server.go                           |  47 ++-
tox.ini                                            |   2 +-
17 files changed, 906 insertions(+), 108 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index abde5d8..9224728 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13 +13 @@ testtools>=2.2.0 # MIT
-kubernetes>=4.0.0 # Apache-2.0
+kubernetes>=5.0.0 # Apache-2.0






More information about the Release-announce mailing list