Skip to content

cloud: add the release note for TiDB-X-CLOUD.202510.1#23147

Open
qiancai wants to merge 15 commits into
pingcap:release-8.5from
qiancai:tidb-x-kernel-rn
Open

cloud: add the release note for TiDB-X-CLOUD.202510.1#23147
qiancai wants to merge 15 commits into
pingcap:release-8.5from
qiancai:tidb-x-kernel-rn

Conversation

@qiancai

@qiancai qiancai commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator

What is changed, added or deleted? (Required)

This PR adds "tidb-cloud/releases/tidb-cloud-kernel-versioning.md" to explain the versioning rules for the kernel of TiDB Cloud Premium and "tidb-cloud/releases/tidb-x-cloud.202510.1.md" to introduce features in this release.

Which TiDB version(s) do your changes apply to? (Required)

Tips for choosing the affected version(s):

By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.

For details, see tips for choosing the affected versions.

  • master (the latest development version)
  • v9.0 (TiDB 9.0 versions)
  • v8.5 (TiDB 8.5 versions)
  • v8.1 (TiDB 8.1 versions)
  • v7.5 (TiDB 7.5 versions)
  • v7.1 (TiDB 7.1 versions)
  • v6.5 (TiDB 6.5 versions)
  • v6.1 (TiDB 6.1 versions)

What is the related PR or file link(s)?

  • This PR is translated from:
  • Other reference link(s):

Do your changes match any of the following descriptions?

  • Delete files

  • Change aliases

  • Need modification after applied to another branch

  • Might cause conflicts after applied to another branch
    commit ee3bac0
    Author: qiancai qqzczy@126.com
    Date: Tue Jun 23 19:04:19 2026 +0800

    add tidb-cloud-kernel-versioning_v2.md

commit e868710
Author: qiancai qqzczy@126.com
Date: Thu Jun 18 17:56:39 2026 +0800

update versioning rules

commit eb10774
Author: qiancai qqzczy@126.com
Date: Mon Jun 8 15:32:01 2026 +0800

add tidb-cloud-kernel-versioning.md

Co-Authored-By: Grace Cai <qqzczy@126.com>

qiancai added 2 commits June 25, 2026 15:10
commit ee3bac0
Author: qiancai <qqzczy@126.com>
Date:   Tue Jun 23 19:04:19 2026 +0800

    add tidb-cloud-kernel-versioning_v2.md

commit e868710
Author: qiancai <qqzczy@126.com>
Date:   Thu Jun 18 17:56:39 2026 +0800

    update versioning rules

commit eb10774
Author: qiancai <qqzczy@126.com>
Date:   Mon Jun 8 15:32:01 2026 +0800

    add tidb-cloud-kernel-versioning.md

    Co-Authored-By: Grace Cai <qqzczy@126.com>
@ti-chi-bot

ti-chi-bot Bot commented Jun 25, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign jackysp for approval. For more information see the Code Review Process.
Please ensure that each of them provides their approval before proceeding.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot Bot added missing-translation-status This PR does not have translation status info. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jun 25, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces documentation for the new TiDB X kernel releases, including an updated release overview, a kernel versioning guide, and the release notes for the TiDB-X-CLOUD.202510.1 kernel. The review feedback focuses on resolving technical inconsistencies regarding which TiDB Cloud plans use the TiDB X kernel, ensuring headings adhere to sentence case guidelines, correcting passive voice and person usage to align with the style guide, and addressing minor formatting and grammatical issues.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread tidb-cloud/releases/tidb-cloud-kernel-versioning.md Outdated
Comment thread tidb-cloud/releases/tidb-cloud-kernel-versioning.md
Comment thread tidb-cloud/releases/tidb-cloud-kernel-versioning.md
Comment thread tidb-cloud/releases/tidb-x-cloud.202510.1.md Outdated
Comment thread TOC-tidb-cloud-releases.md
Comment thread tidb-cloud/releases/tidb-x-cloud.202510.1.md Outdated
Comment thread tidb-cloud/releases/tidb-x-cloud.202510.1.md Outdated
Comment thread tidb-cloud/releases/tidb-x-cloud.202510.1.md Outdated
Comment thread tidb-cloud/releases/tidb-x-cloud.202510.1.md Outdated
Comment thread tidb-cloud/releases/tidb-x-cloud.202510.1.md Outdated
github-actions Bot pushed a commit to qiancai/pingcap-docsite-preview that referenced this pull request Jun 25, 2026
Comment thread tidb-cloud/releases/tidb-cloud-kernel-versioning.md
Comment thread tidb-cloud/releases/_index.md Outdated

| Plan | Kernel release notes |
|------|----------------------|
| TiDB Cloud Starter, Essential, and Dedicated | [TiDB Self-Managed release notes](/releases/release-notes.md) |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Starter and Essential's kernel are not the same as Self-Managed.

## Limitations

Because of the architectural differences between TiDB X and classic TiDB, the `TiDB-X-CLOUD.202510.1` kernel does not support the following storage features of the TiDB v8.5.0 kernel:

@zhaoshangzi zhaoshangzi Jun 25, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of the architectural differences between TiDB X and classic TiDB, the TiDB-X-CLOUD.202510.1 kernel does not support the following storage features

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it doesn't need to specify the tidb kernel version v8.5.0 for tikv.

@zhaoshangzi zhaoshangzi left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

post some comments

Comment thread tidb-cloud/releases/tidb-x-cloud.202510.1.md Outdated
Comment thread tidb-cloud/releases/tidb-x-cloud.202510.1.md Outdated
Comment thread tidb-cloud/releases/tidb-cloud-kernel-versioning.md Outdated
Comment thread tidb-cloud/releases/tidb-cloud-kernel-versioning.md Outdated
github-actions Bot pushed a commit to qiancai/pingcap-docsite-preview that referenced this pull request Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

missing-translation-status This PR does not have translation status info. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants