You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/11/09 07:50:28 UTC

karaf-decanter git commit: Prepare decanter 1.0.1 release

Repository: karaf-decanter
Updated Branches:
  refs/heads/master 6afa587b4 -> aa50db236


Prepare decanter 1.0.1 release


Project: http://git-wip-us.apache.org/repos/asf/karaf-decanter/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-decanter/commit/aa50db23
Tree: http://git-wip-us.apache.org/repos/asf/karaf-decanter/tree/aa50db23
Diff: http://git-wip-us.apache.org/repos/asf/karaf-decanter/diff/aa50db23

Branch: refs/heads/master
Commit: aa50db236cd5728e5707db8e90bc1a7a969e3056
Parents: 6afa587
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Nov 9 07:50:16 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Nov 9 07:50:16 2015 +0100

----------------------------------------------------------------------
 README        |  1 +
 RELEASE-NOTES | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/aa50db23/README
----------------------------------------------------------------------
diff --git a/README b/README
index 35b1cd8..147025f 100644
--- a/README
+++ b/README
@@ -64,6 +64,7 @@ See user guide for the details of Decanter features:
 Collectors
 -----------
 * decanter-collector-log
+* decanter-collector-file
 * decanter-collector-jmx
 * decanter-collector-activemq
 * decanter-collector-camel

http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/aa50db23/RELEASE-NOTES
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 5d4d71d..6b23eb2 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -15,6 +15,39 @@
  * limitations under the License.
  */
 
+                    Apache Karaf Decanter 1.0.1
+                    ===========================
+
+  Overview
+  --------
+
+Apache Karaf Decanter 1.0.1 is a fix version on the decanter-1.x serie. It also brings new features like the file collector.
+
+Decanter is a completed monitoring and alerting solution for Apache Karaf container, and related applications
+running on it.
+
+You can use Decanter in any Karaf version.
+
+For details, see the ChangeLog:
+
+  ChangeLog
+  ---------
+** Bug
+    * [KARAF-4061] - Decanter ElasticSearchAppender - NumberFormatException
+
+** Dependency upgrade
+    * [KARAF-4063] - Upgrade to elasticsearch 1.7.1
+    * [KARAF-4101] - Upgrade to elasticsearch 1.7.3
+
+** Improvement
+    * [KARAF-3979] - Be able to define a SLA check for a given type
+    * [KARAF-4008] - Add custom fields support in JMX collector
+    * [KARAF-4014] - Add a warning in Decanter System dashboard
+
+** New Feature
+    * [KARAF-3904] - Add elasticsearch eshead plugin in embedded instance
+    * [KARAF-3905] - Provide file collector (as in logstash)
+
                     Apache Karaf Decanter 1.0.0
                     ===========================