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 17eab5b2e Add 0.11.1 release docs 17eab5b2e is described below commit 17eab5b2ebb094f6b103b9dbc77839984351386c Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Mon Apr 1 23:51:21 2024 +0900 Add 0.11.1 release docs --- .htaccess | 2 +- _includes/themes/zeppelin/_navigation.html | 3 +- doap.rdf | 19 +++++++---- documentation.md | 1 + download.md | 51 ++++++++++++++++++++---------- releases/zeppelin-release-0.11.1.md | 43 +++++++++++++++++++++++++ whats_new.md | 2 +- 7 files changed, 95 insertions(+), 26 deletions(-) diff --git a/.htaccess b/.htaccess index a37859eb7..824357c46 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.11.0/$1 [PT] +RewriteRule ^/?docs/latest/(.*) /docs/0.11.1/$1 [PT] # rewrite docs/snapshot to latest snapshot version RewriteRule ^/?docs/snapshot/(.*) /docs/0.12-SNAPSHOT/$1 [PT] diff --git a/_includes/themes/zeppelin/_navigation.html b/_includes/themes/zeppelin/_navigation.html index 0fd845371..bebc85966 100644 --- a/_includes/themes/zeppelin/_navigation.html +++ b/_includes/themes/zeppelin/_navigation.html @@ -27,7 +27,8 @@ <li class="docs"> <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 class="title"><span><b>Release</b></span></li> + <li><a href="/docs/0.11.1">0.11.1</a></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> diff --git a/doap.rdf b/doap.rdf index 78814faf8..6147b3624 100644 --- a/doap.rdf +++ b/doap.rdf @@ -37,12 +37,19 @@ <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> + <Version> + <name>0.11.1</name> + <created>2024-04-02</created> + <revision>0.11.1</revision> + </Version> + </release> + <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/documentation.md b/documentation.md index 3d8a112e7..6ceedd8fb 100644 --- a/documentation.md +++ b/documentation.md @@ -20,6 +20,7 @@ limitations under the License. # Apache Zeppelin Documentation + * [Zeppelin 0.11.1](docs/0.11.1) * [Zeppelin 0.11.0](docs/0.11.0) * [Zeppelin 0.10.1](docs/0.10.1) * [Zeppelin 0.10.0](docs/0.10.0) diff --git a/download.md b/download.md index 720796170..35862a60d 100644 --- a/download.md +++ b/download.md @@ -21,24 +21,24 @@ limitations under the License. # Download Apache Zeppelin -The latest release of Apache Zeppelin is **0.11.0**. +The latest release of Apache Zeppelin is **0.11.1**. -- 0.11.0 released on Feb 12, 2024 ([release notes](./releases/zeppelin-release-0.11.0.html)) ([git tag](https://github.com/apache/zeppelin/tree/v0.11.0)) +- 0.11.1 released on Apr 2, 2024 ([release notes](./releases/zeppelin-release-0.11.1.html)) ([git tag](https://github.com/apache/zeppelin/tree/v0.11.1)) - * Binary package with all interpreters ([Install guide](../../docs/0.11.0/quickstart/install.html)): - <p><div class="btn btn-md btn-primary" onclick="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 all interpreters ([Install guide](../../docs/0.11.1/quickstart/install.html)): + <p><div class="btn btn-md btn-primary" onclick="window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.11.1/zeppelin-0.11.1-bin-all.tgz'">zeppelin-0.11.1-bin-all.tgz</div> (843MB, + [pgp](https://downloads.apache.org/zeppelin/zeppelin-0.11.1/zeppelin-0.11.1-bin-all.tgz.asc), + [sha](https://downloads.apache.org/zeppelin/zeppelin-0.11.1/zeppelin-0.11.1-bin-all.tgz.sha512))</p> - * 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="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> + * Binary package with Spark interpreter and interpreter net-install script ([interpreter installation guide](../../docs/0.11.1/usage/interpreter/installation.html)): + <p><div class="btn btn-md btn-primary" onclick="window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.11.1/zeppelin-0.11.1-bin-netinst.tgz'">zeppelin-0.11.1-bin-netinst.tgz</div> (577MB, + [pgp](https://downloads.apache.org/zeppelin/zeppelin-0.11.1/zeppelin-0.11.1-bin-netinst.tgz.asc), + [sha](https://downloads.apache.org/zeppelin/zeppelin-0.11.1/zeppelin-0.11.1-bin-netinst.tgz.sha512))</p> * Source: - <a style="cursor:pointer" onclick="window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.11.0/zeppelin-0.11.0.tgz'">zeppelin-0.11.0.tgz</a> (10MB, - [pgp](https://downloads.apache.org/zeppelin/zeppelin-0.11.0/zeppelin-0.11.0.tgz.asc), - [sha](https://downloads.apache.org/zeppelin/zeppelin-0.11.0/zeppelin-0.11.0.tgz.sha512)) + <a style="cursor:pointer" onclick="window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.11.1/zeppelin-0.11.1.tgz'">zeppelin-0.11.1.tgz</a> (10MB, + [pgp](https://downloads.apache.org/zeppelin/zeppelin-0.11.1/zeppelin-0.11.1.tgz.asc), + [sha](https://downloads.apache.org/zeppelin/zeppelin-0.11.1/zeppelin-0.11.1.tgz.sha512)) # Using the official docker image @@ -47,7 +47,7 @@ Make sure that [docker](https://www.docker.com/community-edition) is installed i Use this command to launch Apache Zeppelin in a container. ```bash -docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin:0.11.0 +docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin:0.11.1 ``` To persist `logs` and `notebook` directories, use the [volume](https://docs.docker.com/engine/reference/commandline/run/#mount-volume--v-read-only) option for docker container. @@ -55,9 +55,9 @@ You can also use [volume](https://docs.docker.com/engine/reference/commandline/r ```bash docker run -u $(id -u) -p 8080:8080 --rm -v $PWD/logs:/logs -v $PWD/notebook:/notebook \ - -v /usr/lib/spark-2.5.0:/opt/spark -v /usr/lib/flink-1.17.2:/opt/flink \ + -v /usr/lib/spark-3.5.1:/opt/spark -v /usr/lib/flink-1.18.1:/opt/flink \ -e FLINK_HOME=/opt/flink -e SPARK_HOME=/opt/spark \ - -e ZEPPELIN_LOG_DIR='/logs' -e ZEPPELIN_NOTEBOOK_DIR='/notebook' --name zeppelin apache/zeppelin:0.11.0 + -e ZEPPELIN_LOG_DIR='/logs' -e ZEPPELIN_NOTEBOOK_DIR='/notebook' --name zeppelin apache/zeppelin:0.11.1 ``` If you have trouble accessing `localhost:8080` in the browser, Please clear browser cache. @@ -75,7 +75,24 @@ For developers, to get latest *0.12.0-SNAPSHOT* check [README](https://github.co ## Old releases - - 0.10.1 released on Feb 29, 2022 ([release notes](./releases/zeppelin-release-0.10.1.html)) ([git tag](https://gitbox.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.11.0)) + - 0.11.0 released on Feb 12, 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.11.0/quickstart/install.html)): + <p><div class="btn btn-md btn-primary" onclick="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.11.0/usage/interpreter/installation.html)): + <p><div class="btn btn-md btn-primary" onclick="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> + + * Source: + <a style="cursor:pointer" onclick="window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.11.0/zeppelin-0.11.0.tgz'">zeppelin-0.11.0.tgz</a> (10MB, + [pgp](https://downloads.apache.org/zeppelin/zeppelin-0.11.0/zeppelin-0.11.0.tgz.asc), + [sha](https://downloads.apache.org/zeppelin/zeppelin-0.11.0/zeppelin-0.11.0.tgz.sha512)) + + - 0.10.1 released on Feb 29, 2022 ([release notes](./releases/zeppelin-release-0.10.1.html)) ([git tag](https://gitbox.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.10.1)) * Binary package with all interpreters ([Install guide](../../docs/0.10.1/quickstart/install.html)): <p><div class="btn btn-md btn-primary" onclick="window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.10.1/zeppelin-0.10.1-bin-all.tgz'">zeppelin-0.10.1-bin-all.tgz</div> (1.5g, diff --git a/releases/zeppelin-release-0.11.1.md b/releases/zeppelin-release-0.11.1.md new file mode 100755 index 000000000..f881f6201 --- /dev/null +++ b/releases/zeppelin-release-0.11.1.md @@ -0,0 +1,43 @@ +--- +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.11.1 + +The Apache Zeppelin community is pleased to announce the availability of the 0.11.1 release. + +The community put significant effort into improving Apache Zeppelin since the last release. + +2 tickets and several security issues are resolved. You can visit [issue tracker](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316221&version=12354214) for full list of issues that are resolved. + +We encourage to [download](../../download.html) the latest release. Feedback through the [mailing lists](../../community.html) is very welcome. + +### Major Changes + +- Fix several security issues + +### Contributors + +This release would not be possible without the following community members' contributions: + +- Jongyoul Lee(jongyoul) +- myongyun(myongyun) +- Philipp Dallig(Reamer) +- PJ Fanning(pjfanning) \ No newline at end of file diff --git a/whats_new.md b/whats_new.md index 64945bb66..dda37d201 100644 --- a/whats_new.md +++ b/whats_new.md @@ -78,7 +78,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.11.0.html">0.11.0 Release Note</a> + <a href="./releases/zeppelin-release-0.11.1.html">0.11.1 Release Note</a> </p> </div>