[release-announce] [monasca] monasca-agent 1.6.0 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Mon Jan 16 15:05:18 UTC 2017
We eagerly announce the release of:
monasca-agent 1.6.0: Monitoring agent for gathering metrics and
sending them to the Monasca API.
This release is part of the ocata release series.
Download the package from:
https://tarballs.openstack.org/monasca-agent/
For more details, please see below.
Changes in monasca-agent 1.5.0..1.6.0
-------------------------------------
dc2029f Allow supervisor 3.3.x
10faaea Add Constraints support
a442ee9 Distinguish between Java and Python for Mon
bad768e Sync oslo/test-requirements with global-requirements
f7e8159 Fix to RabbitMQ detection plugin when using watch_api=true.
Diffstat (except docs and test files)
-------------------------------------
monasca_setup/detection/plugins/mon.py | 705 +++++++++++++++++++++-------
monasca_setup/detection/plugins/rabbitmq.py | 2 +-
requirements.txt | 10 +-
test-requirements.txt | 7 +-
tools/tox_install.sh | 34 ++
tox.ini | 3 +-
8 files changed, 1131 insertions(+), 187 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index b61866b..1a0c8c4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1,3 @@
-requests>=2.10.0 # Apache-2.0
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
@@ -2,0 +5 @@ requests>=2.10.0 # Apache-2.0
+requests>=2.10.0 # Apache-2.0
@@ -8 +10,0 @@ oslo.vmware>=2.11.0 # Apache-2.0
-
@@ -15 +17 @@ psutil<3.1.0
-pymongo>=3.0.2,<=3.2.2,!=3.1
+pymongo>=3.0.2,!=3.1
@@ -19 +21 @@ redis>=2.10.0 # MIT
-supervisor>=3.1.3,<3.2
+supervisor>=3.1.3,<3.4
diff --git a/test-requirements.txt b/test-requirements.txt
index 703b4b8..55d36af 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -0,0 +1,3 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
@@ -2,2 +5,2 @@ hacking>=0.12.0,<0.13 # Apache-2.0
-flake8>=2.5.4,<2.6.0 # MIT
-nose
+flake8<2.6.0,>=2.5.4 # MIT
+nose # LGPL
More information about the Release-announce
mailing list