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 2020/09/10 06:03:06 UTC

[incubator-pinot] branch master updated: Add 0.5 to website. (#5996)

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

xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new b2fa2ca  Add 0.5 to website. (#5996)
b2fa2ca is described below

commit b2fa2ca800e9890aa75a53bedc77315e9837b024
Author: Ting Chen <ti...@uber.com>
AuthorDate: Wed Sep 9 23:02:52 2020 -0700

    Add 0.5 to website. (#5996)
---
 website/src/pages/download.js | 30 ++++++++++++++++++++++++++++++
 website/src/pages/index.js    |  6 +++---
 2 files changed, 33 insertions(+), 3 deletions(-)

diff --git a/website/src/pages/download.js b/website/src/pages/download.js
index 2570edd..8957748 100644
--- a/website/src/pages/download.js
+++ b/website/src/pages/download.js
@@ -44,6 +44,36 @@ function Download() {
             <div className="row">
 
               <div className="col">
+                <a href="https://www.apache.org/dyn/closer.lua/incubator/pinot/apache-pinot-incubating-0.5.0/apache-pinot-incubating-0.5.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.5.0</div>
+
+                  <a href="https://www.apache.org/dyn/closer.lua/incubator/pinot/apache-pinot-incubating-0.5.0/apache-pinot-incubating-0.5.0-src.tar.gz" >
+                  <div className="panel--title">Official source release</div>
+                  </a>
+                  <a href="https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-0.5.0/apache-pinot-incubating-0.5.0-src.tar.gz.sha512" >
+                  <div className="panel--subtitle">SHA512</div>
+                  </a>
+                  <a href="https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-0.5.0/apache-pinot-incubating-0.5.0-src.tar.gz.asc" >
+                  <div className="panel--subtitle">ASC</div>
+                  </a>
+
+                  <a href="https://www.apache.org/dyn/closer.lua/incubator/pinot/apache-pinot-incubating-0.5.0/apache-pinot-incubating-0.5.0-bin.tar.gz" >
+                  <div className="panel--title">Official binary release</div>
+                  </a>
+                  <a href="https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-0.5.0/apache-pinot-incubating-0.5.0-bin.tar.gz.sha512" >
+                  <div className="panel--subtitle">SHA512</div>
+                  </a>
+                  <a href="https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-0.5.0/apache-pinot-incubating-0.5.0-bin.tar.gz.asc" >
+                  <div className="panel--subtitle">ASC </div>
+                  </a>
+
+                </a>
+              </div>
+              <div className="col">
                 <a href="https://www.apache.org/dyn/closer.lua/incubator/pinot/apache-pinot-incubating-0.4.0/apache-pinot-incubating-0.4.0-bin.tar.gz" className="panel panel--link text--center">
                   <div className="panel--icon">
                     <i className="feather icon-download"></i>
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 999c09d..79d9e04 100755
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -230,7 +230,7 @@ function Installation() {
           <TabItem value="binary">
             <CodeBlock className="language-bash">
               {
-                `VERSION=0.4.0\nwget https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-$VERSION/apache-pinot-incubating-$VERSION-bin.tar.gz\ntar vxf apache-pinot-incubating-*-bin.tar.gz\ncd apache-pinot-incubating-*-bin\nbin/quick-start-batch.sh`
+                `VERSION=0.5.0\nwget https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-$VERSION/apache-pinot-incubating-$VERSION-bin.tar.gz\ntar vxf apache-pinot-incubating-*-bin.tar.gz\ncd apache-pinot-incubating-*-bin\nbin/quick-start-batch.sh`
               }
             </CodeBlock>
           </TabItem>
@@ -277,9 +277,9 @@ function Home() {
 
       <header className={classnames('hero', 'hero--full-height', styles.indexHeroBanner)}>
         <div className="container">
-          <Link to="https://docs.pinot.apache.org/releases/0.4.0" className={styles.indexAnnouncement}>
+          <Link to="https://docs.pinot.apache.org/releases/0.5.0" className={styles.indexAnnouncement}>
               <span className="badge badge-primary">release</span>
-              v0.4.0 has been released! Check the release notes
+              v0.5.0 has been released! Check the release notes
           </Link>
           <h1 className="hero__title">{siteConfig.title}</h1>
           <p className="hero__subtitle">{siteConfig.tagline}, designed to answer OLAP queries with low latency


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