We are glad to announce the release of: kuryr-kubernetes 0.5.3: Kubernetes integration with OpenStack networking This release is part of the rocky stable release series. The source is available from: https://git.openstack.org/cgit/openstack/kuryr-kubernetes Download the package from: https://tarballs.openstack.org/kuryr-kubernetes/ Please report issues through launchpad: https://bugs.launchpad.net/kuryr-kubernetes For more details, please see below. Changes in kuryr-kubernetes 0.5.2..0.5.3 ---------------------------------------- 1d56b5b Avoid octavia default sg rules collision with kuryr ones 9dd7c1a Ensure sg rules associated to listeners are deleted a895113 Ensure members are added to the pool upon svc updates ef3c501 Ensure lb sg rules are not updated without namespaces 92080d0 Allocate service FIP after LB was provisioned 7c159fa Ensure floatingip information is retrieved 3245f3e Ignore exc on FIP association if state is correct 832d597 Add missing key check while lbaas member add 80f8019 Lowercase hostname when using it as K8s nodeName 5727f1a Work out situation with KUBERNETES_NODE_NAME Diffstat (except docs and test files) ------------------------------------- kuryr_kubernetes/cni/daemon/service.py | 3 +- kuryr_kubernetes/controller/drivers/base.py | 4 +- .../controller/drivers/lb_public_ip.py | 13 +-- kuryr_kubernetes/controller/drivers/lbaasv2.py | 30 ++++++- kuryr_kubernetes/controller/drivers/public_ip.py | 47 +++++++++-- kuryr_kubernetes/controller/handlers/lbaas.py | 48 +++++------ .../unit/controller/drivers/test_public_ip.py | 27 ++++++ kuryr_kubernetes/utils.py | 9 +- 11 files changed, 224 insertions(+), 70 deletions(-)
participants (1)
-
no-reply@openstack.org