Repository: zeppelin
Updated Branches:
  refs/heads/gh-pages 400d6b1de -> 675327103


[DOC] 0.7.2 release note

### What is this PR for?
Release note for 0.7.2

### What type of PR is it?
Documentation

### Screenshots (if appropriate)
Download:
![screencapture-localhost-4000-download-html-1497289191863](https://user-images.githubusercontent.com/8503346/27047037-8114dace-4f5b-11e7-8914-6146ed964b61.png)

Release note:
![screencapture-localhost-4000-releases-zeppelin-release-0-7-2-html-1497289224640](https://user-images.githubusercontent.com/8503346/27047068-972db3bc-4f5b-11e7-9103-551d5c7f73cd.png)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Mina Lee <mina...@apache.org>

Closes #2406 from minahlee/doc/release-0.7.2 and squashes the following commits:

857ff72d [Mina Lee] Fix grammer
82a49751 [Mina Lee] Add 0.7.2 release note and update download page


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/67532710
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/67532710
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/67532710

Branch: refs/heads/gh-pages
Commit: 6753271031fde4b6b2285b9d13751250de624bae
Parents: 400d6b1
Author: Mina Lee <mina...@apache.org>
Authored: Tue Jun 13 09:34:18 2017 -0700
Committer: Mina Lee <mina...@apache.org>
Committed: Tue Jun 13 09:35:49 2017 -0700

----------------------------------------------------------------------
 .htaccess                                  |  2 +-
 _includes/themes/zeppelin/_navigation.html |  4 +-
 doap.rdf                                   | 15 ++++++--
 documentation.md                           |  3 +-
 download.md                                | 51 +++++++++++++++++--------
 releases/zeppelin-release-0.7.2.md         | 45 ++++++++++++++++++++++
 supported_interpreters.md                  |  2 +-
 7 files changed, 98 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/67532710/.htaccess
----------------------------------------------------------------------
diff --git a/.htaccess b/.htaccess
index 8513574..5ddfb14 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.7.1/$1  [PT]
+RewriteRule ^/?docs/latest/(.*) /docs/0.7.2/$1  [PT]
 
 # rewrite docs/snapshot to latest snapshot version
 RewriteRule ^/?docs/snapshot/(.*) /docs/0.8.0-SNAPSHOT/$1  [PT]

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/67532710/_includes/themes/zeppelin/_navigation.html
----------------------------------------------------------------------
diff --git a/_includes/themes/zeppelin/_navigation.html 
b/_includes/themes/zeppelin/_navigation.html
index 0459905..fc02e15 100644
--- a/_includes/themes/zeppelin/_navigation.html
+++ b/_includes/themes/zeppelin/_navigation.html
@@ -17,7 +17,7 @@
             {% assign pages_list = site.pages %}
             {% assign group = 'nav-right' %}
             {% include JB/pages_list %}
-            
+
             <!-- Download -->
             <li id="docs">
               <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Download<b class="caret"></b></a>
@@ -32,8 +32,8 @@
               <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Docs<b class="caret"></b></a>
               <ul class="dropdown-menu">
                 <li><span><b>Release</b><span></li>
+                <li><a href="/docs/0.7.2">0.7.1</a></li>
                 <li><a href="/docs/0.7.1">0.7.1</a></li>
-                <li><a href="/docs/0.7.0">0.7.0</a></li>
                 <li><a href="/docs/0.6.2">0.6.2</a></li>
                 <li><a href="/docs/0.6.1">0.6.1</a></li>
                 <li><a href="documentation.html">Older Versions</a></li>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/67532710/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
index 8eb2caa..04a0a5f 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
 <?xml-stylesheet type="text/xsl"?>
 <rdf:RDF xml:lang="en"
-         xmlns="http://usefulinc.com/ns/doap#"; 
-         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
+         xmlns="http://usefulinc.com/ns/doap#";
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
          xmlns:asfext="http://projects.apache.org/ns/asfext#";
          xmlns:foaf="http://xmlns.com/foaf/0.1/";>
 <!--
@@ -12,9 +12,9 @@
     The ASF licenses this file to You 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.
@@ -38,6 +38,13 @@
     <category rdf:resource="http://projects.apache.org/category/big-data"; />
     <release>
       <Version>
+        <name>0.7.2</name>
+        <created>2017-06-12</created>
+        <revision>0.7.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>0.7.1</name>
         <created>2017-03-31</created>
         <revision>0.7.1</revision>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/67532710/documentation.md
----------------------------------------------------------------------
diff --git a/documentation.md b/documentation.md
index d548d78..cf18e95 100644
--- a/documentation.md
+++ b/documentation.md
@@ -19,8 +19,9 @@ limitations under the License.
 {% include JB/setup %}
 
 
-# Apache Zeppelin Documentation 
+# Apache Zeppelin Documentation
 
+  * [Zeppelin 0.7.0](docs/0.7.0)
   * [Zeppelin 0.6.0](docs/0.6.0)
   * [Zeppelin 0.5.6-incubating](docs/0.5.6-incubating)
   * [Zeppelin 0.5.5-incubating](docs/0.5.5-incubating)

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/67532710/download.md
----------------------------------------------------------------------
diff --git a/download.md b/download.md
index 5eb143f..5c7d00c 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.7.1**.
+The latest release of Apache Zeppelin is **0.7.2**.
 
-  - 0.7.1 released on Mar 31, 2017 ([release 
notes](./releases/zeppelin-release-0.7.1.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7.1))
+  - 0.7.2 released on Jun 12, 2017 ([release 
notes](./releases/zeppelin-release-0.7.2.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7.2))
 
     * Binary package with all interpreters:
-    <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 
'download', 'zeppelin-bin-all', '0.7.1'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz'">zeppelin-0.7.1-bin-all.tgz</div>
 (712 MB,
-    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz.asc),
-    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz.md5),
-    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz.sha512))</p>
+    <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 
'download', 'zeppelin-bin-all', '0.7.2'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz'">zeppelin-0.7.2-bin-all.tgz</div>
 (715 MB,
+    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz.asc),
+    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz.md5),
+    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz.sha512))</p>
 
-    * Binary package with Spark interpreter and interpreter net-install script 
([interpreter installation 
guide](../../docs/0.7.1/manual/interpreterinstallation.html)):
-    <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 
'download', 'zeppelin-bin-netinst', '0.7.1'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-netinst.tgz'">zeppelin-0.7.1-bin-netinst.tgz</div>
 (273 MB,
-    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-netinst.tgz.asc),
-    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-netinst.tgz.md5),
-    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-netinst.tgz.sha512))</p>
+    * Binary package with Spark interpreter and interpreter net-install script 
([interpreter installation 
guide](../../docs/0.7.2/manual/interpreterinstallation.html)):
+    <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 
'download', 'zeppelin-bin-netinst', '0.7.2'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-netinst.tgz'">zeppelin-0.7.2-bin-netinst.tgz</div>
 (274 MB,
+    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-netinst.tgz.asc),
+    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-netinst.tgz.md5),
+    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-netinst.tgz.sha512))</p>
 
     * Source:
-    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.7.1'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1.tgz'">zeppelin-0.7.1.tgz</a>
 (1.9 MB,
-    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1.tgz.asc),
-    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1.tgz.md5),
-    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1.tgz.sha512))
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.7.2'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2.tgz'">zeppelin-0.7.2.tgz</a>
 (1.9 MB,
+    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2.tgz.asc),
+    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2.tgz.md5),
+    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2.tgz.sha512))
 
 
 ## Verify the integrity of the files
@@ -58,6 +58,27 @@ For developers, to get latest *0.8.0-SNAPSHOT* check 
[README](https://github.com
 
 ## Old releases
 
+  - 0.7.1 released on Mar 31, 2017 ([release 
notes](./releases/zeppelin-release-0.7.1.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7.1))
+
+    * Binary package with all interpreters:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-bin-all', '0.7.1'); 
window.location.href='http://archive.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz'">zeppelin-0.7.1-bin-all.tgz</a>
 (712 MB,
+    
[pgp](https://archive.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz.asc),
+    
[md5](https://archive.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz.md5),
+    
[sha](https://archive.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-all.tgz.sha512))
+
+    * Binary package with Spark interpreter and interpreter net-install script 
([interpreter installation 
guide](../../docs/0.7.1/manual/interpreterinstallation.html)):
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-bin-netinst', '0.7.1'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-netinst.tgz'">zeppelin-0.7.1-bin-netinst.tgz</a>
 (273 MB,
+    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-netinst.tgz.asc),
+    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-netinst.tgz.md5),
+    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1-bin-netinst.tgz.sha512))
+
+    * Source:
+    <a style="cursor:pointer" onclick="ga('send', 'event', 'download', 
'zeppelin-src', '0.7.1'); 
window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1.tgz'">zeppelin-0.7.1.tgz</a>
 (1.9 MB,
+    
[pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1.tgz.asc),
+    
[md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1.tgz.md5),
+    
[sha](https://www.apache.org/dist/zeppelin/zeppelin-0.7.1/zeppelin-0.7.1.tgz.sha512))
+  <p />
+
   - 0.7.0 released on Feb 5, 2017 ([release 
notes](./releases/zeppelin-release-0.7.0.html)) ([git 
tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7.0))
 
     * Binary package with all interpreters:

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/67532710/releases/zeppelin-release-0.7.2.md
----------------------------------------------------------------------
diff --git a/releases/zeppelin-release-0.7.2.md 
b/releases/zeppelin-release-0.7.2.md
new file mode 100644
index 0000000..55df08c
--- /dev/null
+++ b/releases/zeppelin-release-0.7.2.md
@@ -0,0 +1,45 @@
+---
+layout: page
+title: "Apache Zeppelin Release 0.7.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.7.2
+
+The Apache Zeppelin community is pleased to announce the availability of the 
0.7.2 release.
+
+The community put significant effort into improving Apache Zeppelin since the 
last release.
+25 contributors provided 50+ patches for improvements and bug fixes.
+More than 40+ issues have been 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=12340231&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, Hoon Park, Lee moon soo, Prabhjyot Singh, soralee, AhyoungRyu, 
Khalid Huseynov, Nelson Costa, Benoy Antony, Christian Fries, CloverHearts, 
Vipin Rathor, LeiWang, Mina Lee, Jongyoul Lee, sravan, Frank Rosner, Paul 
Brenner, Elek Márton, Renjith Kamath, Sohaib Iftikhar, William Markito 
Oliveira, andrea, sergeymazin
+
+The following people helped verifying this release:
+
+moon soo Lee, Jongyoul Lee, Felix Cheung, Prabhjyot Singh, Hyung Sung Shim, 
Sora Lee, Jeff Zhang

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/67532710/supported_interpreters.md
----------------------------------------------------------------------
diff --git a/supported_interpreters.md b/supported_interpreters.md
index 6347abb..47b980a 100644
--- a/supported_interpreters.md
+++ b/supported_interpreters.md
@@ -31,7 +31,7 @@ Please check the below table before you download Zeppelin 
package.
 <table class="table-configuration" style="text-align:center" 
id="comparing-version">
   <tr>
     <th style="width:10%">Zeppelin</th>
-    <th style="width:22%">0.7.1</th>
+    <th style="width:22%">0.7.1 - 0.7.2</th>
     <th style="width:22%">0.7.0</th>
     <th style="width:22%">0.6.2 - 0.6.1</th>
     <th style="width:22%">0.6.0</th>

Reply via email to