[release-announce] kuryr-tempest-plugin 0.2.0

no-reply at openstack.org no-reply at openstack.org
Mon May 7 15:09:07 UTC 2018


We are gleeful to announce the release of:

kuryr-tempest-plugin 0.2.0: Kuryr Tempest Plugin

Download the package from:

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

For more details, please see below.

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

20222a0 demo container: Include ssl certificates
f41eb07 Updated from global requirements
84cbe65 Ensure port name includes namespace name
ba7a86e Check connectivity from Pod to VM
c7ebfea test_container: Add non-layered demo test image
fb866f1 Migrate kuryr-tempest-plugin to zuulv3 syntax
7763108 Merge create and list pods tests
431455e Testing port pool feature
55fec44 Fix missing blank space in plugin conditional
437dcc5 Add a devstack plugin for Kuryr Tempest Plugin
5177171 Updated from global requirements
f8d436c Testing pod to pod connectivity
ffbd59d Fix pep8 tox job
e6c01ef Fix `create_pod` for 4.0 kubernetes client
41e7892 Updated from global requirements
0a82021 Add scenario test manager
8883d32 Updated from global requirements
c84688e Updated from global requirements
0d2afbe Updated from global requirements
d14530c Updated from global requirements
3735dc5 Skip test_list_pods
7392981 Updated from global requirements
1a142e9 Add initial documentation


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

.zuul.yaml                                         |  37 +++++
README.rst                                         |   3 +
devstack/plugin.sh                                 |  18 +++
kuryr_tempest_plugin/config.py                     |  10 ++
kuryr_tempest_plugin/plugin.py                     |   8 +-
requirements.txt                                   |  14 +-
setup.py                                           |   2 +-
test-requirements.txt                              |  16 +-
test_container/Dockerfile                          |   9 ++
test_container/Dockerfile.builder                  | 174 +++++++++++++++++++++
test_container/README.rst                          |  66 ++++++++
test_container/curl_builder.sh                     | 117 ++++++++++++++
test_container/mkrootfs.sh                         |  15 ++
test_container/rootfs.tar.xz                       | Bin 0 -> 4784168 bytes
test_container/server.go                           |  21 +++
tox.ini                                            |   6 +-
26 files changed, 884 insertions(+), 27 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 787bd6a..abde5d8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.6 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -7,4 +7,4 @@ pbr>=1.6 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
-os-testr>=0.4.1 # Apache-2.0
-six>=1.9.0 # MIT
-tempest>=12.2.0  # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
+os-testr>=1.0.0 # Apache-2.0
+six>=1.10.0 # MIT
+tempest>=17.1.0 # Apache-2.0
@@ -12,2 +12,2 @@ testrepository>=0.0.18 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
-kubernetes==2.0.0 # Apache-2.0
+testtools>=2.2.0 # MIT
+kubernetes>=4.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6ac6155..3e77939 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -7,5 +7,5 @@ hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
-bashate>=0.2 # Apache-2.0
-coverage>=3.6 # Apache-2.0
-doc8 # Apache-2.0
-mock>=1.2 # BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+bashate>=0.5.1 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
+doc8>=0.6.0 # Apache-2.0
+mock>=2.0.0 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
@@ -13,2 +13,2 @@ pylint==1.4.5 # GNU GPL v2
-reno>=1.6.2 # Apache2
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+reno>=2.5.0 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD






More information about the Release-announce mailing list