We are ecstatic to announce the release of: tooz 2.3.0: Coordination library for distributed systems. This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/tooz Download the package from: https://pypi.org/project/tooz Please report issues through: https://bugs.launchpad.net/python-tooz/+bugs For more details, please see below. 2.3.0 ^^^^^ New Features * The etcd3 and etcd3gw drivers now support TLS, by adding the ability to specify ca_cert, cert_key and cert_cert files. For the etcd3gw driver, this is controlled by specifying "etcd3+https" in the coordination URL. Changes in tooz 2.2.0..2.3.0 ---------------------------- a598cce Add TLS support in etcd3 and etcd3gw drivers 7147939 Drop requirements-check job Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 - ...etcd3-etcd3gw-tls-support-618ab207706e67af.yaml | 6 ++ setup.cfg | 3 +- test-requirements.txt | 1 + tooz/drivers/etcd3.py | 14 ++++- tooz/drivers/etcd3gw.py | 21 +++++-- 8 files changed, 168 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 7f183d2..edcf3b9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,0 +12 @@ stestr>=2.0.0 +ddt>=1.2.1 # MIT
participants (1)
-
no-reply@openstack.org