[release][oslo] oslo.log release 1.14.0 (mitaka)
We are excited to announce the release of: oslo.log 1.14.0: oslo.log library This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.log With package available at: https://pypi.python.org/pypi/oslo.log For more details, please see the git log history below and: http://launchpad.net/oslo.log/+milestone/1.14.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.log Changes in oslo.log 1.13.0..1.14.0 ---------------------------------- 674dab4 The user_identity format flexibility 7c9bece Updated from global requirements dda3318 Imported Translations from Zanata ce7a12e Updated from global requirements 7d19097 Add hostname field to JSONFormatter Diffstat (except docs and test files) ------------------------------------- oslo.log/locale/es/LC_MESSAGES/oslo.log.po | 7 +++-- oslo.log/locale/oslo.log-log-critical.pot | 19 ------------- oslo.log/locale/oslo.log-log-error.pot | 19 ------------- oslo.log/locale/oslo.log-log-info.pot | 19 ------------- oslo.log/locale/oslo.log-log-warning.pot | 19 ------------- oslo_log/_options.py | 5 ++++ oslo_log/formatters.py | 22 ++++++++++++++- requirements.txt | 6 ++--- 9 files changed, 71 insertions(+), 88 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 51edb1b..776b700 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ iso8601>=0.1.9 -oslo.config>=2.3.0 # Apache-2.0 +oslo.config>=2.6.0 # Apache-2.0 @@ -12,2 +12,2 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.utils>=2.4.0 # Apache-2.0 -oslo.serialization>=1.4.0 # Apache-2.0 +oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0 +oslo.serialization>=1.10.0 # Apache-2.0
participants (1)
-
davanum@gmail.com