Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add seata versions maintain plan docs #740

Merged
merged 5 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
optimize seata version
  • Loading branch information
ggbocoder committed Jan 9, 2024
commit 94ec774c2abd1e8e22451be376947dc627e4693c
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@ keywords: [Seata, Maintenance, Multiple Versions]
description: Seata Version Maintenance Plan.
---

# Apache Seata(incubating) Version Maintenance Plan
# Seata Version Maintenance Plan

------

| Version | Maintenance Plan |
| ------- | ------------------------------------------------------------- |
| v2.0 | Stability maintenance will cease after v2.1, and security maintenance after v2.2 |
| v1.8 | Stability maintenance will cease after v2.0, and security maintenance after v2.1 |
| v1.7 | Stability maintenance will cease after v1.8, and security maintenance after v2.0 |
| v1.6 | Stability maintenance will cease after v1.7, and security maintenance after v1.8 |
| v1.5 | Stability maintenance will cease after v1.6, and security maintenance after v1.7 |
| v1.4 | Stability maintenance will cease after v1.5, and security maintenance after v1.6 |
| v1.3 | Stability maintenance will cease after v1.4, and security maintenance after v1.5 |
| v1.2 | Stability maintenance will cease after v1.3, and security maintenance after v1.4 |
| v1.1 | Stability maintenance will cease after v1.2, and security maintenance after v1.3 |
| v1.0 | Stability maintenance will cease after v1.1, and security maintenance after v1.2 |
| Version | Maintenance Plan |
|---------|------------------------------------------------------------------------------------|
| v2.0.x | Stability maintenance will cease after v2.1.0, and security maintenance after v2.2.0 |
| v1.8.x | Stability maintenance will cease after v2.0.0, and security maintenance after v2.1.0 |
| v1.7.x | Stability maintenance will cease after v1.8.0, and security maintenance after v2.0.0 |
| v1.6.x | Stability maintenance will cease after v1.7.0, and security maintenance after v1.8.0 |
| v1.5.x | Stability maintenance will cease after v1.6.0, and security maintenance after v1.7.0 |
| v1.4.x | Stability maintenance will cease after v1.5.0, and security maintenance after v1.6.0 |
| v1.3.x | Stability maintenance will cease after v1.4.0, and security maintenance after v1.5.0 |
| v1.2.x | Stability maintenance will cease after v1.3.0, and security maintenance after v1.4.0 |
| v1.1.x | Stability maintenance will cease after v1.2.0, and security maintenance after v1.3.0 |
| v1.0.x | Stability maintenance will cease after v1.1.0, and security maintenance after v1.2.0 |

Notes:

- The community only maintains the latest three versions at the current point in time.
- For non-current versions, only significant security vulnerabilities and bug fixes will be addressed.
- Users are encouraged to try the latest version features and provide feedback.

For Apache Seata(incubating) version 1.8, it has entered the security maintenance phase and will officially end its maintenance period after the release of Apache Seata(incubating) version 2.1.
For Seata version 1.8.x, it has entered the security maintenance phase and will officially end its maintenance period after the release of Seata version 2.1.0.

For Apache Seata(incubating) version 2.0, it is currently in the stability maintenance phase. The community will address bug fixes and maintain stability based on user feedback. This version is recommended for use and will transition to the security maintenance phase after the release of version 2.1.
For Seata version 2.0.x, it is currently in the stability maintenance phase. The community will address bug fixes and maintain stability based on user feedback. This version is recommended for use and will transition to the security maintenance phase after the release of version 2.1.0.

For Apache Seata(incubating) version 2.1, it is currently in the phase of incorporating new features. Please patiently await community notifications for specific release dates.
For Seata version 2.1.0, it is currently in the phase of incorporating new features. Please patiently await community notifications for specific release dates.
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@ keywords: [Seata,维护,多版本]
description: Seata版本维护计划.
---

# Apache Seata(incubating)版本维护计划
# Seata版本维护计划

------

| 版本 | 维护计划 |
| ---- | ------------------------------------------------ |
| v2.0 | v2.1发布后停止稳定性维护,v2.2发布后停止安全维护 |
| v1.8 | v2.0发布后停止稳定性维护,v2.1发布后停止安全维护 |
| v1.7 | v1.8发布后停止稳定性维护,v2.0发布后停止安全维护 |
| v1.6 | v1.7发布后停止稳定性维护,v1.8发布后停止安全维护 |
| v1.5 | v1.6发布后停止稳定性维护,v1.7发布后停止安全维护 |
| v1.4 | v1.5发布后停止稳定性维护,v1.6发布后停止安全维护 |
| v1.3 | v1.4发布后停止稳定性维护,v1.5发布后停止安全维护 |
| v1.2 | v1.3发布后停止稳定性维护,v1.4发布后停止安全维护 |
| v1.1 | v1.2发布后停止稳定性维护,v1.3发布后停止安全维护 |
| v1.0 | v1.1发布后停止稳定性维护,v1.2发布后停止安全维护 |
| 版本 | 维护计划 |
|---------|------------------------------------------------------------------------------------|
| v2.0.x | 稳定性维护将在 v2.1.0 后停止,安全性维护将在 v2.2.0 后停止 |
| v1.8.x | 稳定性维护将在 v2.0.0 后停止,安全性维护将在 v2.1.0 后停止 |
| v1.7.x | 稳定性维护将在 v1.8.0 后停止,安全性维护将在 v2.0.0 后停止 |
| v1.6.x | 稳定性维护将在 v1.7.0 后停止,安全性维护将在 v1.8.0 后停止 |
| v1.5.x | 稳定性维护将在 v1.6.0 后停止,安全性维护将在 v1.7.0 后停止 |
| v1.4.x | 稳定性维护将在 v1.5.0 后停止,安全性维护将在 v1.6.0 后停止 |
| v1.3.x | 稳定性维护将在 v1.4.0 后停止,安全性维护将在 v1.5.0 后停止 |
| v1.2.x | 稳定性维护将在 v1.3.0 后停止,安全性维护将在 v1.4.0 后停止 |
| v1.1.x | 稳定性维护将在 v1.2.0 后停止,安全性维护将在 v1.3.0 后停止 |
| v1.0.x | 稳定性维护将在 v1.1.0 后停止,安全性维护将在 v1.2.0 后停止 |

注意事项:

- 社区仅维护当前时间点下的最新3个版本。
- 针对非当前版本,只提供重大漏洞和bug fix相关的迭代。
- 鼓励用户尝试最新版本的 feature 并提供反馈。

对于Apache Seata(incubating)1.8版本,目前已经进入了安全维护阶段,将在Apache Seata(incubating)2.1版本发布后宣布Apache Seata(incubating)1.8版本维护周期结束
对于Seata1.8.x版本,目前已经进入了安全维护阶段,将在Seata2.1.0版本发布后宣布Seata1.8.x版本维护周期结束

对于Apache Seata(incubating)2.0版本,目前已经是稳定性维护阶段,社区将针对用户的反馈进行漏洞修复和稳定性的维护。该版本是社区推荐使用的最新版本,将在2.1版本发布后结束稳定性维护工作转而进入安全维护阶段
对于Seata2.0.x版本,目前已经是稳定性维护阶段,社区将针对用户的反馈进行漏洞修复和稳定性的维护。该版本是社区推荐使用的最新版本,将在2.1.0版本发布后结束稳定性维护工作转而进入安全维护阶段

对于Apache Seata(incubating)2.1版本,目前正在进行新功能合入的阶段,具体的发版时间请耐心等待社区通知。
对于Seata2.1.0版本,目前正在进行新功能合入的阶段,具体的发版时间请耐心等待社区通知。