This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new b358d63 docs: release 2.1.5 (#414)
b358d63 is described below
commit b358d63ec0cac0f400ace95607dba11017db1c0a
Author: VampireAchao <[email protected]>
AuthorDate: Fri Oct 18 15:44:07 2024 +0800
docs: release 2.1.5 (#414)
---
src/pages/download/data.json | 4 ++++
src/pages/download/index.jsx | 4 ++--
src/pages/download/languages.json | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/pages/download/data.json b/src/pages/download/data.json
index 6e5733e..8ae37a7 100644
--- a/src/pages/download/data.json
+++ b/src/pages/download/data.json
@@ -1,4 +1,8 @@
[
+ {
+ "version": "2.1.5",
+ "date": "2024-10-18"
+ },
{
"version": "2.1.4",
"date": "2024-05-14"
diff --git a/src/pages/download/index.jsx b/src/pages/download/index.jsx
index 8429381..fe085a9 100644
--- a/src/pages/download/index.jsx
+++ b/src/pages/download/index.jsx
@@ -19,8 +19,8 @@ export default function () {
<h2 className="fs-4 mb-4 fw-bold">{dataSource.download}</h2>
<div>
<span> {dataSource.downloadDesc1}</span>
- <li>apache-streampark_<span style={{ color: 'red'
}}>2.11</span>-<span style={{ color: 'blue'
}}>2.1.4</span>-incubating-bin.tar.gz</li>
- <li>apache-streampark_<span style={{ color: 'red'
}}>2.12</span>-<span style={{ color: 'blue'
}}>2.1.4</span>-incubating-bin.tar.gz</li>
+ <li>apache-streampark_<span style={{ color: 'red'
}}>2.11</span>-<span style={{ color: 'blue'
}}>2.1.5</span>-incubating-bin.tar.gz</li>
+ <li>apache-streampark_<span style={{ color: 'red'
}}>2.12</span>-<span style={{ color: 'blue'
}}>2.1.5</span>-incubating-bin.tar.gz</li>
<span>{dataSource.downloadDesc2}</span>
</div>
<h3 className="fs-4 mb-4 mt-4 fw-bold">{dataSource.latestVersion}</h3>
diff --git a/src/pages/download/languages.json
b/src/pages/download/languages.json
index ef53c09..8358509 100644
--- a/src/pages/download/languages.json
+++ b/src/pages/download/languages.json
@@ -20,7 +20,7 @@
"en": {
"download": "Download Apache StreamPark (incubating)",
"downloadDesc1": "The Apache StreamPark supports Scala 2.11 and 2.12. The
dist file name rule is:
apache-streampark_${scala.version}-${streampark.version}-incubating-bin.tar.gz,e.g:",
- "downloadDesc2": "The 2.11/2.12 is a version of StreamPark adapted to
Scala, the 2.1.4 is a version of StreamPark. Download which one depends on the
user's Scala version of Apache Flink/Spark, users need to download the file of
StreamPark that matches the Scala version of Apache Flink/Spark.",
+ "downloadDesc2": "The 2.11/2.12 is a version of StreamPark adapted to
Scala, the 2.1.5 is a version of StreamPark. Download which one depends on the
user's Scala version of Apache Flink/Spark, users need to download the file of
StreamPark that matches the Scala version of Apache Flink/Spark.",
"latestVersion": "The latest release",
"archived": "All archived releases",
"instructions": "Instructions",