You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2022/06/01 19:04:55 UTC

[flume] branch trunk updated: Prepare for release

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

rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 35e5b4df Prepare for release
35e5b4df is described below

commit 35e5b4df2b5e28ff8ee4edc0e648ebeaddbdae65
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Wed Jun 1 12:04:43 2022 -0700

    Prepare for release
---
 CHANGELOG     | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 RELEASE-NOTES |  4 ++--
 2 files changed, 56 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 7a59cb2a..af5302dc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,57 @@
+
+Release Notes - Flume - Version 1.10.0
+
+** Bug
+    * [FLUME-3151] - Upgrade Hadoop to 2.10.1
+    * [FLUME-3311] - Update Wrong Use In HDFS Sink
+    * [FLUME-3316] - Syslog Rfc3164Date test fails when the test date falls on a leap day
+    * [FLUME-3328] - Fix Deprecated Properties table of HDFS Sink
+    * [FLUME-3356] - Probable security issue in Flume
+    * [FLUME-3360] - Maven assemble failed on macOS
+    * [FLUME-3395] - Fix for CVE-2021-44228
+    * [FLUME-3407] - workaround for jackson-mapper-asl-1.9.13.jar  @ flume-ng
+    * [FLUME-3409] - upgrade httpclient due to cve
+    * [FLUME-3416] - Improve input validation
+    * [FLUME-3421] - Default log4j settings do not log to console after FLUME-2050
+    * [FLUME-3426] - Unresolved Security Issues
+
+** New Feature
+    * [FLUME-3412] - Add LoadBalancingChannelSelector
+
+** Improvement
+    * [FLUME-199] - Unit tests should hunt for available ports if defaults are in use
+    * [FLUME-2050] - Upgrade to log4j2 (when GA)
+    * [FLUME-3045] - Document GitHub Pull Requests in How to Contribute Guide
+    * [FLUME-3335] - Support configuration and reconfiguration via HTTP(S)
+    * [FLUME-3338] - Doc Flume Recoverability with Kafka
+    * [FLUME-3363] - CVE-2019-20445
+    * [FLUME-3368] - Update Jackson to 2.9.10
+    * [FLUME-3389] - Build and test Apache Flume on ARM64 CPU architecture
+    * [FLUME-3397] - Upgrade Log4 to 2.17.1 and SLF4J to 1.7.32
+    * [FLUME-3398] - Upgrade Kafka to a supported version.
+    * [FLUME-3399] - Update Jackson to 2.13.1
+    * [FLUME-3403] - The parquet-avro version used by flume is 1.4.1, which is vulnerabel.
+    * [FLUME-3405] - Reopened - The parquet-avro version used by flume is 1.4.1, which is vulnerabel.
+    * [FLUME-3413] - Add "initialization" phase to components.
+
+** Wish
+    * [FLUME-3400] - Upgrade commons-io to 2.11.0
+
+** Task
+    * [FLUME-3401] - Remove Kite Dataset Sink
+    * [FLUME-3402] - remove org.codehaus.jackson dependencies
+    * [FLUME-3404] - Update Commons CLI to 1.5.0, Commons Codec to 1.15, Commons Compress to 1.21 and Commons Lang to 2.6
+    * [FLUME-3410] - upgrade hbase version
+    * [FLUME-3411] - upgrade hive sink to 1.2.2
+    * [FLUME-3417] - Remove Elasticsearch sink that requires Elasticsearch 0.90.1
+    * [FLUME-3419] - Review project LICENSE and NOTICE
+    * [FLUME-3424] - Upgrade Twitter4j to version 4.0.7+
+
+** Dependency upgrade
+    * [FLUME-3339] - Remove Xerces and Xalan dependencies
+    * [FLUME-3385] - flume-ng-sdk uses Avro-IPC version with vulnerable version of Jetty
+    * [FLUME-3386] - flume-ng-sdk uses vulnerable version of netty
+
 Release Notes - Flume - Version 1.9.0
 
 ** New Feature
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ab8b266f..581ac608 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -17,8 +17,8 @@ simple, extensible data model that allows for online analytic
 application.
 
 2. Status of this release
-Apache Flume 1.9.0 is the 12th release of Flume as an Apache top-level
-project (TLP). Apache Flume 1.9.0 is production-ready software.
+Apache Flume 1.10.0 is the 12th release of Flume as an Apache top-level
+project (TLP). Apache Flume 1.10.0 is production-ready software.
 
 3. Major changes in this Release
 For a detailed list of changes, please see the CHANGELOG file included