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 2020/04/24 05:46:42 UTC

[karaf-decanter] branch master updated: Update RELEASE-NOTES.md in prepraration for 2.4.0 release

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new 039b728  Update RELEASE-NOTES.md in prepraration for 2.4.0 release
039b728 is described below

commit 039b72812592f6c7ea9826bc4c7ba6172189473e
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri Apr 24 07:46:43 2020 +0200

    Update RELEASE-NOTES.md in prepraration for 2.4.0 release
---
 RELEASE-NOTES.md | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 667e5b0..2a9fb6f 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -17,6 +17,39 @@
     under the License.
 -->
 
+## Apache Karaf Decanter 2.4.0
+
+### Overview
+
+Apache Karaf Decanter 2.4.0 is a maor release on the 2.x series. It provides a fix on the prometheus appender feature and new important
+features like:
+
+* New processing layer with aggregate processor
+* New Elasticsearch collector
+* New Redis collector
+* New Prometheus collector
+* New oshi collector
+* New ConfigAdmin collector
+
+Take a look on ChangeLog for details.
+
+### ChangeLog
+
+#### New Feature
+    * [KARAF-6646] - Create Elasticsearch collector
+    * [KARAF-6647] - Create redis collector
+    * [KARAF-6656] - Add prometheus collector
+    * [KARAF-6671] - Add oshi collector
+    * [KARAF-6673] - Add a aggregator processor
+    * [KARAF-6679] - Add ConfigAdmin collector
+
+#### Improvement
+    * [KARAF-6678] - Add feature verify on Decanter
+
+#### Dependency upgrade
+    * [KARAF-5844] - Add processors
+    * [KARAF-6694] - Upgrade to elasticsearch 7.6.2
+
 ## Apache Karaf Decanter 2.3.0
 
 ### Overview