[release-announce] oslo.cache 1.30.2 (rocky)

no-reply at openstack.org no-reply at openstack.org
Fri Nov 23 05:15:45 UTC 2018


We are psyched to announce the release of:

oslo.cache 1.30.2: Cache storage for OpenStack projects.

This release is part of the rocky stable release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/oslo.cache

Download the package from:

    https://pypi.org/project/oslo.cache

Please report issues through launchpad:

    https://bugs.launchpad.net/oslo.cache

For more details, please see below.

1.30.2
^^^^^^

Other Notes

* [bug 1743036 (https://bugs.launchpad.net/oslo.cache+bug/1743036)]
  The *backend_argument* value(s) for *url* when configuring memcache
  did not properly handle multiple servers. This is because the URL
  was passed as a string (comma delimited) instead of a list to the
  memcache library/client. The *url* argument is now special cased and
  will split the string on a comma so that it mirrors the behavior of
  the ListOpt used by *memcache_servers* option.

Changes in oslo.cache 1.30.1..1.30.2
------------------------------------

6e6d3d6 Config dict arguments.url must be a list
12b245f import zuul job settings from project-config
80ec6c3 Switch to stestr
b0988fb Update .gitreview for stable/rocky


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

.gitignore                                           |  3 +--
.gitreview                                           |  1 +
.stestr.conf                                         |  3 +++
.testr.conf                                          |  7 -------
.zuul.yaml                                           |  8 ++++++++
lower-constraints.txt                                |  2 +-
oslo_cache/core.py                                   |  2 ++
releasenotes/notes/bug-1743036-320ed918d5fb4325.yaml | 10 ++++++++++
test-requirements.txt                                |  1 +
tox.ini                                              | 15 +++++++++++----
10 files changed, 38 insertions(+), 14 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 6d4b49b..0fc8517 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,0 +10 @@ bandit>=1.1.0 # Apache-2.0
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list