add blog post and update downloads for 0.9.4 release
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/d96a523c Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/d96a523c Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/d96a523c Branch: refs/heads/nimbus-ha-branch Commit: d96a523cd4e6e4652a4e62883c2eca4706be6c2c Parents: 6a0ebad Author: P. Taylor Goetz <[email protected]> Authored: Thu Mar 26 16:20:36 2015 -0400 Committer: P. Taylor Goetz <[email protected]> Committed: Thu Mar 26 16:20:36 2015 -0400 ---------------------------------------------------------------------- docs/_posts/2015-03-25-storm094-released.md | 24 +++++++++ docs/downloads.html | 64 ++++++++++++++++-------- 2 files changed, 67 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/d96a523c/docs/_posts/2015-03-25-storm094-released.md ---------------------------------------------------------------------- diff --git a/docs/_posts/2015-03-25-storm094-released.md b/docs/_posts/2015-03-25-storm094-released.md new file mode 100644 index 0000000..0119e38 --- /dev/null +++ b/docs/_posts/2015-03-25-storm094-released.md @@ -0,0 +1,24 @@ +--- +layout: post +title: Storm 0.9.4 released +author: P. Taylor Goetz +--- + +The Apache Storm community is pleased to announce that version 0.9.4 has been released and is available from [the downloads page](/downloads.html). + +This is a maintenance release that includes a number of important bug fixes that improve Storm's stability and fault tolerance. 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. + + +Full Changelog +--------- + + * STORM-559: ZkHosts in README should use 2181 as port. + * STORM-682: supervisor should handle worker state corruption gracefully. + * STORM-693: when kafka bolt fails to write tuple, it should report error instead of silently acking. + * STORM-329: fix cascading Storm failure by improving reconnection strategy and buffering messages + * STORM-130: Supervisor getting killed due to java.io.FileNotFoundException: File '../stormconf.ser' does not exist. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/storm/blob/d96a523c/docs/downloads.html ---------------------------------------------------------------------- diff --git a/docs/downloads.html b/docs/downloads.html index 1e3a97f..bb80b20 100644 --- a/docs/downloads.html +++ b/docs/downloads.html @@ -27,11 +27,51 @@ older: Current source code is hosted on GitHub, <a href="https://github.com/apache/storm">apache/storm</a> <h3>Current Release</h3> - The current release is 0.9.3. Source and binary distributions can be found below. + The current release is 0.9.4. Source and binary distributions can be found below. - The list of changes for this release can be found <a href="https://github.com/apache/storm/blob/v0.9.3/CHANGELOG.md">here.</a> + The list of changes for this release can be found <a href="https://github.com/apache/storm/blob/v0.9.4/CHANGELOG.md">here.</a> <ul> + <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.4/apache-storm-0.9.4.tar.gz">apache-storm-0.9.4.tar.gz</a> + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4.tar.gz.asc">PGP</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4.tar.gz.sha">SHA512</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4.tar.gz.md5">MD5</a>] + </li> + <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.4/apache-storm-0.9.4.zip">apache-storm-0.9.4.zip</a> + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4.zip.asc">PGP</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4.zip.sha">SHA512</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4.zip.md5">MD5</a>] + </li> + <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.4/apache-storm-0.9.4-src.tar.gz">apache-storm-0.9.4-src.tar.gz</a> + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4-src.tar.gz.asc">PGP</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4-src.tar.gz.sha">SHA512</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4-src.tar.gz.md5">MD5</a>] + </li> + <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.4/apache-storm-0.9.4-src.zip">apache-storm-0.9.4-src.zip</a> + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4-src.zip.asc">PGP</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4-src.zip.sha">SHA512</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4-src.zip.md5">MD5</a>] + </li> + </ul> + + Storm artifacts are hosted in <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">Maven Central</a>. You can add Storm as a dependency with the following coordinates: + <pre> +groupId: <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">org.apache.storm</a> +artifactId: storm-core +version: 0.9.4 + </pre> + + + The signing keys for releases can be found <a href="http://www.apache.org/dist/storm/KEYS">here.</a> + + <p> + + </p> + <h3>Previous Releases</h3> + + <b>0.9.3</b> + + <ul> <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.3/apache-storm-0.9.3.tar.gz">apache-storm-0.9.3.tar.gz</a> [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.3/apache-storm-0.9.3.tar.gz.asc">PGP</a>] [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.3/apache-storm-0.9.3.tar.gz.sha">SHA512</a>] @@ -53,21 +93,7 @@ older: [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.3/apache-storm-0.9.3-src.zip.md5">MD5</a>] </li> </ul> - - Storm artifacts are hosted in <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">Maven Central</a>. You can add Storm as a dependency with the following coordinates: - <pre> -groupId: <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">org.apache.storm</a> -artifactId: storm-core -version: 0.9.3 - </pre> - - - The signing keys for releases can be found <a href="http://www.apache.org/dist/storm/KEYS">here.</a> - <p> - - </p> - <h3>Previous Releases</h3> <b>0.9.2-incubating</b> @@ -94,11 +120,7 @@ version: 0.9.3 </li> </ul> - - - - - + <b>0.9.1-incubating</b> <ul>
