This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c1a9c08e96 Update the `versions.json` for the already released Spark
version
c1a9c08e96 is described below
commit c1a9c08e967d0ab314dbf230376743797b57bef8
Author: yangjie01 <[email protected]>
AuthorDate: Wed Dec 18 21:50:24 2024 -0800
Update the `versions.json` for the already released Spark version
The pr aims to update the `versions.json` for the already released spark
version to ensure the pyspark document display correctly.
Author: yangjie01 <[email protected]>
Closes #568 from LuciferYang/versions-json.
---
site/static/versions.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/site/static/versions.json b/site/static/versions.json
index f13903e205..1274c4aaa4 100644
--- a/site/static/versions.json
+++ b/site/static/versions.json
@@ -1,4 +1,12 @@
[
+ {
+ "name": "3.5.3",
+ "version": "3.5.3"
+ },
+ {
+ "name": "3.5.2",
+ "version": "3.5.2"
+ },
{
"name": "3.5.1",
"version": "3.5.1"
@@ -7,6 +15,14 @@
"name": "3.5.0",
"version": "3.5.0"
},
+ {
+ "name": "3.4.4",
+ "version": "3.4.4"
+ },
+ {
+ "name": "3.4.3",
+ "version": "3.4.3"
+ },
{
"name": "3.4.2",
"version": "3.4.2"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]