You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/11/17 22:53:50 UTC

[pinot-site] branch adding_0.9.0_release created (now 4eb3595)

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

xiangfu pushed a change to branch adding_0.9.0_release
in repository https://gitbox.apache.org/repos/asf/pinot-site.git.


      at 4eb3595  Update website download page to include 0.9.0 release

This branch includes the following new commits:

     new 4eb3595  Update website download page to include 0.9.0 release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[pinot-site] 01/01: Update website download page to include 0.9.0 release

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch adding_0.9.0_release
in repository https://gitbox.apache.org/repos/asf/pinot-site.git

commit 4eb3595fb938d53329aa601124b9432acae4fe75
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Wed Nov 17 14:53:38 2021 -0800

    Update website download page to include 0.9.0 release
---
 website/src/pages/download.js | 44 +++++++++++++++++++++++++++++++++++++++++++
 website/src/pages/index.js    |  6 +++---
 2 files changed, 47 insertions(+), 3 deletions(-)

diff --git a/website/src/pages/download.js b/website/src/pages/download.js
index c83b42d..abc00da 100644
--- a/website/src/pages/download.js
+++ b/website/src/pages/download.js
@@ -51,6 +51,50 @@ function Download() {
                         <div className="row">
                             <div className="col">
                                 <a
+                                    href="https://downloads.apache.org/pinot/apache-pinot-0.9.0/apache-pinot-0.9.0-bin.tar.gz"
+                                    className="panel panel--link text--center"
+                                >
+                                    <div className="panel--icon">
+                                        <i className="feather icon-download"></i>
+                                    </div>
+
+                                    <div className="panel--title">0.9.0</div>
+
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.0/apache-pinot-0.9.0-src.tar.gz">
+                                        <div className="panel--title">
+                                            Official source release
+                                        </div>
+                                    </a>
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.0/apache-pinot-0.9.0-src.tar.gz.sha512">
+                                        <div className="panel--subtitle">
+                                            SHA512
+                                        </div>
+                                    </a>
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.0/apache-pinot-0.9.0-src.tar.gz.asc">
+                                        <div className="panel--subtitle">
+                                            ASC
+                                        </div>
+                                    </a>
+
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.0/apache-pinot-0.9.0-bin.tar.gz">
+                                        <div className="panel--title">
+                                            Binary download
+                                        </div>
+                                    </a>
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.0/apache-pinot-0.9.0-bin.tar.gz.sha512">
+                                        <div className="panel--subtitle">
+                                            SHA512
+                                        </div>
+                                    </a>
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.0/apache-pinot-0.9.0-bin.tar.gz.asc">
+                                        <div className="panel--subtitle">
+                                            ASC{" "}
+                                        </div>
+                                    </a>
+                                </a>
+                            </div>
+                            <div className="col">
+                                <a
                                     href="https://downloads.apache.org/pinot/apache-pinot-0.8.0/apache-pinot-0.8.0-bin.tar.gz"
                                     className="panel panel--link text--center"
                                 >
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 867edd0..4cbc7c3 100755
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -338,7 +338,7 @@ function Installation() {
                     </TabItem>
                     <TabItem value="binary">
                         <CodeBlock className="language-bash">
-                            {`VERSION=0.8.0\nwget https://downloads.apache.org/pinot/apache-pinot-$VERSION/apache-pinot-$VERSION-bin.tar.gz\ntar vxf apache-pinot-*-bin.tar.gz\ncd apache-pinot-*-bin\nbin/quick-start-batch.sh`}
+                            {`VERSION=0.9.0\nwget https://downloads.apache.org/pinot/apache-pinot-$VERSION/apache-pinot-$VERSION-bin.tar.gz\ntar vxf apache-pinot-*-bin.tar.gz\ncd apache-pinot-*-bin\nbin/quick-start-batch.sh`}
                         </CodeBlock>
                     </TabItem>
                     <TabItem value="github">
@@ -405,11 +405,11 @@ function Home() {
             >
                 <div className="container">
                     <Link
-                        to="https://docs.pinot.apache.org/basics/releases/0.8.0"
+                        to="https://docs.pinot.apache.org/basics/releases/0.9.0"
                         className={styles.indexAnnouncement}
                     >
                         <span className="badge badge-primary">release</span>
-                        v0.8.0 has been released! Check the release notes
+                        v0.9.0 has been released! Check the release notes
                     </Link>
                     <h1 className="hero__title">{siteConfig.title}</h1>
                     <p className="hero__subtitle">

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org