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

jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git


The following commit(s) were added to refs/heads/docusaurus by this push:
     new d0760cd2c5b docs(download): Update Seata Go Version to v2.1.0 (#1076)
d0760cd2c5b is described below

commit d0760cd2c5bd1d426383379e1517c910c17ca1c6
Author: lxfeng1997 <[email protected]>
AuthorDate: Thu Mar 12 12:57:50 2026 +0800

    docs(download): Update Seata Go Version to v2.1.0 (#1076)
---
 .licenserc.yaml                                    |  7 +++++++
 .../current/download/seata-go.md                   | 22 ++++++++++------------
 .../current/download/seata-go.md                   | 22 ++++++++++------------
 3 files changed, 27 insertions(+), 24 deletions(-)

diff --git a/.licenserc.yaml b/.licenserc.yaml
index 136898979e7..c08bfe786fd 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -85,3 +85,10 @@ dependency:
     # CC0-1.0 build tool
     - name: mdn-data
       recursive: true
+    # BlueOak-1.0.0 (New dependencies from glob/rimraf)
+    - name: jackspeak
+      recursive: true
+    - name: package-json-from-dist
+      recursive: true
+    - name: path-scurry
+      recursive: true
diff --git 
a/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
 
b/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
index bd070f6d764..6d96fb16630 100644
--- 
a/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
+++ 
b/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
@@ -8,7 +8,7 @@ hide_table_of_contents: true
 # Download
 
 :::tip
-Seata Go v2.0.0 is the current stable release, covering AT, TCC, and XA modes 
with registry options for file, Nacos, and Etcd.
+Seata Go v2.1.0 is the current stable release, covering AT, TCC, SAGA, and XA 
modes with registry options for file, Nacos, and Etcd.
 :::
 
 ## System Requirements
@@ -35,9 +35,9 @@ Seata Go v2.0.0 is the current stable release, covering AT, 
TCC, and XA modes wi
 <section class="full_width_table_section">
 ```
 
-| Version | Source                                                             
                                                                                
                                                                                
                                                                                
                                                                                
     | Binary                                                                   
              [...]
-| ------- | 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 | 
-------------------------------------------------------------------------------------
 [...]
-| 2.0.0   | 
[apache-seata-go-2.0.0-incubating-src.tar.gz](https://www.apache.org/dyn/closer.lua/incubator/seata/incubator-seata-go/2.0.0/apache-seata-go-2.0.0-incubating-src.tar.gz?action=download)
 
[ASC](https://downloads.apache.org/incubator/seata/incubator-seata-go/2.0.0/apache-seata-go-2.0.0-incubating-src.tar.gz.asc)
 
[SHA512](https://downloads.apache.org/incubator/seata/incubator-seata-go/2.0.0/apache-seata-go-2.0.0-incubating-src.tar.gz.sha512)
 | [apache-seata-go-2.0.0-incubating-bi [...]
+| Version | Source                                                             
                                                                                
                                                                                
                                                                                
                                                                                
                            | Release Notes                                     
              [...]
+| ------- 
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------
 [...]
+| 2.1.0 | 
[incubator-seata-go-v2.1.0-src.tar.gz](https://www.apache.org/dyn/closer.lua/incubator/seata/incubator-seata-go/v2.1.0/incubator-seata-go-v2.1.0-src.tar.gz?action=download)
 
[ASC](https://downloads.apache.org/incubator/seata/incubator-seata-go/v2.1.0/incubator-seata-go-v2.1.0-src.tar.gz.asc)
 
[SHA512](https://downloads.apache.org/incubator/seata/incubator-seata-go/v2.1.0/incubator-seata-go-v2.1.0-src.tar.gz.sha512)
 | [v2.1.0 changelog](https://github.com/apache/incubator-seata-go [...]
 
 ```mdx-code-block
 </section>
@@ -48,8 +48,8 @@ Seata Go v2.0.0 is the current stable release, covering AT, 
TCC, and XA modes wi
 
 ## Install via Go Modules
 - (Optional) Pin a proxy for faster downloads: `go env -w 
GOPROXY=https://goproxy.cn,direct`.
-- Add the SDK to your module: `go get seata.apache.org/seata-go/[email protected]` 
(records to `go.mod` / `go.sum`).
-- Lock the dependency explicitly by keeping `require 
seata.apache.org/seata-go/v2 v2.0.0` and running `go mod tidy`.
+- Add the SDK to your module: `go get seata.apache.org/seata-go/[email protected]` 
(records to `go.mod` / `go.sum`).
+- Lock the dependency explicitly by keeping `require 
seata.apache.org/seata-go/v2 v2.1.0` and running `go mod tidy`.
 - Verify dependency integrity before committing: `go list 
seata.apache.org/seata-go/v2/...`.
 
 ## Verify the releases
@@ -63,13 +63,12 @@ It is crucial to verify the integrity of downloaded 
artifacts using GPG signatur
    ```
 3. Validate each artifact, for example:
    ```bash
-   gpg --verify apache-seata-go-2.0.0-incubating-src.tar.gz.asc 
apache-seata-go-2.0.0-incubating-src.tar.gz
-   gpg --verify apache-seata-go-2.0.0-incubating-bin.tar.gz.asc 
apache-seata-go-2.0.0-incubating-bin.tar.gz
+   gpg --verify incubator-seata-go-v2.1.0-src.tar.gz.asc 
incubator-seata-go-v2.1.0-src.tar.gz
    ```
    A result similar to the following indicates a valid signature:
    ```bash
-   gpg: Signature made Tue Apr 29 12:11:09 2025 CST
-   gpg:                using RSA key 775377BF271D659E591249CD63E269707E8BF0FB
+   gpg: Signature made Thu Feb 12 11:51:50 2026 CST
+   gpg:                using RSA key 0EF4C22256EF22519F9FB280B29581E977CD3E1E
    gpg: Good signature from "xxx" [ultimate]
    ```
 
@@ -77,8 +76,7 @@ It is crucial to verify the integrity of downloaded artifacts 
using GPG signatur
 1. Download the `.sha512` file corresponding to the artifact.
 2. Run the checksum validation:
    ```bash
-   shasum -c apache-seata-go-2.0.0-incubating-src.tar.gz.sha512
-   shasum -c apache-seata-go-2.0.0-incubating-bin.tar.gz.sha512
+   shasum -c incubator-seata-go-v2.1.0-src.tar.gz.sha512
    ```
    Output ending with `OK` confirms the archive is intact.
 
diff --git 
a/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
 
b/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
index 9e06410190c..d51d217a007 100644
--- 
a/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
+++ 
b/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
@@ -8,7 +8,7 @@ hide_table_of_contents: true
 # 下载
 
 :::tip
-Seata Go v2.0.0 是当前稳定版本,覆盖 AT、TCC、XA 等模式,并支持 File、Nacos、Etcd 等注册/配置中心。
+Seata Go v2.1.0 是当前稳定版本,覆盖 AT、TCC、XA、SAGA 等模式,并支持 File、Nacos、Etcd 等注册/配置中心。
 :::
 
 ## 系统要求
@@ -35,9 +35,9 @@ Seata Go v2.0.0 是当前稳定版本,覆盖 AT、TCC、XA 等模式,并支
 <section class="full_width_table_section">
 ```
 
-| 版本  | 源码包                                                                    
                                                                                
                                                                                
                                                                                
                                                                               
| 二进制包                                                                          
               [...]
-| ----- | 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 | 
---------------------------------------------------------------------------------------
 [...]
-| 2.0.0 | 
[apache-seata-go-2.0.0-incubating-src.tar.gz](https://www.apache.org/dyn/closer.lua/incubator/seata/incubator-seata-go/2.0.0/apache-seata-go-2.0.0-incubating-src.tar.gz?action=download)
 
[ASC](https://downloads.apache.org/incubator/seata/incubator-seata-go/2.0.0/apache-seata-go-2.0.0-incubating-src.tar.gz.asc)
 
[SHA512](https://downloads.apache.org/incubator/seata/incubator-seata-go/2.0.0/apache-seata-go-2.0.0-incubating-src.tar.gz.sha512)
 | [apache-seata-go-2.0.0-incubating-bin. [...]
+| 版本    | 源码包                                                                  
                                                                                
                                                                                
                                                                                
                                                                                
                                           | 发布说明                               
              [...]
+|-------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------
 [...]
+| 2.1.0 | 
[incubator-seata-go-v2.1.0-src.tar.gz](https://www.apache.org/dyn/closer.lua/incubator/seata/incubator-seata-go/v2.1.0/incubator-seata-go-v2.1.0-src.tar.gz?action=download)
 
[ASC](https://downloads.apache.org/incubator/seata/incubator-seata-go/v2.1.0/incubator-seata-go-v2.1.0-src.tar.gz.asc)
 
[SHA512](https://downloads.apache.org/incubator/seata/incubator-seata-go/v2.1.0/incubator-seata-go-v2.1.0-src.tar.gz.sha512)
 | [v2.1.0 更新日志](https://github.com/apache/incubator-seata-go/rele [...]
 
 ```mdx-code-block
 </section>
@@ -48,8 +48,8 @@ Seata Go v2.0.0 是当前稳定版本,覆盖 AT、TCC、XA 等模式,并支
 
 ## 通过 Go Modules 安装
 - (可选)设置代理以提升下载速度:`go env -w GOPROXY=https://goproxy.cn,direct`。
-- 引入 SDK:`go get seata.apache.org/seata-go/[email protected]`,依赖会写入 `go.mod` / 
`go.sum`。
-- 在 `go.mod` 中保留 `require seata.apache.org/seata-go/v2 v2.0.0` 并执行 `go mod 
tidy`,锁定依赖版本。
+- 引入 SDK:`go get seata.apache.org/seata-go/[email protected]`,依赖会写入 `go.mod` / 
`go.sum`。
+- 在 `go.mod` 中保留 `require seata.apache.org/seata-go/v2 v2.1.0` 并执行 `go mod 
tidy`,锁定依赖版本。
 - 提交前使用 `go list seata.apache.org/seata-go/v2/...` 确认依赖解析正常。
 
 
@@ -64,13 +64,12 @@ Seata Go v2.0.0 是当前稳定版本,覆盖 AT、TCC、XA 等模式,并支
    ```
 3. 校验示例:
    ```bash
-   gpg --verify apache-seata-go-2.0.0-incubating-src.tar.gz.asc 
apache-seata-go-2.0.0-incubating-src.tar.gz
-   gpg --verify apache-seata-go-2.0.0-incubating-bin.tar.gz.asc 
apache-seata-go-2.0.0-incubating-bin.tar.gz
+   gpg --verify incubator-seata-go-v2.1.0-src.tar.gz.asc 
incubator-seata-go-v2.1.0-src.tar.gz
    ```
    如出现如下输出,说明签名有效:
    ```bash
-   gpg: Signature made Tue Apr 29 12:11:09 2025 CST
-   gpg:                using RSA key 775377BF271D659E591249CD63E269707E8BF0FB
+   gpg: Signature made Thu Feb 12 11:51:50 2026 CST
+   gpg:                using RSA key 0EF4C22256EF22519F9FB280B29581E977CD3E1E
    gpg: Good signature from "xxx" [ultimate]
    ```
 
@@ -78,8 +77,7 @@ Seata Go v2.0.0 是当前稳定版本,覆盖 AT、TCC、XA 等模式,并支
 1. 下载对应的 `.sha512` 文件。
 2. 执行校验:
    ```bash
-   shasum -c apache-seata-go-2.0.0-incubating-src.tar.gz.sha512
-   shasum -c apache-seata-go-2.0.0-incubating-bin.tar.gz.sha512
+   shasum -c incubator-seata-go-v2.1.0-src.tar.gz.sha512
    ```
    输出 `OK` 表示文件完整无误。
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to