[release][oslo] oslo.service release 1.0.0 (mitaka)
We are overjoyed to announce the release of: oslo.service 1.0.0: oslo.service library This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.service With package available at: https://pypi.python.org/pypi/oslo.service For more details, please see the git log history below and: http://launchpad.net/oslo.service/+milestone/1.0.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.service Changes in oslo.service 0.12.0..1.0.0 ------------------------------------- bb92634 Updated from global requirements f7bf967 Updated from global requirements a25fd0d Use reflection.get_class_name() from oslo.utils 27b1561 Remove Python 2.6 classifier a5e41f0 Remove openstack-common.conf 7da61b9 cleanup tox.ini 8654650 Change "started child" messages to DEBUG acc9eb1 Support for SSL protocol and cipher controls 1b136ad Default value of graceful_shutdown_timeout is set to 60sec b032e8b Updated from global requirements 4bcebe0 Logger name argument was added into wsgi.Server constructor 73cfa9b Avoid the dual-naming confusion f4c1f1c Forbid launching services with 0 or negative number of workers 3ae36f6 Avoid removing entries for timers that didn't stop Diffstat (except docs and test files) ------------------------------------- openstack-common.conf | 7 ------- oslo_service/_options.py | 12 +++++++++++- oslo_service/loopingcall.py | 11 ++++++----- oslo_service/periodic_task.py | 4 +++- oslo_service/service.py | 6 +++++- oslo_service/sslutils.py | 29 +++++++++++++++++++++++++++++ oslo_service/threadgroup.py | 9 ++++++++- oslo_service/wsgi.py | 6 ++++-- requirements.txt | 6 +++--- setup.cfg | 1 - test-requirements.txt | 2 +- tox.ini | 12 +----------- 14 files changed, 102 insertions(+), 34 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3ba4f5a..d033ac6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ monotonic>=0.3 # Apache-2.0 -oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0 +oslo.utils>=2.8.0 # Apache-2.0 @@ -12,2 +12,2 @@ oslo.concurrency>=2.3.0 # Apache-2.0 -oslo.config>=2.6.0 # Apache-2.0 -oslo.log>=1.8.0 # Apache-2.0 +oslo.config>=2.7.0 # Apache-2.0 +oslo.log>=1.12.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7307556..30ca34c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ oslotest>=1.10.0 # Apache-2.0 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
participants (1)
-
davanum@gmail.com