This is an automated email from the ASF dual-hosted git repository. vvivekiyer pushed a commit to branch 1.1.0 in repository https://gitbox.apache.org/repos/asf/pinot-site.git
commit 91b723ced69c4346a3249a8cb6630d57642eb1d7 Author: Vivek Iyer Vaidyanathan <vviveki...@gmail.com> AuthorDate: Sun Mar 24 21:28:18 2024 -0700 1.1.0 release update --- website/src/pages/download.js | 60 ++++++++++++++++++++++++++++++++++++++----- website/src/pages/index.js | 6 ++--- 2 files changed, 56 insertions(+), 10 deletions(-) diff --git a/website/src/pages/download.js b/website/src/pages/download.js index 810a0e75..66e4e206 100644 --- a/website/src/pages/download.js +++ b/website/src/pages/download.js @@ -49,9 +49,55 @@ function Download() { <section> <div className="container"> <div className="row"> + + <div className="col"> + <a + href="https://downloads.apache.org/pinot/apache-pinot-1.1.0/apache-pinot-1.1.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">1.1.0</div> + + <a href="https://downloads.apache.org/pinot/apache-pinot-1.1.0/apache-pinot-1.1.0-src.tar.gz"> + <div className="panel--title"> + Official source release + </div> + </a> + <a href="https://downloads.apache.org/pinot/apache-pinot-1.1.0/apache-pinot-1.1.0-src.tar.gz.sha512"> + <div className="panel--subtitle"> + SHA512 + </div> + </a> + <a href="https://downloads.apache.org/pinot/apache-pinot-1.1.0/apache-pinot-1.1.0-src.tar.gz.asc"> + <div className="panel--subtitle"> + ASC + </div> + </a> + + <a href="https://downloads.apache.org/pinot/apache-pinot-1.1.0/apache-pinot-1.1.0-bin.tar.gz"> + <div className="panel--title"> + Binary download + </div> + </a> + <a href="https://downloads.apache.org/pinot/apache-pinot-1.1.0/apache-pinot-1.1.0-bin.tar.gz.sha512"> + <div className="panel--subtitle"> + SHA512 + </div> + </a> + <a href="https://downloads.apache.org/pinot/apache-pinot-1.1.0/apache-pinot-1.1.0-bin.tar.gz.asc"> + <div className="panel--subtitle"> + ASC{" "} + </div> + </a> + </a> + </div> + <div className="col"> <a - href="https://downloads.apache.org/pinot/apache-pinot-1.0.0/apache-pinot-1.0.0-bin.tar.gz" + href="https://archive.apache.org/dist/pinot/apache-pinot-1.0.0/apache-pinot-1.0.0-bin.tar.gz" className="panel panel--link text--center" > <div className="panel--icon"> @@ -60,33 +106,33 @@ function Download() { <div className="panel--title">1.0.0</div> - <a href="https://downloads.apache.org/pinot/apache-pinot-1.0.0/apache-pinot-1.0.0-src.tar.gz"> + <a href="https://archive.apache.org/dist/pinot/apache-pinot-1.0.0/apache-pinot-1.0.0-src.tar.gz"> <div className="panel--title"> Official source release </div> </a> - <a href="https://downloads.apache.org/pinot/apache-pinot-1.0.0/apache-pinot-1.0.0-src.tar.gz.sha512"> + <a href="https://archive.apache.org/dist/pinot/apache-pinot-1.0.0/apache-pinot-1.0.0-src.tar.gz.sha512"> <div className="panel--subtitle"> SHA512 </div> </a> - <a href="https://downloads.apache.org/pinot/apache-pinot-1.0.0/apache-pinot-1.0.0-src.tar.gz.asc"> + <a href="https://archive.apache.org/dist/pinot/apache-pinot-1.0.0/apache-pinot-1.0.0-src.tar.gz.asc"> <div className="panel--subtitle"> ASC </div> </a> - <a href="https://downloads.apache.org/pinot/apache-pinot-1.0.0/apache-pinot-1.0.0-bin.tar.gz"> + <a href="https://archive.apache.org/dist/pinot/apache-pinot-1.0.0/apache-pinot-1.0.0-bin.tar.gz"> <div className="panel--title"> Binary download </div> </a> - <a href="https://downloads.apache.org/pinot/apache-pinot-1.0.0/apache-pinot-1.0.0-bin.tar.gz.sha512"> + <a href="https://archive.apache.org/dist/pinot/apache-pinot-1.0.0/apache-pinot-1.0.0-bin.tar.gz.sha512"> <div className="panel--subtitle"> SHA512 </div> </a> - <a href="https://downloads.apache.org/pinot/apache-pinot-1.0.0/apache-pinot-1.0.0-bin.tar.gz.asc"> + <a href="https://archive.apache.org/dist/pinot/apache-pinot-1.0.0/apache-pinot-1.0.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 2b1dc72b..546e3b22 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -300,7 +300,7 @@ function Installation() { </TabItem> <TabItem value="binary"> <CodeBlock className="language-bash"> - {`VERSION=1.0.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=1.1.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"> @@ -367,11 +367,11 @@ function Home() { > <div className="container"> <Link - to="https://docs.pinot.apache.org/basics/releases/1.0.0" + to="https://docs.pinot.apache.org/basics/releases/1.1.0" className={styles.indexAnnouncement} > <span className="badge badge-primary">release</span> - v1.0.0 has been released! Check the release notes + v1.1.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