[release-announce] oslo.log 3.42.4 (stein)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 1 09:55:15 UTC 2020


We are jazzed to announce the release of:

oslo.log 3.42.4: oslo.log library

This release is part of the stein stable release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

3.42.4
^^^^^^

Bug Fixes

* Using systemd journal handler, logs ending up in kern.log because
  SYSLOG_FACILITY is missing. This fix uses the same facility
  configuration option 'syslog-log-facility' as from syslog handler to
  provide the missing value. (Bug #1871840)

Changes in oslo.log 3.42.3..3.42.4
----------------------------------

19fd9a2 Add missing SYSLOG_FACILITY to JournalHandler
d5589a7 Modify the constraints url in tox.
4487992 Replace git.openstack.org URLs with opendev.org URLs
c6158e4 Cap bandit below 1.6.0 version and update sphinx and limit monotonic.
f266cf6 OpenDev Migration Patch
54fe485 Replace openstack.org git:// URLs with https://
f85c4b6 Update UPPER_CONSTRAINTS_FILE for stable/stein
4612b0f Update .gitreview for stable/stein


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

.gitreview                                             |  5 +++--
.zuul.yaml                                             |  4 ++--
README.rst                                             |  2 +-
lower-constraints.txt                                  |  2 +-
oslo_log/handlers.py                                   | 16 ++++++++++++----
oslo_log/log.py                                        |  6 ++++--
.../legacy/oslo.log-src-grenade-devstack/run.yaml      |  8 ++++----
.../add-facility-to-journal-e10bf7002cc19dd3.yaml      |  7 +++++++
requirements.txt                                       |  2 +-
test-requirements.txt                                  |  2 +-
tox.ini                                                | 18 +++++++++---------
17 files changed, 60 insertions(+), 34 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 303bce2..a25e739 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15 +15 @@ python-dateutil>=2.7.0 # BSD
-monotonic>=1.4 # Apache-2.0
+monotonic>=1.4;python_version<'3.3' # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index ad8d09a..e119f19 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18 +18 @@ coverage>=4.5.1 # Apache-2.0
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,<1.6.0 # Apache-2.0






More information about the Release-announce mailing list