This is an automated email from the ASF dual-hosted git repository.
haibow 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 2c955ce Update links for release 0.4.0 in the website (#5560)
2c955ce is described below
commit 2c955cedd19523a5e96535e158c92d8f60e3da85
Author: haibow <[email protected]>
AuthorDate: Sun Jun 14 10:54:17 2020 -0700
Update links for release 0.4.0 in the website (#5560)
---
website/src/pages/download.js | 31 +++++++++++++++++++++++++++++++
website/src/pages/index.js | 6 +++---
2 files changed, 34 insertions(+), 3 deletions(-)
diff --git a/website/src/pages/download.js b/website/src/pages/download.js
index 28c6386..2570edd 100644
--- a/website/src/pages/download.js
+++ b/website/src/pages/download.js
@@ -44,6 +44,37 @@ function Download() {
<div className="row">
<div className="col">
+ <a
href="https://www.apache.org/dyn/closer.lua/incubator/pinot/apache-pinot-incubating-0.4.0/apache-pinot-incubating-0.4.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.4.0</div>
+
+ <a
href="https://www.apache.org/dyn/closer.lua/incubator/pinot/apache-pinot-incubating-0.4.0/apache-pinot-incubating-0.4.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.4.0/apache-pinot-incubating-0.4.0-src.tar.gz.sha512"
>
+ <div className="panel--subtitle">SHA512</div>
+ </a>
+ <a
href="https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-0.4.0/apache-pinot-incubating-0.4.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.4.0/apache-pinot-incubating-0.4.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.4.0/apache-pinot-incubating-0.4.0-bin.tar.gz.sha512"
>
+ <div className="panel--subtitle">SHA512</div>
+ </a>
+ <a
href="https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-0.4.0/apache-pinot-incubating-0.4.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.3.0/apache-pinot-incubating-0.3.0-bin.tar.gz"
className="panel panel--link text--center">
<div className="panel--icon">
<i className="feather icon-download"></i>
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 39139cd..999c09d 100755
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -230,7 +230,7 @@ function Installation() {
<TabItem value="binary">
<CodeBlock className="language-bash">
{
- `VERSION=0.3.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.4.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>
@@ -277,9 +277,9 @@ function Home() {
<header className={classnames('hero', 'hero--full-height',
styles.indexHeroBanner)}>
<div className="container">
- <Link to="https://docs.pinot.apache.org/releases/0.3.0"
className={styles.indexAnnouncement}>
+ <Link to="https://docs.pinot.apache.org/releases/0.4.0"
className={styles.indexAnnouncement}>
<span className="badge badge-primary">release</span>
- v0.3 has been released! Check the release notes
+ v0.4.0 has been released! Check the release notes
</Link>
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline}, designed to
answer OLAP queries with low latency
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]