fx19880617 commented on a change in pull request #6792:
URL: https://github.com/apache/incubator-pinot/pull/6792#discussion_r613004211
##########
File path: website/src/pages/download.js
##########
@@ -49,6 +49,50 @@ function Download() {
<section>
<div className="container">
<div className="row">
+ <div className="col">
+ <a
+
href="https://www.apache.org/dyn/closer.lua/incubator/pinot/apache-pinot-incubating-0.7.1/apache-pinot-incubating-0.7.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.7.1</div>
+
+ <a
href="https://www.apache.org/dyn/closer.lua/incubator/pinot/apache-pinot-incubating-0.7.1/apache-pinot-incubating-0.7.1-src.tar.gz">
+ <div className="panel--title">
+ Official source release
+ </div>
+ </a>
+ <a
href="https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-0.7.1/apache-pinot-incubating-0.7.1-src.tar.gz.sha512">
+ <div className="panel--subtitle">
+ SHA512
+ </div>
+ </a>
+ <a
href="https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-0.7.1/apache-pinot-incubating-0.7.1-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.7.1/apache-pinot-incubating-0.7.1-bin.tar.gz">
+ <div className="panel--title">
+ Official binary release
+ </div>
+ </a>
+ <a
href="https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-0.7.1/apache-pinot-incubating-0.7.1-bin.tar.gz.sha512">
+ <div className="panel--subtitle">
+ SHA512
+ </div>
+ </a>
+ <a
href="https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-0.7.1/apache-pinot-incubating-0.7.1-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.7.0/apache-pinot-incubating-0.7.0-bin.tar.gz"
Review comment:
done, then shall we merge 0.7.0 release notes to 0.7.1 as well or just
keep it separated?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]