[release-announce] oslo.cache 2.5.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 29 17:58:20 UTC 2020


We are stoked to announce the release of:

oslo.cache 2.5.0: Cache storage for OpenStack projects.

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/oslo.cache

Download the package from:

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

Please report issues through:

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

For more details, please see below.

Changes in oslo.cache 2.4.1..2.5.0
----------------------------------

9b2da3c Update lower-constraints versions
996036a Add TLS context creation from config
c0e7543 Add TLS options to oslo.cache
18e7673 Fix pygments style


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

lower-constraints.txt                      | 53 ++++++++++----------
oslo_cache/_opts.py                        | 30 ++++++++++++
oslo_cache/core.py                         | 22 +++++++++
releasenotes/source/conf.py                |  6 +--
requirements.txt                           | 10 ++--
7 files changed, 164 insertions(+), 37 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b2be96b..437444d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,5 +5,5 @@
-dogpile.cache>=0.6.2 # BSD
-oslo.config>=5.2.0 # Apache-2.0
-oslo.i18n>=3.15.3 # Apache-2.0
-oslo.log>=3.36.0 # Apache-2.0
-oslo.utils>=3.33.0 # Apache-2.0
+dogpile.cache>=0.9.2 # BSD
+oslo.config>=8.1.0 # Apache-2.0
+oslo.i18n>=5.0.0 # Apache-2.0
+oslo.log>=4.2.1 # Apache-2.0
+oslo.utils>=4.2.0 # Apache-2.0






More information about the Release-announce mailing list