[release-announce] oslo.versionedobjects 2.4.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Fri Dec 4 16:46:50 UTC 2020


We exuberantly announce the release of:

oslo.versionedobjects 2.4.0: Oslo Versioned Objects library

This release is part of the wallaby release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

2.4.0
^^^^^

New Features

* Updated _get_fingerprint to use new oslo.utils encapsulation of
  md5 to allow md5 hashes to be returned on a FIPS enabled system.

Changes in oslo.versionedobjects 2.3.0..2.4.0
---------------------------------------------

9f0f31e Replace md5 with oslo version
e8b3a90 Adding pre-commit
02a61d0 Add Python3 wallaby unit tests
ec6f504 Update master for stable/victoria


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

.pre-commit-config.yaml                            | 35 ++++++++++++++++++++++
.zuul.yaml                                         |  2 +-
lower-constraints.txt                              |  2 +-
oslo_versionedobjects/fixture.py                   |  7 +++--
.../update_md5_for_fips-e5a8f8f438ac81fb.yaml      |  4 +++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/victoria.rst                   |  6 ++++
requirements.txt                                   |  2 +-
test-requirements.txt                              |  2 ++
tox.ini                                            |  2 +-
11 files changed, 58 insertions(+), 10 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 8eb7ca5..1235e45 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-oslo.utils>=3.33.0 # Apache-2.0
+oslo.utils>=4.7.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index ccb1dc6..6ba22a8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,0 +15,2 @@ bandit>=1.6.0,<1.7.0 # Apache-2.0
+
+pre-commit>=2.6.0 # MIT






More information about the Release-announce mailing list