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/12/13 20:29:17 UTC

[pinot-site] 01/01: Pinot 0.9.1 release

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

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

commit 3c3c5728d715ef0a52d8263bcc1e3697e932a612
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Mon Dec 13 12:28:54 2021 -0800

    Pinot 0.9.1 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 585d84e..020f3e9 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.1/apache-pinot-0.9.1-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.1</div>
+
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.1/apache-pinot-0.9.1-src.tar.gz">
+                                        <div className="panel--title">
+                                            Official source release
+                                        </div>
+                                    </a>
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.1/apache-pinot-0.9.1-src.tar.gz.sha512">
+                                        <div className="panel--subtitle">
+                                            SHA512
+                                        </div>
+                                    </a>
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.1/apache-pinot-0.9.1-src.tar.gz.asc">
+                                        <div className="panel--subtitle">
+                                            ASC
+                                        </div>
+                                    </a>
+
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.1/apache-pinot-0.9.1-bin.tar.gz">
+                                        <div className="panel--title">
+                                            Binary download
+                                        </div>
+                                    </a>
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.1/apache-pinot-0.9.1-bin.tar.gz.sha512">
+                                        <div className="panel--subtitle">
+                                            SHA512
+                                        </div>
+                                    </a>
+                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.1/apache-pinot-0.9.1-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.9.0/apache-pinot-0.9.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 cb0bfd2..70dffb5 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.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`}
+                            {`VERSION=0.9.1\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.9.0"
+                        to="https://docs.pinot.apache.org/basics/releases/0.9.1"
                         className={styles.indexAnnouncement}
                     >
                         <span className="badge badge-primary">release</span>
-                        v0.9.0 has been released! Check the release notes
+                        v0.9.1 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