[release-announce] monasca_transform 2.0.0 (victoria)
no-reply at openstack.org
no-reply at openstack.org
Wed Oct 14 10:27:50 UTC 2020
We are jazzed to announce the release of:
monasca_transform 2.0.0: Data Aggregation and Transformation component
for Monasca
This release is part of the victoria release series.
The source is available from:
https://opendev.org/openstack/monasca_transform
Download the package from:
https://tarballs.openstack.org/monasca-transform/
For more details, please see below.
Changes in monasca_transform 1.0.0..2.0.0
-----------------------------------------
326483e Replace assertItemsEqual with assertCountEqual
738d911 Add *.pyc files to .gitignore
9f49754 Use unittest.mock instead of third party mock
26f4458 Add Python3 victoria unit tests
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 1 +
.zuul.yaml | 2 +-
lower-constraints.txt | 1 -
test-requirements.txt | 1 -
.../driver/test_first_attempt_at_spark.py | 9 +++----
.../processor/test_pre_hourly_processor_agg.py | 5 ++--
.../setter/test_set_aggregated_metric_name.py | 2 +-
.../test_fetch_quantity_instance_usage_agg.py | 18 +++++++-------
.../usage/test_fetch_quantity_util_agg.py | 21 ++++++++--------
.../test_fetch_quantity_util_agg_second_stage.py | 2 +-
.../usage/test_host_cpu_usage_component.py | 2 +-
.../test_host_cpu_usage_component_second_agg.py | 15 ++++++-----
.../functional/usage/test_vm_cpu_allocated_agg.py | 2 +-
.../test_vm_cpu_allocated_agg_second_stage.py | 2 +-
20 files changed, 65 insertions(+), 73 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 847d337..9913425 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +7,0 @@ nose>=1.3.7 # LGPL
-mock>=2.0.0 # BSD
More information about the Release-announce
mailing list