This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d6dc2abc1 [Improvement] specify a stable version (#956)
9d6dc2abc1 is described below

commit 9d6dc2abc1d902520e68583ad9d45d21cb5af3f2
Author: zuo <[email protected]>
AuthorDate: Tue Apr 23 18:07:57 2024 +0800

    [Improvement] specify a stable version (#956)
    
    * [Improvement] specify a stable version
    
    * [Improvement] specify a stable version
    
    * Update Deployment.jsx
    
    * Update Version.jsx
    
    * fix dead link
    
    ---------
    
    Co-authored-by: David Zollo <[email protected]>
---
 ...erverless_Apache_DolphinScheduler_task_scheduling_system_on_AWS.md | 4 ++--
 src/views/Download/Deployment.jsx                                     | 2 +-
 src/views/Download/Version.jsx                                        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/blog/en-us/Deploy_the_serverless_Apache_DolphinScheduler_task_scheduling_system_on_AWS.md
 
b/blog/en-us/Deploy_the_serverless_Apache_DolphinScheduler_task_scheduling_system_on_AWS.md
index e412229fe0..039a615ef6 100755
--- 
a/blog/en-us/Deploy_the_serverless_Apache_DolphinScheduler_task_scheduling_system_on_AWS.md
+++ 
b/blog/en-us/Deploy_the_serverless_Apache_DolphinScheduler_task_scheduling_system_on_AWS.md
@@ -35,7 +35,7 @@ picture
 * EKS cluster creation
 * Conveniently, use the AWS console to create an EKS cluster, associate the 
above VPC and subnet (reference: 
https://docs.aws.amazon.com/zh_cn/eks/latest/userguide/create-cluster.html), 
and create a cluster on the springboard Configure communication with the 
cluster in. We use EKS version 1.24 here.
 * Database and Storage Services
-* Also use the AWS console to create a serverless Aurora PostgreSQL database 
cluster in the VPC private subnet (reference: 
https://docs.aws.amazon.com/zh_cn/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.create-cluster.
 html). We use aurora-postgresql version 14.4 here.
+* Also use the AWS console to create a serverless Aurora PostgreSQL database 
cluster in the VPC private subnet (reference: 
https://docs.aws.amazon.com/zh_cn/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.create-cluster.html).
 We use aurora-postgresql version 14.4 here.
 
 picture
 * Build DolphinScheduler custom image
@@ -249,4 +249,4 @@ spec:
 * Dolphinschduler [architecture 
design](https://dolphinscheduler.apache.org/en-us/docs/3.1.2/architecture/design)
 * EKS subnet tag solution: 
https://aws.amazon.com/cn/premiumsupport/knowledge-center/eks-load-balancer-controller-subnets/
 * Running stateful workloads with Amazon EKS on AWS Fargate using Amazon EFS: 
https://aws.amazon.com/blogs/containers/running-stateful-workloads-with-amazon-eks-on-aws-fargate-using-amazon-efs
 /
-* Serverless on AWS: https://aws.amazon.com/cn/serverless/
\ No newline at end of file
+* Serverless on AWS: https://aws.amazon.com/cn/serverless/
diff --git a/src/views/Download/Deployment.jsx 
b/src/views/Download/Deployment.jsx
index a2c7c83a1b..fd70a2824a 100644
--- a/src/views/Download/Deployment.jsx
+++ b/src/views/Download/Deployment.jsx
@@ -80,7 +80,7 @@ export const Deployment = () => {
             <>
               <div className="deployment-content-bold">
                 {deployments[current].versions[0].version} 
{t("release_tips")}{" "}
-                {deployments[current].versions[0].version}.
+                3.1.9
               </div>
               <Collapse
                 defaultActiveKey={[0]}
diff --git a/src/views/Download/Version.jsx b/src/views/Download/Version.jsx
index 49033569d9..93a3e37a6f 100644
--- a/src/views/Download/Version.jsx
+++ b/src/views/Download/Version.jsx
@@ -41,7 +41,7 @@ export const Version = () => {
         </div>
         <div className="download-version-main">
           <div className="download-version-main-title">
-            {versions[0]} {t("release_tips")} {versions[0]}.
+            {versions[0]} {t("release_tips")} 3.1.9
           </div>
           <div className="download-version-log">
             <Button

Reply via email to