You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by sa...@apache.org on 2022/03/28 22:02:26 UTC

[pinot-site] branch release-0.10.0 created (now 88f20d0)

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

sajjad pushed a change to branch release-0.10.0
in repository https://gitbox.apache.org/repos/asf/pinot-site.git.


      at 88f20d0  Update download page for release 0.10.0

This branch includes the following new commits:

     new 88f20d0  Update download page for release 0.10.0

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 download page for release 0.10.0

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

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

commit 88f20d0a03894f7b652ca4af05a55bc869d6c4c1
Author: Sajjad Moradi <sm...@smoradi-ld2.linkedin.biz>
AuthorDate: Mon Mar 28 15:00:11 2022 -0700

    Update download page for release 0.10.0
---
 website/src/pages/download.js | 58 +++++++++++++++++++++++++++++++++++++------
 1 file changed, 51 insertions(+), 7 deletions(-)

diff --git a/website/src/pages/download.js b/website/src/pages/download.js
index 7ce593f..e2c0063 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.9.3/apache-pinot-0.9.3-bin.tar.gz"
+                                    href="https://downloads.apache.org/pinot/apache-pinot-0.10.0/apache-pinot-0.10.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.10.0</div>
+
+                                    <a href="https://downloads.apache.org/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">
+                                        <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">
+                                        <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">
+                                        <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">
+                                        <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">
+                                        <div className="panel--subtitle">
+                                            ASC{" "}
+                                        </div>
+                                    </a>
+                                </a>
+                            </div>
+                            <div className="col">
+                                <a
+                                    href="https://archive.apache.org/dist/pinot/apache-pinot-0.9.3/apache-pinot-0.9.3-bin.tar.gz"
                                     className="panel panel--link text--center"
                                 >
                                     <div className="panel--icon">
@@ -60,33 +104,33 @@ function Download() {
 
                                     <div className="panel--title">0.9.3</div>
 
-                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.3/apache-pinot-0.9.3-src.tar.gz">
+                                    <a href="https://archive.apache.org/dist/pinot/apache-pinot-0.9.3/apache-pinot-0.9.3-src.tar.gz">
                                         <div className="panel--title">
                                             Official source release
                                         </div>
                                     </a>
-                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.3/apache-pinot-0.9.3-src.tar.gz.sha512">
+                                    <a href="https://archive.apache.org/dist/pinot/apache-pinot-0.9.3/apache-pinot-0.9.3-src.tar.gz.sha512">
                                         <div className="panel--subtitle">
                                             SHA512
                                         </div>
                                     </a>
-                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.3/apache-pinot-0.9.3-src.tar.gz.asc">
+                                    <a href="https://archive.apache.org/dist/pinot/apache-pinot-0.9.3/apache-pinot-0.9.3-src.tar.gz.asc">
                                         <div className="panel--subtitle">
                                             ASC
                                         </div>
                                     </a>
 
-                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.3/apache-pinot-0.9.3-bin.tar.gz">
+                                    <a href="https://archive.apache.org/dist/pinot/apache-pinot-0.9.3/apache-pinot-0.9.3-bin.tar.gz">
                                         <div className="panel--title">
                                             Binary download
                                         </div>
                                     </a>
-                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.3/apache-pinot-0.9.3-bin.tar.gz.sha512">
+                                    <a href="https://archive.apache.org/dist/pinot/apache-pinot-0.9.3/apache-pinot-0.9.3-bin.tar.gz.sha512">
                                         <div className="panel--subtitle">
                                             SHA512
                                         </div>
                                     </a>
-                                    <a href="https://downloads.apache.org/pinot/apache-pinot-0.9.3/apache-pinot-0.9.3-bin.tar.gz.asc">
+                                    <a href="https://archive.apache.org/dist/pinot/apache-pinot-0.9.3/apache-pinot-0.9.3-bin.tar.gz.asc">
                                         <div className="panel--subtitle">
                                             ASC{" "}
                                         </div>

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