This is an automated email from the ASF dual-hosted git repository.
xiangfu 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 c7ba485 Update website for 0.7.1 release (#6792)
c7ba485 is described below
commit c7ba485eeb1d270a839f02eab23978c1ddbbc8a9
Author: Xiang Fu <[email protected]>
AuthorDate: Wed Apr 14 00:50:43 2021 -0700
Update website for 0.7.1 release (#6792)
---
website/package.json | 6 +++---
website/src/pages/download.js | 16 ++++++++--------
website/src/pages/index.js | 6 +++---
3 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/website/package.json b/website/package.json
index 7030f59..46f602e 100755
--- a/website/package.json
+++ b/website/package.json
@@ -40,11 +40,11 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.0.0-alpha.64",
+ "@types/react": "^16.9.49",
"add": "2.0.6",
- "typescript": "^4.0.2",
- "yarn": "^1.22.5",
"prettier": "2.0.5",
- "@types/react": "^16.9.49"
+ "typescript": "^4.0.2",
+ "yarn": "^1.22.10"
},
"resolutions": {
"**/sharp": "^0.25.2"
diff --git a/website/src/pages/download.js b/website/src/pages/download.js
index c73ad04..c224acf 100644
--- a/website/src/pages/download.js
+++ b/website/src/pages/download.js
@@ -51,42 +51,42 @@ 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"
+
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.0</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.0/apache-pinot-incubating-0.7.0-src.tar.gz">
+ <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.0/apache-pinot-incubating-0.7.0-src.tar.gz.sha512">
+ <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.0/apache-pinot-incubating-0.7.0-src.tar.gz.asc">
+ <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.0/apache-pinot-incubating-0.7.0-bin.tar.gz">
+ <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.0/apache-pinot-incubating-0.7.0-bin.tar.gz.sha512">
+ <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.0/apache-pinot-incubating-0.7.0-bin.tar.gz.asc">
+ <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>
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 1e931de..0c513d0 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.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`}
+ {`VERSION=0.7.1\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.7.0"
+
to="https://docs.pinot.apache.org/basics/releases/0.7.1"
className={styles.indexAnnouncement}
>
<span className="badge badge-primary">release</span>
- v0.7.0 has been released! Check the release notes
+ v0.7.1 has been released! Check the release notes
</Link>
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]