[release-announce] kuryr-kubernetes 2.1.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 29 10:06:18 UTC 2021


We are psyched to announce the release of:

kuryr-kubernetes 2.1.0: Kubernetes integration with OpenStack
networking

This release is part of the ussuri stable release series.

The source is available from:

    https://opendev.org/openstack/kuryr-kubernetes

Download the package from:

    https://tarballs.openstack.org/kuryr-kubernetes/

Please report issues through:

    https://bugs.launchpad.net/kuryr-kubernetes/+bugs

For more details, please see below.

Changes in kuryr-kubernetes 2.0.0..2.1.0
----------------------------------------

a198e82 Fix duplicated sg rules on NP crd
81e5350 Correctly compare SG rules in NP code
0165108 Fix base docker images
4000025 Fix CI issues
43bf7ae Use latest RDO in container images
adf0d7c Change registry for fetching coredns image.
3ee234c Move to quay.io with kuryr/demo docker image.
1862d23 Ignore errors when removing containers in DevStack
631364a Handle None or {} labels in match_selector()
8cf3711 DevStack: Disable leader election for K8s services
b185cd2 Expand swap back to 8 GBs on gate VMs
9aa5235 Remove dragonflow
3b16d61 Fix CNI image built
ecf4aa6 Fix hacking min version to 3.0.1


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

.zuul.d/base.yaml                                  |   3 +
.zuul.d/sdn.yaml                                   |  29 ------
cni.Dockerfile                                     |   6 +-
controller.Dockerfile                              |   2 +-
devstack/lib/kuryr_kubernetes                      |   2 +-
devstack/plugin.sh                                 |  21 +++-
.../controller/drivers/network_policy.py           | 116 ++++++++++++---------
kuryr_kubernetes/controller/drivers/utils.py       |   9 +-
.../unit/controller/drivers/test_network_policy.py |  30 ++++--
.../drivers/test_network_policy_security_groups.py |   8 +-
lower-constraints.txt                              |  19 +---
requirements.txt                                   |   4 +-
test-requirements.txt                              |   2 +-
16 files changed, 157 insertions(+), 125 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 33d32e2..94b0ad3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-requests>=2.18.0 # Apache-2.0
+requests>=2.18.4 # Apache-2.0
@@ -18 +18 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
+oslo.service!=1.28.1,>=1.31.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index c1a26c6..2e42c1a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=2.0.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0






More information about the Release-announce mailing list