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

haibow pushed a commit to branch add_release_0.4.0_to_website
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 55690fa92cfc67915d2a2740f7291e6f5e5890cf
Author: haibow <hbwan...@gmail.com>
AuthorDate: Fri Jun 12 23:10:11 2020 -0700

    Update links for release 0.4.0 in the website
---
 website/src/pages/download.js | 31 +++++++++++++++++++++++++++++++
 website/src/pages/index.js    |  6 +++---
 2 files changed, 34 insertions(+), 3 deletions(-)

diff --git a/website/src/pages/download.js b/website/src/pages/download.js
index 28c6386..2570edd 100644
--- a/website/src/pages/download.js
+++ b/website/src/pages/download.js
@@ -44,6 +44,37 @@ function Download() {
             <div className="row">
 
               <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>
+                  </div>
+
+                  <div className="panel--title">0.4.0</div>
+
+                  <a 
href="https://www.apache.org/dyn/closer.lua/incubator/pinot/apache-pinot-incubating-0.4.0/apache-pinot-incubating-0.4.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.4.0/apache-pinot-incubating-0.4.0-src.tar.gz.sha512";
 >
+                  <div className="panel--subtitle">SHA512</div>
+                  </a>
+                  <a 
href="https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-0.4.0/apache-pinot-incubating-0.4.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.4.0/apache-pinot-incubating-0.4.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.4.0/apache-pinot-incubating-0.4.0-bin.tar.gz.sha512";
 >
+                  <div className="panel--subtitle">SHA512</div>
+                  </a>
+                  <a 
href="https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-0.4.0/apache-pinot-incubating-0.4.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.3.0/apache-pinot-incubating-0.3.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 39139cd..999c09d 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.3.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.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`
               }
             </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.3.0"; 
className={styles.indexAnnouncement}>
+          <Link to="https://docs.pinot.apache.org/releases/0.4.0"; 
className={styles.indexAnnouncement}>
               <span className="badge badge-primary">release</span>
-              v0.3 has been released! Check the release notes
+              v0.4.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-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to