Skip to content

Commit c7eb531

Browse files
authored
releases: add 1.6.5 release notes (#3087)
1 parent 45fa822 commit c7eb531

File tree

6 files changed

+50
-0
lines changed

6 files changed

+50
-0
lines changed

en/TOC-tidb-operator-releases.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [2.0 GA](releases/release-2.0.0.md)
66
- [2.0.0-beta.0](releases/release-2.0.0-beta.0.md)
77
- v1.6
8+
- [1.6.5](releases/release-1.6.5.md)
89
- [1.6.4](releases/release-1.6.4.md)
910
- [1.6.3](releases/release-1.6.3.md)
1011
- [1.6.2](releases/release-1.6.2.md)

en/releases/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This document lists all released TiDB Operator versions, sorted by version numbe
1616

1717
## 1.6
1818

19+
- [1.6.5](release-1.6.5.md): 2026-02-06
1920
- [1.6.4](release-1.6.4.md): 2025-12-02
2021
- [1.6.3](release-1.6.3.md): 2025-07-18
2122
- [1.6.2](release-1.6.2.md): 2025-07-14

en/releases/release-1.6.5.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: TiDB Operator 1.6.5 Release Notes
3+
summary: Learn about new features, improvements, and bug fixes in TiDB Operator 1.6.5.
4+
---
5+
6+
# TiDB Operator 1.6.5 Release Notes
7+
8+
Release date: February 6, 2026
9+
10+
TiDB Operator version: 1.6.5
11+
12+
## New features
13+
14+
- 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))
15+
16+
## Improvements
17+
18+
- 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))
19+
20+
## Bug fixes
21+
22+
- 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))
23+
- 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))

zh/TOC-tidb-operator-releases.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [2.0 GA](releases/release-2.0.0.md)
66
- [2.0.0-beta.0](releases/release-2.0.0-beta.0.md)
77
- v1.6
8+
- [1.6.5](releases/release-1.6.5.md)
89
- [1.6.4](releases/release-1.6.4.md)
910
- [1.6.3](releases/release-1.6.3.md)
1011
- [1.6.2](releases/release-1.6.2.md)

zh/releases/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ summary: 介绍 TiDB Operator 版本发布历史。
1616

1717
## 1.6
1818

19+
- [1.6.5](release-1.6.5.md): 2026-02-06
1920
- [1.6.4](release-1.6.4.md): 2025-12-02
2021
- [1.6.3](release-1.6.3.md): 2025-07-18
2122
- [1.6.2](release-1.6.2.md): 2025-07-14

zh/releases/release-1.6.5.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: TiDB Operator 1.6.5 Release Notes
3+
summary: 了解 TiDB Operator 1.6.5 版本的新功能、优化提升,以及 Bug 修复。
4+
---
5+
6+
# TiDB Operator 1.6.5 Release Notes
7+
8+
发布日期:2026 年 2 月 6 日
9+
10+
TiDB Operator 版本:1.6.5
11+
12+
## 新功能
13+
14+
- 支持为 TiDBCluster 组件配置 `VolumeAttributesClass`,允许动态管理卷属性,例如 IOPS 和吞吐量 ([#6568](https://github.com/pingcap/tidb-operator/pull/6568), [@WangLe1321](https://github.com/WangLe1321))
15+
16+
## 优化提升
17+
18+
- 将备份相关脚本的 shell 解释器从 `sh` 更改为 `bash`,以增强脚本的兼容性并支持 Bash 特有语法 ([#6618](https://github.com/pingcap/tidb-operator/pull/6618), [@liubog2008](https://github.com/liubog2008))
19+
20+
## Bug 修复
21+
22+
- 修复当 etcd 中找不到日志备份任务时,控制器会无限重试的问题。修复后,如果出现此情况,`Backup` CR 的状态会被更新为 `Failed` ([#6630](https://github.com/pingcap/tidb-operator/pull/6630), [@RidRisR](https://github.com/RidRisR))
23+
- 修复与部分 Kubernetes 版本(如 v1.33)的兼容性问题,避免 TiDB Operator 在每个同步周期内重复尝试创建已存在的资源 ([#6653](https://github.com/pingcap/tidb-operator/pull/6653), [@cicada-lewis](https://github.com/cicada-lewis))

0 commit comments

Comments
 (0)