This is an automated email from the ASF dual-hosted git repository. rabreu pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/storm-site.git
commit 6b5706a4f1990242dc5e1b5ee2c0213426421740 Author: Rui Abreu <[email protected]> AuthorDate: Fri Oct 18 23:18:14 2024 +0100 Adding content for version 2.7.0 --- _posts/2024-10-18-storm270-released.md | 47 ++++++++++++++++++++++++++++++++++ downloads.html | 36 +++++++++++++------------- releases/current | 2 +- 3 files changed, 66 insertions(+), 19 deletions(-) diff --git a/_posts/2024-10-18-storm270-released.md b/_posts/2024-10-18-storm270-released.md new file mode 100644 index 000000000..7fdfb29c6 --- /dev/null +++ b/_posts/2024-10-18-storm270-released.md @@ -0,0 +1,47 @@ +--- +layout: post +title: Apache Storm 2.7.0 Released +author: Rui Abreu +--- + +The Apache Storm community is pleased to announce that version 2.7.0 has been +released and is available from [the downloads page](/downloads.html). + +This release includes new features as well as a number of code improvements, bug fixes and library updates. +We encourage users of previous versions to upgrade to this latest release. + +Thanks +------ +Special thanks are due to all those who have contributed to Apache Storm -- whether +through direct code contributions, documentation, bug reports, or helping other +users on the mailing lists. Your efforts are much appreciated. + + +Changes in this Release - Storm 2.7.0 +--------- +<p>JIRA issues addressed in the 2.7.0 release of Storm. Documentation for this release is available at the <a href="https://storm.apache.org/">Apache Storm project site</a>.</p> + +<h2>New Feature</h2> +<ul><li>[<a href="https://issues.apache.org/jira/browse/STORM-4075">STORM-4075</a>] - Supprt mTLS between Storm and ZK</li> +</ul> + +<h2>Improvement</h2> +<ul><li>[<a href="https://issues.apache.org/jira/browse/STORM-4076">STORM-4076</a>] - KafkaTridentSpoutEmitters can poll all partitions at once instead of one at a time</li> +</ul> + +<h2>Bug</h2> +<ul><li>[<a href="https://issues.apache.org/jira/browse/STORM-4055">STORM-4055</a>] - ConcurrentModificationException on KafkaConsumer when running topology with Metrics Reporters</li> + <li>[<a href="https://issues.apache.org/jira/browse/STORM-4077">STORM-4077</a>] - Worker being reassigned when Nimbus leadership changes</li> + <li>[<a href="https://issues.apache.org/jira/browse/STORM-4085">STORM-4085</a>] - Supervisor Threads being Killed</li> +</ul> + +<h2>Task</h2> +<ul><li>[<a href="https://issues.apache.org/jira/browse/STORM-4031">STORM-4031</a>] - Fix broken Talks & Video Webpage</li> +</ul> + +<h2>Dependency upgrade</h2> +<ul><li>[<a href="https://issues.apache.org/jira/browse/STORM-4081">STORM-4081</a>] - Dropwizard Metrics 4.2.27</li> + <li>[<a href="https://issues.apache.org/jira/browse/STORM-4082">STORM-4082</a>] - Prometheus Client 1.3.1</li> + <li>[<a href="https://issues.apache.org/jira/browse/STORM-4083">STORM-4083</a>] - Jetty 11.0.23</li> +</ul> +</body> diff --git a/downloads.html b/downloads.html index aabb15666..a76694328 100644 --- a/downloads.html +++ b/downloads.html @@ -32,30 +32,30 @@ older: This signature should be matched against <a href="https://downloads.apache.org/storm/KEYS">KEYS</a> file which contains the OpenPGP keys of Storm’s Release Managers. We also provide SHA-512 checksums for every release file. After you download the file, you should calculate a checksum for your download, and make sure it is the same as ours. - <h3>Current 2.6.x Release</h3> - The current 2.6.x release is 2.6.4. Source and binary distributions can be found below. + <h3>Current 2.7.x Release</h3> + The current 2.7.x release is 2.7.0. Source and binary distributions can be found below. - The list of changes for this release can be found <a href="https://www.apache.org/dist/storm/apache-storm-2.6.4/RELEASE_NOTES.html">here.</a> + The list of changes for this release can be found <a href="https://www.apache.org/dist/storm/apache-storm-2.7.0/RELEASE_NOTES.html">here.</a> - <p><a href="releases/2.6.4/index.html">Documentation</a> - <br/><a href="releases/2.6.4/javadocs/index.html">Javadocs</a></p> + <p><a href="releases/2.7.0/index.html">Documentation</a> + <br/><a href="releases/2.7.0/javadocs/index.html">Javadocs</a></p> <ul> - <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.6.4/apache-storm-2.6.4.tar.gz">apache-storm-2.6.4.tar.gz</a> - [<a href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4.tar.gz.asc">PGP</a>] - [<a href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4.tar.gz.sha512">SHA512</a>] + <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.7.0/apache-storm-2.7.0.tar.gz">apache-storm-2.7.0.tar.gz</a> + [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.0/apache-storm-2.7.0.tar.gz.asc">PGP</a>] + [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.0/apache-storm-2.7.0.tar.gz.sha512">SHA512</a>] </li> - <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.6.4/apache-storm-2.6.4.zip">apache-storm-2.6.4.zip</a> - [<a href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4.zip.asc">PGP</a>] - [<a href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4.zip.sha512">SHA512</a>] + <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.7.0/apache-storm-2.7.0.zip">apache-storm-2.7.0.zip</a> + [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.0/apache-storm-2.7.0.zip.asc">PGP</a>] + [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.0/apache-storm-2.7.0.zip.sha512">SHA512</a>] </li> - <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.6.4/apache-storm-2.6.4-src.tar.gz">apache-storm-2.6.4-src.tar.gz</a> - [<a href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4-src.tar.gz.asc">PGP</a>] - [<a href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4-src.tar.gz.sha512">SHA512</a>] + <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.7.0/apache-storm-2.7.0-src.tar.gz">apache-storm-2.7.0-src.tar.gz</a> + [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.0/apache-storm-2.7.0-src.tar.gz.asc">PGP</a>] + [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.0/apache-storm-2.7.0-src.tar.gz.sha512">SHA512</a>] </li> - <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.6.4/apache-storm-2.6.4-src.zip">apache-storm-2.6.4-src.zip</a> - [<a href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4-src.zip.asc">PGP</a>] - [<a href="https://www.apache.org/dist/storm/apache-storm-2.6.4/apache-storm-2.6.4-src.zip.sha512">SHA512</a>] + <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.7.0/apache-storm-2.7.0-src.zip">apache-storm-2.7.0-src.zip</a> + [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.0/apache-storm-2.7.0-src.zip.asc">PGP</a>] + [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.0/apache-storm-2.7.0-src.zip.sha512">SHA512</a>] </li> </ul> Apache Storm artifacts are hosted in <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">Maven Central</a>. You can add Apache Storm as a dependency with the following coordinates: @@ -63,7 +63,7 @@ older: <pre> groupId: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">org.apache.storm</a> artifactId: storm-{component} -version: 2.6.4</pre> +version: 2.7.0</pre> <h3>Current 1.2.x Release (Discontinued)</h3> diff --git a/releases/current b/releases/current index e46a05b19..9aa34646d 120000 --- a/releases/current +++ b/releases/current @@ -1 +1 @@ -2.6.4 \ No newline at end of file +2.7.0 \ No newline at end of file
