This is an automated email from the ASF dual-hosted git repository. yupeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push: new 5d07ea4 Update links for 0.7.0 release in the website (#6683) 5d07ea4 is described below commit 5d07ea40daf76f42674a909027b015770694bc8f Author: Yupeng Fu <yupe...@users.noreply.github.com> AuthorDate: Mon Mar 15 23:25:26 2021 -0700 Update links for 0.7.0 release in the website (#6683) --- 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 38dbc94..c73ad04 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://www.apache.org/dyn/closer.lua/incubator/pinot/apache-pinot-incubating-0.7.0/apache-pinot-incubating-0.7.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.7.0</div> + + <a href="https://www.apache.org/dyn/closer.lua/incubator/pinot/apache-pinot-incubating-0.7.0/apache-pinot-incubating-0.7.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.7.0/apache-pinot-incubating-0.7.0-src.tar.gz.sha512"> + <div className="panel--subtitle"> + SHA512 + </div> + </a> + <a href="https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-0.7.0/apache-pinot-incubating-0.7.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.7.0/apache-pinot-incubating-0.7.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.7.0/apache-pinot-incubating-0.7.0-bin.tar.gz.sha512"> + <div className="panel--subtitle"> + SHA512 + </div> + </a> + <a href="https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-0.7.0/apache-pinot-incubating-0.7.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.6.0/apache-pinot-incubating-0.6.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 db2c2ad..1e931de 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -293,7 +293,7 @@ function Installation() { </TabItem> <TabItem value="binary"> <CodeBlock className="language-bash"> - {`VERSION=0.6.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.7.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> <TabItem value="github"> @@ -352,11 +352,11 @@ function Home() { > <div className="container"> <Link - to="https://docs.pinot.apache.org/basics/releases/0.6.0" + to="https://docs.pinot.apache.org/basics/releases/0.7.0" className={styles.indexAnnouncement} > <span className="badge badge-primary">release</span> - v0.6.0 has been released! Check the release notes + v0.7.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-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org