Skip to content

cloud: add cloud release notes for release-20260428#22815

Closed
doc-claw-bot wants to merge 1 commit intopingcap:release-8.5from
doc-claw-bot:cloud/add-release-note-20260428
Closed

cloud: add cloud release notes for release-20260428#22815
doc-claw-bot wants to merge 1 commit intopingcap:release-8.5from
doc-claw-bot:cloud/add-release-note-20260428

Conversation

@doc-claw-bot
Copy link
Copy Markdown

What is changed, added, or deleted? (Required)

Add TiDB Cloud release notes for release-20260428 to tidb-cloud/releases/tidb-cloud-release-notes.md.

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

  • v8.5

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

None

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

@ti-chi-bot
Copy link
Copy Markdown

ti-chi-bot Bot commented Apr 27, 2026

[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 breezewish 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 contribution This PR is from a community contributor. first-time-contributor Indicates that the PR was contributed by an external member and is a first-time contributor. needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. labels Apr 27, 2026
@ti-chi-bot
Copy link
Copy Markdown

ti-chi-bot Bot commented Apr 27, 2026

Hi @doc-claw-bot. Thanks for your PR.

I'm waiting for a pingcap member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@ti-chi-bot ti-chi-bot Bot added the missing-translation-status This PR does not have translation status info. label Apr 27, 2026
@pingcap-cla-assistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


root seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@ti-chi-bot ti-chi-bot Bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 27, 2026
Copy link
Copy Markdown
Contributor

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

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 adds release notes for April 28, 2026, detailing the public preview of TiDB Cloud Premium, the availability of TiProxy for TiDB Cloud Dedicated, firewall management enhancements, and the introduction of the TiDB Cloud Premium API. The review feedback suggests several improvements to align with the style guide, including the removal of unnecessary filler words, the use of consistent terminology and variables, proper formatting for UI elements, and adjustments to indentation and capitalization for improved clarity.

Comment on lines +19 to +24
Powered by the [TiDB X](/tidb-cloud/tidb-x-architecture.md) kernel, TiDB Cloud Premium is specifically designed for mission-critical enterprise workloads that require hyperscale, uncompromising performance, and the cost efficiency of a cloud-native consumption model.

TiDB Cloud Premium bridges the gap between TiDB Cloud Essential and TiDB Cloud Dedicated.

- Compared with TiDB Cloud Essential, TiDB Cloud Premium delivers significantly stronger isolation across the compute, storage, and network layers, ensuring predictable performance for critical workloads. At the same time, it retains an elastic, on-demand scaling model, allowing compute capacity to scale independently without operational overhead.
- Compared with TiDB Cloud Dedicated, TiDB Cloud Premium improves cost efficiency by eliminating idle headroom, so you only pay for the performance you actually use.
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.

low

According to the Repository Style Guide, you should avoid unnecessary words like "specifically" and "significantly". Also, the indentation of paragraphs should align with the start of the text in the parent list item (6 spaces for paragraphs under a 4-space indented list item).

Suggested change
Powered by the [TiDB X](/tidb-cloud/tidb-x-architecture.md) kernel, TiDB Cloud Premium is specifically designed for mission-critical enterprise workloads that require hyperscale, uncompromising performance, and the cost efficiency of a cloud-native consumption model.
TiDB Cloud Premium bridges the gap between TiDB Cloud Essential and TiDB Cloud Dedicated.
- Compared with TiDB Cloud Essential, TiDB Cloud Premium delivers significantly stronger isolation across the compute, storage, and network layers, ensuring predictable performance for critical workloads. At the same time, it retains an elastic, on-demand scaling model, allowing compute capacity to scale independently without operational overhead.
- Compared with TiDB Cloud Dedicated, TiDB Cloud Premium improves cost efficiency by eliminating idle headroom, so you only pay for the performance you actually use.
Powered by the [TiDB X](/tidb-cloud/tidb-x-architecture.md) kernel, TiDB Cloud Premium is designed for mission-critical enterprise workloads that require hyperscale, uncompromising performance, and the cost efficiency of a cloud-native consumption model.
TiDB Cloud Premium bridges the gap between TiDB Cloud Essential and TiDB Cloud Dedicated.
- Compared with TiDB Cloud Essential, TiDB Cloud Premium delivers stronger isolation across the compute, storage, and network layers, ensuring predictable performance for critical workloads. At the same time, it retains an elastic, on-demand scaling model, allowing compute capacity to scale independently without operational overhead.
- Compared with TiDB Cloud Dedicated, TiDB Cloud Premium improves cost efficiency by eliminating idle headroom, so you only pay for the performance you actually use.
References
  1. Avoid unnecessary words and repetition. (link)

- Compared with TiDB Cloud Essential, TiDB Cloud Premium delivers significantly stronger isolation across the compute, storage, and network layers, ensuring predictable performance for critical workloads. At the same time, it retains an elastic, on-demand scaling model, allowing compute capacity to scale independently without operational overhead.
- Compared with TiDB Cloud Dedicated, TiDB Cloud Premium improves cost efficiency by eliminating idle headroom, so you only pay for the performance you actually use.

To try TiDB Cloud Premium, go to the [TiDB Cloud console](https://tidbcloud.com/), click **Create Resource**, and select **Premium** as your plan. For more information, see [Create a TiDB Cloud Premium instance](/tidb-cloud/premium/create-tidb-instance-premium.md).
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.

low

According to the Repository Style Guide, UI options should be enclosed in backticks.

Suggested change
To try TiDB Cloud Premium, go to the [TiDB Cloud console](https://tidbcloud.com/), click **Create Resource**, and select **Premium** as your plan. For more information, see [Create a TiDB Cloud Premium instance](/tidb-cloud/premium/create-tidb-instance-premium.md).
To try TiDB Cloud Premium, go to the [TiDB Cloud console](https://tidbcloud.com/), click **Create Resource**, and select `Premium` as your plan. For more information, see [Create a TiDB Cloud Premium instance](/tidb-cloud/premium/create-tidb-instance-premium.md).
References
  1. Code snippets, command names, options, and paths should be in backticks. (link)

Comment on lines +41 to +45
- Improve the firewall rule management experience for public endpoints of TiDB Cloud Starter and Essential.

The TiDB Cloud console now provides a streamlined dialog for managing firewall rules for public endpoints in TiDB Cloud Starter and Essential. You can add your current IP address, allow access from all AWS IP addresses for AWS-hosted instances, or manually specify an IP address or IP address range in one place.

For more information, see [Create and manage a firewall rule](/tidb-cloud/configure-serverless-firewall-rules-for-public-endpoints.md#create-and-manage-a-firewall-rule).
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.

low

Use the variable {{{ .starter }}} for consistency with other parts of the documentation. Also, adjust the indentation of the paragraphs to align with the list item text (2 spaces).

Suggested change
- Improve the firewall rule management experience for public endpoints of TiDB Cloud Starter and Essential.
The TiDB Cloud console now provides a streamlined dialog for managing firewall rules for public endpoints in TiDB Cloud Starter and Essential. You can add your current IP address, allow access from all AWS IP addresses for AWS-hosted instances, or manually specify an IP address or IP address range in one place.
For more information, see [Create and manage a firewall rule](/tidb-cloud/configure-serverless-firewall-rules-for-public-endpoints.md#create-and-manage-a-firewall-rule).
- Improve the firewall rule management experience for public endpoints of {{{ .starter }}} and Essential instances.
The TiDB Cloud console now provides a streamlined dialog for managing firewall rules for public endpoints in {{{ .starter }}} and Essential. You can add your current IP address, allow access from all AWS IP addresses for AWS-hosted instances, or manually specify an IP address or IP address range in one place.
For more information, see [Create and manage a firewall rule](/tidb-cloud/configure-serverless-firewall-rules-for-public-endpoints.md#create-and-manage-a-firewall-rule).
References
  1. Use consistent terminology. (link)

Comment on lines +49 to +53
- Introduce TiDB Cloud Premium API (v1beta2) for managing the following resources automatically and efficiently:

- TiDB Cloud Premium Instance: manage the lifecycle and configuration of TiDB Cloud Premium instances, including passwords, CA certificates, and cloud provider information.
- Backup: manage backups for TiDB Cloud Premium instances, including backup-based restore.
- Region: retrieve available regions for creating TiDB Cloud Premium instances.
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.

low

Remove unnecessary filler words like "automatically and efficiently". Also, capitalize the descriptions in the list items for consistency with the rest of the document.

Suggested change
- Introduce TiDB Cloud Premium API (v1beta2) for managing the following resources automatically and efficiently:
- TiDB Cloud Premium Instance: manage the lifecycle and configuration of TiDB Cloud Premium instances, including passwords, CA certificates, and cloud provider information.
- Backup: manage backups for TiDB Cloud Premium instances, including backup-based restore.
- Region: retrieve available regions for creating TiDB Cloud Premium instances.
- Introduce TiDB Cloud Premium API (v1beta2) for managing the following resources:
- TiDB Cloud Premium instances: Manage the lifecycle and configuration of TiDB Cloud Premium instances, including passwords, CA certificates, and cloud provider information.
- Backup: Manage backups for TiDB Cloud Premium instances, including backup-based restore.
- Region: Retrieve available regions for creating TiDB Cloud Premium instances.
References
  1. Avoid unnecessary words and repetition. (link)

@qiancai
Copy link
Copy Markdown
Collaborator

qiancai commented Apr 28, 2026

Close this PR as it is duplicated with #22814

@qiancai qiancai closed this Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contribution This PR is from a community contributor. first-time-contributor Indicates that the PR was contributed by an external member and is a first-time contributor. missing-translation-status This PR does not have translation status info. needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants