We are ecstatic to announce the release of: oslo.cache 1.22.0: Cache storage for OpenStack projects. This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.cache Download the package from: https://pypi.python.org/pypi/oslo.cache Please report issues through launchpad: https://bugs.launchpad.net/oslo.cache For more details, please see below. 1.22.0 ^^^^^^ New Features * Added a new etcd3gw driver that uses the etcd 3.x grpc-gateway HTTP "/v3alpha" API to cache key/value pairs. Changes in oslo.cache 1.21.0..1.22.0 ------------------------------------ e79d1ab etcd3 driver for oslo.cache d584504 Updated from global requirements 4d5815d Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_cache/backends/etcd3gw.py | 75 ++++++ .../notes/etcd3gw_driver-8ba4511ae9553a91.yaml | 5 + requirements.txt | 2 +- setup.cfg | 3 + test-requirements.txt | 3 +- tools/setup-etcd-env.sh | 31 +++ tox.ini | 11 + 9 files changed, 397 insertions(+), 2 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d359469..9f0d0dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ oslo.config>=3.22.0 # Apache-2.0 -oslo.i18n>=2.1.0 # Apache-2.0 +oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a5f24ea..03ac741 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8,2 @@ oslosphinx>=4.7.0 # Apache-2.0 -sphinx>=1.5.1 # BSD +pifpaf>=0.10.0 # Apache-2.0 +sphinx!=1.6.1,>=1.5.1 # BSD