Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions en/TOC-tidb-operator-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [2.0 GA](releases/release-2.0.0.md)
- [2.0.0-beta.0](releases/release-2.0.0-beta.0.md)
- v1.6
- [1.6.5](releases/release-1.6.5.md)
- [1.6.4](releases/release-1.6.4.md)
- [1.6.3](releases/release-1.6.3.md)
- [1.6.2](releases/release-1.6.2.md)
Expand Down
1 change: 1 addition & 0 deletions en/releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This document lists all released TiDB Operator versions, sorted by version numbe

## 1.6

- [1.6.5](release-1.6.5.md): 2026-02-06
- [1.6.4](release-1.6.4.md): 2025-12-02
- [1.6.3](release-1.6.3.md): 2025-07-18
- [1.6.2](release-1.6.2.md): 2025-07-14
Expand Down
23 changes: 23 additions & 0 deletions en/releases/release-1.6.5.md
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: February 6, 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))
1 change: 1 addition & 0 deletions zh/TOC-tidb-operator-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [2.0 GA](releases/release-2.0.0.md)
- [2.0.0-beta.0](releases/release-2.0.0-beta.0.md)
- v1.6
- [1.6.5](releases/release-1.6.5.md)
- [1.6.4](releases/release-1.6.4.md)
- [1.6.3](releases/release-1.6.3.md)
- [1.6.2](releases/release-1.6.2.md)
Expand Down
1 change: 1 addition & 0 deletions zh/releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ summary: 介绍 TiDB Operator 版本发布历史。

## 1.6

- [1.6.5](release-1.6.5.md): 2026-02-06
- [1.6.4](release-1.6.4.md): 2025-12-02
- [1.6.3](release-1.6.3.md): 2025-07-18
- [1.6.2](release-1.6.2.md): 2025-07-14
Expand Down
23 changes: 23 additions & 0 deletions zh/releases/release-1.6.5.md
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 年 2 月 6 日

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))