This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git
The following commit(s) were added to refs/heads/master by this push: new eab9d9eda Fix missing version changes eab9d9eda is described below commit eab9d9edadc76726925a34e9a01f9cb965d31c92 Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Mon Feb 12 01:59:43 2024 +0900 Fix missing version changes --- .htaccess | 4 ++-- _includes/themes/zeppelin/_navigation.html | 1 + doap.rdf | 7 +++++++ download.md | 4 ++-- whats_new.md | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.htaccess b/.htaccess index de679d145..a37859eb7 100644 --- a/.htaccess +++ b/.htaccess @@ -7,7 +7,7 @@ RewriteRule ^/?docs/0.6.0-(?!SNAPSHOT).*/(.*) /docs/0.6.0/$2 [R=301,L,NE] RewriteRule ^/?docs/(0.5.[056])(?!-incubating).*/(.*) /docs/$1-incubating/$3 [R=301,L,NE] # rewrite docs/latest to latest stable release -RewriteRule ^/?docs/latest/(.*) /docs/0.10.1/$1 [PT] +RewriteRule ^/?docs/latest/(.*) /docs/0.11.0/$1 [PT] # rewrite docs/snapshot to latest snapshot version -RewriteRule ^/?docs/snapshot/(.*) /docs/0.11-SNAPSHOT/$1 [PT] +RewriteRule ^/?docs/snapshot/(.*) /docs/0.12-SNAPSHOT/$1 [PT] diff --git a/_includes/themes/zeppelin/_navigation.html b/_includes/themes/zeppelin/_navigation.html index e0510247f..0fd845371 100644 --- a/_includes/themes/zeppelin/_navigation.html +++ b/_includes/themes/zeppelin/_navigation.html @@ -28,6 +28,7 @@ <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a> <ul class="dropdown-menu"> <li class="title"><span><b>Release</b><span></li> + <li><a href="/docs/0.11.0">0.11.0</a></li> <li><a href="/docs/0.10.1">0.10.1</a></li> <li><a href="/docs/0.10.0">0.10.0</a></li> <li><a href="/docs/0.9.0">0.9.0</a></li> diff --git a/doap.rdf b/doap.rdf index c7005dd0b..78814faf8 100644 --- a/doap.rdf +++ b/doap.rdf @@ -36,6 +36,13 @@ <programming-language>JavaScript</programming-language> <programming-language>Scala</programming-language> <category rdf:resource="http://projects.apache.org/category/big-data" /> + <release> + <Version> + <name>0.11.0</name> + <created>2024-02-12</created> + <revision>0.11.0</revision> + </Version> + </release> <release> <Version> <name>0.10.1</name> diff --git a/download.md b/download.md index 17a8e7fcc..e8b36131c 100644 --- a/download.md +++ b/download.md @@ -25,12 +25,12 @@ The latest release of Apache Zeppelin is **0.11.0**. - 0.11.0 released on Feb 21, 2024 ([release notes](./releases/zeppelin-release-0.11.0.html)) ([git tag](https://github.com/apache/zeppelin/tree/v0.11.0)) - * Binary package with all interpreters ([Install guide](../../docs/0.10.1/quickstart/install.html)): + * Binary package with all interpreters ([Install guide](../../docs/0.11.0/quickstart/install.html)): <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 'download', 'zeppelin-bin-all', '0.11.0'); window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.11.0/zeppelin-0.11.0-bin-all.tgz'">zeppelin-0.11.0-bin-all.tgz</div> (843MB, [pgp](https://downloads.apache.org/zeppelin/zeppelin-0.11.0/zeppelin-0.11.0-bin-all.tgz.asc), [sha](https://downloads.apache.org/zeppelin/zeppelin-0.11.0/zeppelin-0.11.0-bin-all.tgz.sha512))</p> - * Binary package with Spark interpreter and interpreter net-install script ([interpreter installation guide](../../docs/0.10.1/usage/interpreter/installation.html)): + * Binary package with Spark interpreter and interpreter net-install script ([interpreter installation guide](../../docs/0.11.0/usage/interpreter/installation.html)): <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 'download', 'zeppelin-bin-netinst', '0.11.0'); window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.11.0/zeppelin-0.11.0-bin-netinst.tgz'">zeppelin-0.11.0-bin-netinst.tgz</div> (577MB, [pgp](https://downloads.apache.org/zeppelin/zeppelin-0.11.0/zeppelin-0.11.0-bin-netinst.tgz.asc), [sha](https://downloads.apache.org/zeppelin/zeppelin-0.11.0/zeppelin-0.11.0-bin-netinst.tgz.sha512))</p> diff --git a/whats_new.md b/whats_new.md index 4a868f4b7..6c22f93b3 100644 --- a/whats_new.md +++ b/whats_new.md @@ -83,7 +83,7 @@ limitations under the License. <div class="col-md-12 col-sm-12 col-xs-12 text-center"> <p style="text-align:center; margin-top: 32px; font-size: 14px; color: gray; font-weight: 200; font-style: italic; padding-bottom: 0;">See more details in - <a href="./releases/zeppelin-release-0.10.1.html">0.10.1 Release Note</a> + <a href="./releases/zeppelin-release-0.11.0.html">0.11.0 Release Note</a> </p> </div>