[monasca] monasca_transform 0.12.0 (queens)
We are glad to announce the release of: monasca_transform 0.12.0: Data Aggregation and Transformation component for Monasca This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/monasca-transform/ For more details, please see below. Changes in monasca_transform 0.11.0..0.12.0 ------------------------------------------- 055107b Updated from global requirements 685c4b5 Remove vestigate HUDSON_PUBLISH_DOCS reference 3611c04 Updated from global requirements 022bd11 Switch to using Spark version 2.2.0 bd49932 Updated from global requirements 31ab7c4 Stop using deprecated 'message' attribute in Exception cc60458 Enable some off-by-default checks Diffstat (except docs and test files) ------------------------------------- .../files/monasca-transform/monasca-transform.conf | 2 +- devstack/files/spark/spark-defaults.conf | 4 +-- devstack/files/spark/spark-worker-env.sh | 2 +- devstack/files/spark/start-spark-master.sh | 9 ++++-- devstack/files/spark/start-spark-worker.sh | 14 +++++++-- devstack/plugin.sh | 34 +++++++++++++++++----- devstack/settings | 9 ++++-- etc/monasca-transform.conf | 4 +-- .../component/usage/fetch_quantity.py | 2 +- .../mysql_data_driven_specs_repo.py | 4 +-- monasca_transform/driver/mon_metrics_kafka.py | 2 +- monasca_transform/service/transform_service.py | 8 ++--- monasca_transform/transform/transform_utils.py | 4 +-- requirements.txt | 8 ++--- test-requirements.txt | 6 ++-- tox.ini | 4 +++ 20 files changed, 81 insertions(+), 47 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8c4b52a..e4160cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ monasca-common>=1.4.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -oslo.log>=3.22.0 # Apache-2.0 -oslo.service>=1.10.0 # Apache-2.0 -tooz>=1.47.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 +oslo.log>=3.30.0 # Apache-2.0 +oslo.service>=1.24.0 # Apache-2.0 +tooz>=1.58.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index e0ec976..9f3fa87 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,2 +7,2 @@ flake8<2.6.0,>=2.5.4 # MIT -nose # LGPL -mock>=2.0 # BSD +nose>=1.3.7 # LGPL +mock>=2.0.0 # BSD @@ -10 +10 @@ fixtures>=3.0.0 # Apache-2.0/BSD -os-testr>=0.8.0 # Apache-2.0 +os-testr>=1.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org