This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new a4a3090  update doc
a4a3090 is described below

commit a4a3090f4edd4e11ff90963002bd338e2d5271a7
Author: jeffzhang.zjf <[email protected]>
AuthorDate: Thu Feb 18 15:46:41 2021 +0800

    update doc
---
 .htaccess                                    |  2 +-
 _includes/sub-views/community/mailinglist.md | 13 +++-
 _includes/themes/zeppelin/_navigation.html   |  2 +-
 doap.rdf                                     | 14 +++++
 documentation.md                             |  2 +-
 download.md                                  | 32 +++++-----
 gh-pages.iml                                 |  9 +++
 releases/zeppelin-release-0.8.2.md           | 58 ++++++++++++++++++
 releases/zeppelin-release-0.9.0.md           | 91 ++++++++++++++++++++++++++++
 whats_new.md                                 |  4 +-
 10 files changed, 205 insertions(+), 22 deletions(-)

diff --git a/.htaccess b/.htaccess
index 907ae6d..681de07 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.8.2/$1  [PT]
+RewriteRule ^/?docs/latest/(.*) /docs/0.9.0/$1  [PT]
 
 # rewrite docs/snapshot to latest snapshot version
 RewriteRule ^/?docs/snapshot/(.*) /docs/0.9.0-SNAPSHOT/$1  [PT]
diff --git a/_includes/sub-views/community/mailinglist.md 
b/_includes/sub-views/community/mailinglist.md
index 6616467..df989c4 100644
--- a/_includes/sub-views/community/mailinglist.md
+++ b/_includes/sub-views/community/mailinglist.md
@@ -12,7 +12,12 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 -->
 
-## Mailing list
+## Mailing list & Slack channel
+
+
+We have 2 places to discuss varies things of Zeppelin.
+
+### Mailing list
 
 Get help using Apache Zeppelin or contribute to the project on our mailing 
lists:
 
@@ -25,3 +30,9 @@ for people wanting to contribute to the project.
 * __[Commits](https://lists.apache.org/[email protected]) 
:__ [subscribe](mailto:[email protected]?subject=send this 
email to subscribe), 
[unsubscribe](mailto:[email protected]?subject=send this 
email to unsubscribe), 
[archives](https://lists.apache.org/[email protected])
 <br/>
 for commit messages and patches.
+
+
+### Slack channel
+
+We also have an asf slack channel for Zeppelin, but it is not public, you can 
send email to the above user mail list to ask for invitation.
+
diff --git a/_includes/themes/zeppelin/_navigation.html 
b/_includes/themes/zeppelin/_navigation.html
index 4093b27..90591ec 100644
--- a/_includes/themes/zeppelin/_navigation.html
+++ b/_includes/themes/zeppelin/_navigation.html
@@ -28,7 +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.9.0-preview1">0.9.0-preview1</a></li>
+            <li><a href="/docs/0.9.0">0.9.0</a></li>
             <li><a href="/docs/0.8.2">0.8.2</a></li>
             <li><a href="/docs/0.8.1">0.8.1</a></li>
             <li><a href="/docs/0.8.0">0.8.0</a></li>
diff --git a/doap.rdf b/doap.rdf
index 94c0d79..21bfbb8 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -38,6 +38,20 @@
     <category rdf:resource="http://projects.apache.org/category/big-data"; />
     <release>
       <Version>
+        <name>0.9.0</name>
+        <created>2020-12-24</created>
+        <revision>0.9.0</revision>
+      </Version>
+    </release>
+   <release>
+     <Version>
+       <name>0.8.2</name>
+       <created>2019-09-29</created>
+       <revision>0.8.2</revision>
+     </Version>
+   </release>
+    <release>
+      <Version>
         <name>0.8.1</name>
         <created>2019-01-23</created>
         <revision>0.8.1</revision>
diff --git a/documentation.md b/documentation.md
index 608c2d8..e50344a 100644
--- a/documentation.md
+++ b/documentation.md
@@ -20,7 +20,7 @@ limitations under the License.
 
 
 # Apache Zeppelin Documentation
-  * [Zeppelin 0.9.0-preview1](docs/0.9.0-preview1)
+  * [Zeppelin 0.9.0](docs/0.9.0)
   * [Zeppelin 0.8.2](docs/0.8.2)
   * [Zeppelin 0.8.1](docs/0.8.1)
   * [Zeppelin 0.8.0](docs/0.8.0)
diff --git a/download.md b/download.md
index 16cdf86..caa15ea 100644
--- a/download.md
+++ b/download.md
@@ -21,27 +21,27 @@ limitations under the License.
 
 # Download Apache Zeppelin
 
-The latest release of Apache Zeppelin is **0.9.0-preview1**.
+The latest release of Apache Zeppelin is **0.9.0**.
 
-  - 0.9.0-preview1 released on March 26, 2020 ([release 
notes](./releases/zeppelin-release-0.9.0-preview1.html)) ([git 
tag](https://gitbox.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.9.0-preview1))
+  - 0.9.0 released on Dec 26, 2020 ([release 
notes](./releases/zeppelin-release-0.9.0.html)) ([git 
tag](https://gitbox.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.9.0))
 
-    * Binary package with all interpreters ([Install 
guide](../../docs/0.9.0-preview1/quickstart/install.html)):
-    <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 
'download', 'zeppelin-bin-all', '0.9.0-preview1'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.9.0-preview1/zeppelin-0.9.0-preview1-bin-all.tgz'">zeppelin-0.9.0-preview1-bin-all.tgz</div>
 (1.5g,
-    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0-preview1/zeppelin-0.9.0-preview1-bin-all.tgz.asc),
-    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0-preview1/zeppelin-0.9.0-preview1-bin-all.tgz.md5),
-    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0-preview1/zeppelin-0.9.0-preview1-bin-all.tgz.sha512))</p>
+    * Binary package with all interpreters ([Install 
guide](../../docs/0.9.0/quickstart/install.html)):
+    <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 
'download', 'zeppelin-bin-all', '0.9.0'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.9.0/zeppelin-0.9.0-bin-all.tgz'">zeppelin-0.9.0-bin-all.tgz</div>
 (1.5g,
+    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0/zeppelin-0.9.0-bin-all.tgz.asc),
+    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0/zeppelin-0.9.0-bin-all.tgz.md5),
+    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0/zeppelin-0.9.0-bin-all.tgz.sha512))</p>
 
-    * Binary package with Spark interpreter and interpreter net-install script 
([interpreter installation 
guide](../../docs/0.9.0-preview1/usage/interpreter/installation.html)):
-    <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 
'download', 'zeppelin-bin-netinst', '0.9.0-preview1'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.9.0-preview1/zeppelin-0.9.0-preview1-bin-netinst.tgz'">zeppelin-0.9.0-preview1-bin-netinst.tgz</div>
 (568 MB,
-    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0-preview1/zeppelin-0.9.0-preview1-bin-netinst.tgz.asc),
-    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0-preview1/zeppelin-0.9.0-preview1-bin-netinst.tgz.md5),
-    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0-preview1/zeppelin-0.9.0-preview1-bin-netinst.tgz.sha512))</p>
+    * Binary package with Spark interpreter and interpreter net-install script 
([interpreter installation 
guide](../../docs/0.9.0/usage/interpreter/installation.html)):
+    <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 
'download', 'zeppelin-bin-netinst', '0.9.0'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.9.0/zeppelin-0.9.0-bin-netinst.tgz'">zeppelin-0.9.0-bin-netinst.tgz</div>
 (568 MB,
+    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0/zeppelin-0.9.0-bin-netinst.tgz.asc),
+    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0/zeppelin-0.9.0-bin-netinst.tgz.md5),
+    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0/zeppelin-0.9.0-bin-netinst.tgz.sha512))</p>
 
     * Source:
-    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.9.0-preview1'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.9.0-preview1/zeppelin-0.9.0-preview1.tgz'">zeppelin-0.9.0-preview1.tgz</a>
 (9.1 MB,
-    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0-preview1/zeppelin-0.9.0-preview1.tgz.asc),
-    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0-preview1/zeppelin-0.9.0-preview1.tgz.md5),
-    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0-preview1/zeppelin-0.9.0-preview1.tgz.sha512))
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.9.0'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.9.0/zeppelin-0.9.0.tgz'">zeppelin-0.9.0.tgz</a>
 (9.1 MB,
+    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0/zeppelin-0.9.0.tgz.asc),
+    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0/zeppelin-0.9.0.tgz.md5),
+    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.9.0/zeppelin-0.9.0.tgz.sha512))
 
 # Using the official docker image
 
diff --git a/gh-pages.iml b/gh-pages.iml
new file mode 100644
index 0000000..8021953
--- /dev/null
+++ b/gh-pages.iml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="WEB_MODULE" version="4">
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
+    <exclude-output />
+    <content url="file://$MODULE_DIR$" />
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+</module>
\ No newline at end of file
diff --git a/releases/zeppelin-release-0.8.2.md 
b/releases/zeppelin-release-0.8.2.md
new file mode 100755
index 0000000..500338a
--- /dev/null
+++ b/releases/zeppelin-release-0.8.2.md
@@ -0,0 +1,58 @@
+---
+layout: page
+title: "Apache Zeppelin Release 0.8.2"
+description: ""
+group: release
+---
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+{% include JB/setup %}
+
+## Apache Zeppelin Release 0.8.2
+
+The Apache Zeppelin community is pleased to announce the availability of the 
0.8.2 release.
+
+The community put significant effort into improving Apache Zeppelin since the 
last release.
+46 patches for improvements and bug fixes.
+
+We encourage to [download](../../download.html) the latest release. Feedback 
through the [mailing lists](../../community.html) is very welcome.
+
+<br />
+You can visit [issue 
tracker](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12343240&styleName=&projectId=12316221)
 for full list of issues that are resolved.
+
+
+<br />
+### Contributors
+
+This release would not be possible without the following community members' 
contributions:
+
+Jeff Zhang
+oxygen311
+Prabhjyot Singh
+egorklimov
+Jongyoul Lee
+Khalid Huseynov
+Savalek
+Supreeth Sharma
+avner
+fdai
+hyukjinkwon
+mebelousov
+Alex Bush
+和果子
+Jaehoon Jeong
+John Lau
+Lee moon soo
+Maxim Belousov
+Patrice Clement
\ No newline at end of file
diff --git a/releases/zeppelin-release-0.9.0.md 
b/releases/zeppelin-release-0.9.0.md
new file mode 100755
index 0000000..151d26c
--- /dev/null
+++ b/releases/zeppelin-release-0.9.0.md
@@ -0,0 +1,91 @@
+---
+layout: page
+title: "Apache Zeppelin Release 0.9.0"
+description: ""
+group: release
+---
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+{% include JB/setup %}
+
+## Apache Zeppelin Release 0.9.0
+
+The Apache Zeppelin community is pleased to announce the availability of the 
0.9.0 release.
+
+The community put significant effort into improving Apache Zeppelin since the 
last release.
+568 tickets are resolved.
+
+We encourage to [download](../../download.html) the latest release. Feedback 
through the [mailing lists](../../community.html) is very welcome.
+
+<br />
+You can visit [issue 
tracker](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12342692&styleName=&projectId=12316221)
 for full list of issues that are resolved.
+
+
+<br />
+### Contributors
+
+This release would not be possible without the following community members' 
contributions:
+
+Jeff Zhang
+Hsuan Lee
+Xun Liu
+Lee moon soo
+Alex Ott
+Philipp Dallig
+dependabot[bot]
+Jay Jin
+Prabhjyot Singh
+amakaur
+vthinkxie
+Gyula Komlossi
+LeeDongMyeong
+Bhavik Patel
+Muhammad Taufiq
+santosh1994
+Muhammad-ms
+Frank Oosterhuis
+marc hurabielle
+hsteinmueller
+Andrea Santurbano
+fdai
+redsk
+santoshk_qubole
+sergeymazin
+shoaibintigral
+tylerba-f
+xiejiajun
+yx91490
+Akhil Subhash Naik
+自知
+Alex Imbrea
+Ilya Muradyan
+Jaehoon Jeong
+Jaewon Seo
+Jeff Hammel
+Krishna Pandey
+Lars Francke
+Long Le Xich
+Michael Werner
+Michal Vince
+Tang Xiao
+Tony Primerano
+Vipin Rathor
+abdelouahab EL OUAZZANY
+bobcanthelpyou
+curlsli
+dkaznacheev
+eldiem
+fdeantoni
+iamabug
+jpmcmu
diff --git a/whats_new.md b/whats_new.md
index 1cef872..4dade8f 100644
--- a/whats_new.md
+++ b/whats_new.md
@@ -16,10 +16,10 @@ limitations under the License.
 <div class="new">
   <div class="container">
     <h2>What's new in</h2>
-    <span class="newZeppelin center-block">Apache Zeppelin 0.8</span>
+    <span class="newZeppelin center-block">Apache Zeppelin 0.9</span>
     <div class="border row">
       <div class="border col-md-4 col-sm-4">
-        <h4>Python, improved</h4>
+        <h4>Spark interpreter improved</h4>
         <div>
           <p>
             IPython interpreter provides comparable user experience like 
Jupyter Notebook. For the details, click <a 
href="./docs/latest/interpreter/python.html#ipython-support">here</a>.

Reply via email to