This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/logging-flume.git
commit 2b9e35510a46e517336d34d6257d4bb285957fb1 Author: Ralph Goers <[email protected]> AuthorDate: Mon Oct 10 11:22:29 2022 -0700 Flume 1.11.0 RC1 --- source/sphinx/documentation.rst | 4 ++-- source/sphinx/index.rst | 25 +++++++++++++++++++++++++ source/sphinx/releases/1.11.0.rst | 35 +++++++++++++++++++++++++++++++++++ source/sphinx/releases/index.rst | 5 +++-- 4 files changed, 65 insertions(+), 4 deletions(-) diff --git a/source/sphinx/documentation.rst b/source/sphinx/documentation.rst index 1e9116c5..793b5879 100644 --- a/source/sphinx/documentation.rst +++ b/source/sphinx/documentation.rst @@ -4,8 +4,8 @@ Documentation The latest released version: -* `Flume User Guide <releases/content/1.10.1/FlumeUserGuide.html>`__ -* `Flume Developer Guide <releases/content/1.10.1/FlumeDeveloperGuide.html>`__ +* `Flume User Guide <releases/content/1.11.0/FlumeUserGuide.html>`__ +* `Flume Developer Guide <releases/content/1.11.0/FlumeDeveloperGuide.html>`__ The documents below are the very most recent versions of the documentation and may contain features that have not been released. diff --git a/source/sphinx/index.rst b/source/sphinx/index.rst index f0f3ce80..d25a2abd 100644 --- a/source/sphinx/index.rst +++ b/source/sphinx/index.rst @@ -31,6 +31,31 @@ application. .. rubric:: News +.. raw:: html + + <h3>Oct 13, 2022 - Apache Flume 1.11.0 Released</h3> + +The Apache Flume team is pleased to announce the release of Flume 1.11.0. + +Flume is a distributed, reliable, and available service for efficiently +collecting, aggregating, and moving large amounts of streaming event data. + +Flume 1.11.0 is stable, production-ready software, and is backwards-compatible with +previous versions of the Flume 1.x codeline. + + +This version of Flume adds the automatic module name to the manifest of the various Flume +jars allowing them to be usable in applications using the Java Platform Module System. + +The full change log and documentation are available on the +`Flume 1.11.0 release page <releases/1.11.0.html>`__. + +This release can be downloaded from the Flume `Download <download.html>`__ page. + +Your contributions, feedback, help and support make Flume better! +For more information on how to report problems or contribute, +please visit our `Get Involved <getinvolved.html>`__ page. + .. raw:: html <h3>Aug 16, 2022 - Apache Flume 1.10.1 Released</h3> diff --git a/source/sphinx/releases/1.11.0.rst b/source/sphinx/releases/1.11.0.rst new file mode 100644 index 00000000..3597ede0 --- /dev/null +++ b/source/sphinx/releases/1.11.0.rst @@ -0,0 +1,35 @@ +=============== +Version 1.11.0 +=============== + +.. rubric:: Status of this release + +Apache Flume 1.11.0 is the next release of Flume as an Apache top-level project +(TLP). Apache Flume 1.11.0 is production-ready software. + +.. rubric:: Release Documentation + +* `Flume 1.11.0 User Guide <content/1.10.1/FlumeUserGuide.html>`__ (also in `pdf <content/1.11.0/FlumeUserGuide.pdf>`__) +* `Flume 1.11.0 Developer Guide <content/1.11.0/FlumeDeveloperGuide.html>`__ (also in `pdf <content/1.11.0/FlumeDeveloperGuide.pdf>`__) +* `Flume 1.11.0 API Documentation <content/1.11.0/apidocs/index.html>`__ + +.. rubric:: Changes + +Release Notes - Flume - Version v1.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 diff --git a/source/sphinx/releases/index.rst b/source/sphinx/releases/index.rst index 2d4bbc0e..2005bfcf 100644 --- a/source/sphinx/releases/index.rst +++ b/source/sphinx/releases/index.rst @@ -3,13 +3,13 @@ Releases .. rubric:: Current Release -The current stable release is `Apache Flume Version 1.10.1 <1.10.1.html>`__. +The current stable release is `Apache Flume Version 1.11.0 <1.11.0.html>`__. .. toctree:: :maxdepth: 1 :hidden: - 1.10.1 + 1.11.0 .. rubric:: Previous Releases @@ -17,6 +17,7 @@ The current stable release is `Apache Flume Version 1.10.1 <1.10.1.html>`__. :maxdepth: 1 :glob: + 1.10.1 1.10.0 1.9.0 1.8.0
