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 2022/09/08 00:41:47 UTC

[pinot-site] branch dev updated: Apache Pinot 0.11.0 release (#75)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 2f62e29  Apache Pinot 0.11.0 release (#75)
2f62e29 is described below

commit 2f62e29ef5e58a88115d3c4caaaf93c611a5c6d3
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Wed Sep 7 19:41:42 2022 -0500

    Apache Pinot 0.11.0 release (#75)
---
 website/src/pages/download.js | 58 +++++++++++++++++++++++++++++++++++++------
 website/src/pages/index.js    |  6 ++---
 2 files changed, 54 insertions(+), 10 deletions(-)

diff --git a/website/src/pages/download.js b/website/src/pages/download.js
index e2c0063..10ba423 100644
--- a/website/src/pages/download.js
+++ b/website/src/pages/download.js
@@ -51,7 +51,51 @@ function Download() {
                         <div className="row">
                             <div className="col">
                                 <a
-                                    href="https://downloads.apache.org/pinot/apache-pinot-0.10.0/apache-pinot-0.10.0-bin.tar.gz"
+                                    href="https://downloads.apache.org/pinot/apache-pinot-0.11.0/apache-pinot-0.11.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.11.0</div>
+
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.11.0/apache-pinot-0.11.0-src.tar.gz">
+                                        <div className="panel--title">
+                                            Official source release
+                                        </div>
+                                    </a>
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.11.0/apache-pinot-0.11.0-src.tar.gz.sha512">
+                                        <div className="panel--subtitle">
+                                            SHA512
+                                        </div>
+                                    </a>
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.11.0/apache-pinot-0.11.0-src.tar.gz.asc">
+                                        <div className="panel--subtitle">
+                                            ASC
+                                        </div>
+                                    </a>
+
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.11.0/apache-pinot-0.11.0-bin.tar.gz">
+                                        <div className="panel--title">
+                                            Binary download
+                                        </div>
+                                    </a>
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.11.0/apache-pinot-0.11.0-bin.tar.gz.sha512">
+                                        <div className="panel--subtitle">
+                                            SHA512
+                                        </div>
+                                    </a>
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.11.0/apache-pinot-0.11.0-bin.tar.gz.asc">
+                                        <div className="panel--subtitle">
+                                            ASC{" "}
+                                        </div>
+                                    </a>
+                                </a>
+                            </div>
+                            <div className="col">
+                                <a
+                                    href="https://archive.apache.org/dist/pinot/apache-pinot-0.10.0/apache-pinot-0.10.0-bin.tar.gz"
                                     className="panel panel--link text--center"
                                 >
                                     <div className="panel--icon">
@@ -60,33 +104,33 @@ function Download() {
 
                                     <div className="panel--title">0.10.0</div>
 
-                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.10.0/apache-pinot-0.10.0-src.tar.gz">
+                                    <a href="https://archive.apache.org/dist/pinot/apache-pinot-0.10.0/apache-pinot-0.10.0-src.tar.gz">
                                         <div className="panel--title">
                                             Official source release
                                         </div>
                                     </a>
-                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.10.0/apache-pinot-0.10.0-src.tar.gz.sha512">
+                                    <a href="https://archive.apache.org/dist/pinot/apache-pinot-0.10.0/apache-pinot-0.10.0-src.tar.gz.sha512">
                                         <div className="panel--subtitle">
                                             SHA512
                                         </div>
                                     </a>
-                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.10.0/apache-pinot-0.10.0-src.tar.gz.asc">
+                                    <a href="https://archive.apache.org/dist/pinot/apache-pinot-0.10.0/apache-pinot-0.10.0-src.tar.gz.asc">
                                         <div className="panel--subtitle">
                                             ASC
                                         </div>
                                     </a>
 
-                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.10.0/apache-pinot-0.10.0-bin.tar.gz">
+                                    <a href="https://archive.apache.org/dist/pinot/apache-pinot-0.10.0/apache-pinot-0.10.0-bin.tar.gz">
                                         <div className="panel--title">
                                             Binary download
                                         </div>
                                     </a>
-                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.10.0/apache-pinot-0.10.0-bin.tar.gz.sha512">
+                                    <a href="https://archive.apache.org/dist/pinot/apache-pinot-0.10.0/apache-pinot-0.10.0-bin.tar.gz.sha512">
                                         <div className="panel--subtitle">
                                             SHA512
                                         </div>
                                     </a>
-                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.10.0/apache-pinot-0.10.0-bin.tar.gz.asc">
+                                    <a href="https://archive.apache.org/dist/pinot/apache-pinot-0.10.0/apache-pinot-0.10.0-bin.tar.gz.asc">
                                         <div className="panel--subtitle">
                                             ASC{" "}
                                         </div>
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 685d134..136bda3 100755
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -343,7 +343,7 @@ function Installation() {
                     </TabItem>
                     <TabItem value="binary">
                         <CodeBlock className="language-bash">
-                            {`VERSION=0.10.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.11.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">
@@ -410,11 +410,11 @@ function Home() {
             >
                 <div className="container">
                     <Link
-                        to="https://docs.pinot.apache.org/basics/releases/0.10.0"
+                        to="https://docs.pinot.apache.org/basics/releases/0.11.0"
                         className={styles.indexAnnouncement}
                     >
                         <span className="badge badge-primary">release</span>
-                        v0.10.0 has been released! Check the release notes
+                        v0.11.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