-
Notifications
You must be signed in to change notification settings - Fork 124
en,zh: add v1.6.5 release notes; bump TiDB & TiDB Operator #3074
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
4601294
chore: bump tidb_operator_version to v1.6.5
csuzhangxc 81ba934
bump TiDB version
csuzhangxc 6d7cd03
add 1.6.5 release notes
csuzhangxc e3b4bcc
update date
csuzhangxc 24e65d2
update TOC.md
Oreoxmt d212b27
revise wording
Oreoxmt c6a69ad
Apply suggestions from code review
Oreoxmt de77eb1
Apply suggestions from code review
csuzhangxc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| --- | ||
| title: TiDB Operator 1.6.5 Release Notes | ||
| summary: Learn about new features, improvements, and bug fixes in TiDB Operator 1.6.5. | ||
| --- | ||
|
|
||
| # TiDB Operator 1.6.5 Release Notes | ||
|
|
||
| Release date: January 28, 2026 | ||
|
|
||
| TiDB Operator version: 1.6.5 | ||
|
|
||
| ## New features | ||
|
|
||
| - Support configuring `VolumeAttributesClass` for TiDBCluster components, which enables dynamic management of volume attributes such as IOPS and throughput ([#6568](https://github.com/pingcap/tidb-operator/pull/6568), [@WangLe1321](https://github.com/WangLe1321)) | ||
|
|
||
| ## Improvements | ||
|
|
||
| - Change the shell interpreter for backup-related scripts from `sh` to `bash` to improve script compatibility and support Bash-specific syntax ([#6618](https://github.com/pingcap/tidb-operator/pull/6618), [@liubog2008](https://github.com/liubog2008)) | ||
|
|
||
| ## Bug fixes | ||
|
|
||
| - Fix the issue that the controller retries indefinitely when a log backup task cannot be found in etcd. The controller now updates the `Backup` CR status to `Failed` in this case ([#6630](https://github.com/pingcap/tidb-operator/pull/6630), [@RidRisR](https://github.com/RidRisR)) | ||
| - Fix the compatibility issue with certain Kubernetes versions (such as v1.33) that causes TiDB Operator to repeatedly attempt creating existing resources during each sync cycle ([#6653](https://github.com/pingcap/tidb-operator/pull/6653), [@cicada-lewis](https://github.com/cicada-lewis)) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "tidb_operator_version": "v1.6.4", | ||
| "tidb_version": "v8.5.2" | ||
| "tidb_operator_version": "v1.6.5", | ||
| "tidb_version": "v8.5.5" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| --- | ||
| title: TiDB Operator 1.6.5 Release Notes | ||
| summary: 了解 TiDB Operator 1.6.5 版本的新功能、优化提升,以及 Bug 修复。 | ||
| --- | ||
|
|
||
| # TiDB Operator 1.6.5 Release Notes | ||
|
|
||
| 发布日期:2026 年 1 月 28 日 | ||
csuzhangxc marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| TiDB Operator 版本:1.6.5 | ||
|
|
||
| ## 新功能 | ||
|
|
||
| - 支持为 TiDBCluster 组件配置 `VolumeAttributesClass`,允许动态管理卷属性,例如 IOPS 和吞吐量 ([#6568](https://github.com/pingcap/tidb-operator/pull/6568), [@WangLe1321](https://github.com/WangLe1321)) | ||
|
|
||
| ## 优化提升 | ||
|
|
||
| - 将备份相关脚本的 shell 解释器从 `sh` 更改为 `bash`,以增强脚本的兼容性并支持 Bash 特有语法 ([#6618](https://github.com/pingcap/tidb-operator/pull/6618), [@liubog2008](https://github.com/liubog2008)) | ||
|
|
||
| ## Bug 修复 | ||
|
|
||
| - 修复当 etcd 中找不到日志备份任务时,控制器会无限重试的问题。修复后,如果出现此情况,`Backup` CR 的状态会被更新为 `Failed` ([#6630](https://github.com/pingcap/tidb-operator/pull/6630), [@RidRisR](https://github.com/RidRisR)) | ||
| - 修复与部分 Kubernetes 版本(如 v1.33)的兼容性问题,避免 TiDB Operator 在每个同步周期内重复尝试创建已存在的资源 ([#6653](https://github.com/pingcap/tidb-operator/pull/6653), [@cicada-lewis](https://github.com/cicada-lewis)) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.