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 c78173968 Prepare for release
c78173968 is described below
commit c7817396899d7946710dbddbd61e1dd43561fe06
Author: Ralph Goers <[email protected]>
AuthorDate: Sun Oct 9 17:01:07 2022 -0700
Prepare for release
---
CHANGELOG | 19 +++++++++++++++++++
RELEASE-NOTES | 6 +++---
2 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 1d69bdbfc..105b3bf9e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,22 @@
+Release Notes - Flume - Version 1.11.0
+
+** Bug
+ * [FLUME-3315] - [KafkaSink][KafkaSource] Impossible to disable hostname
verification with SSL enryption
+ * [FLUME-3437] - Validate providerUrl
+
+** New Feature
+ * [FLUME-3440] - Add support for Spring Boot
+
+** Improvement
+ * [FLUME-3435] - Allow KafkaSink to include timestamp and KafkaHeaders
+
+** Dependency upgrade
+ * [FLUME-3441] - Dependency Upgrades for Flume 1.11.0
+ Update Maven Assembly Plugin to 3.4.2
+ Update Maven Jar Plugin to 3.2.2
+ Update Scala library to 2.13.9
+ Update Gson to 2.9.1
+
Release Notes - Flume - Version 1.10.1
** Bug
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6380b4d21..3470b6082 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,4 +1,4 @@
-Apache Flume 1.10.1
+Apache Flume 1.11.0
CONTENTS
1. What is Apache Flume
@@ -17,8 +17,8 @@ simple, extensible data model that allows for online analytic
application.
2. Status of this release
-Apache Flume 1.10.1 is the next GA release of Flume as an Apache top-level
-project (TLP). Apache Flume 1.10.1 is production-ready software.
+Apache Flume 1.11.0 is the next GA release of Flume as an Apache top-level
+project (TLP). Apache Flume 1.11.0 is production-ready software.
3. Major changes in this Release
For a detailed list of changes, please see the CHANGELOG file included