Skip to content

Commit

Permalink
en,zh: add v1.6.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc committed Nov 27, 2024
1 parent 90805c1 commit b11d877
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions en/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
- [PingCAP Clinic Diagnostic Data](clinic-data-collection.md)
- Release Notes
- v1.6
- [1.6.1](releases/release-1.6.1.md)
- [1.6 GA](releases/release-1.6.0.md)
- [1.6.0-beta.1](releases/release-1.6.0-beta.1.md)
- v1.5
Expand Down
28 changes: 28 additions & 0 deletions en/releases/release-1.6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: TiDB Operator 1.6.1 Release Notes
summary: Learn about new features, improvements, and bug fixes in TiDB Operator 1.6.1.
---

# TiDB Operator 1.6.1 Release Notes

Release date: Dec 6, 2024

TiDB Operator version: 1.6.1

## New features

- Support Backup & Restore using Azure blob storage SAS token authentication ([#5720](https://github.com/pingcap/tidb-operator/pull/5720), [@tennix](https://github.com/tennix))
- VolumeReplace feature supports TiFlash ([#5685](https://github.com/pingcap/tidb-operator/pull/5685), [@rajsuvariya](https://github.com/rajsuvariya))

## Improvements

- VolumeModify feature no longer performs evict leader operations for TiKV to shorten the modification time ([#5826](https://github.com/pingcap/tidb-operator/pull/5826), [@csuzhangxc](https://github.com/csuzhangxc))
- Support specifying the minimum wait time during the rolling update of PD Pods through annotations ([#5827](https://github.com/pingcap/tidb-operator/pull/5827), [@csuzhangxc](https://github.com/csuzhangxc))
- The VolumeReplace feature supports customizing the number of spare replicas for PD and TiKV ([#5666](https://github.com/pingcap/tidb-operator/pull/5666), [@anish-db](https://github.com/anish-db))
- The VolumeReplace feature can be enabled for specific TiDB clusters ([#5670](https://github.com/pingcap/tidb-operator/pull/5670), [@rajsuvariya](https://github.com/rajsuvariya))
- Optimized the PD microservice transfer primary logic to reduce the number of transfer primary operations during component updates ([#5643](https://github.com/pingcap/tidb-operator/pull/5643), [@HuSharp](https://github.com/HuSharp))

## Bug fixes

- Fix the issue that EBS snapshot restore incorrectly succeeds when no TiKV instances are configured or TiKV replica is set to 0 ([#5659](https://github.com/pingcap/tidb-operator/pull/5659), [@BornChanger](https://github.com/BornChanger))
- Fix the issue that the ClusterRole/ClusterRoleBinding corresponding to TidbMonitor monitoring multiple TiDB clusters across namespaces was not properly cleaned up after deletion ([#5956](https://github.com/pingcap/tidb-operator/pull/5956), [@csuzhangxc](https://github.com/csuzhangxc))
1 change: 1 addition & 0 deletions zh/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
- [PingCAP Clinic 数据采集范围说明](clinic-data-collection.md)
- 版本发布历史
- v1.6
- [1.6.1](releases/release-1.6.1.md)
- [1.6 GA](releases/release-1.6.0.md)
- [1.6.0-beta.1](releases/release-1.6.0-beta.1.md)
- v1.5
Expand Down
28 changes: 28 additions & 0 deletions zh/releases/release-1.6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: TiDB Operator 1.6.1 Release Notes
summary: 了解 TiDB Operator 1.6.1 版本的新功能、优化提升,以及 Bug 修复。
---

# TiDB Operator 1.6.1 Release Notes

发布日期: 2024 年 12 月 6 日

TiDB Operator 版本:1.6.1

## 新功能

- 备份和恢复支持使用 Azure Blob 存储 SAS 令牌认证 ([#5720](https://github.com/pingcap/tidb-operator/pull/5720), [@tennix](https://github.com/tennix))
- VolumeReplace 功能支持 TiFlash 组件 ([#5685](https://github.com/pingcap/tidb-operator/pull/5685), [@rajsuvariya](https://github.com/rajsuvariya))

## 优化提升

- VolumeModify 功能不再对 TiKV 执行 evict leader 操作以缩短变更时间 ([#5826](https://github.com/pingcap/tidb-operator/pull/5826), [@csuzhangxc](https://github.com/csuzhangxc))
- 支持通过 annotation 指定滚动更新 PD Pod 过程中的最小等待时间 ([#5827](https://github.com/pingcap/tidb-operator/pull/5827), [@csuzhangxc](https://github.com/csuzhangxc))
- VolumeReplace 功能支持为 PD 和 TiKV 自定义备用副本数量 ([#5666](https://github.com/pingcap/tidb-operator/pull/5666), [@anish-db](https://github.com/anish-db))
- VolumeReplace 功能支持仅为特定 TiDB 集群开启 ([#5670](https://github.com/pingcap/tidb-operator/pull/5670), [@rajsuvariya](https://github.com/rajsuvariya))
- 优化 PD 微服务 transfer primary 逻辑,减少组件更新时 transfer primary 的次数 ([#5643](https://github.com/pingcap/tidb-operator/pull/5643), [@HuSharp](https://github.com/HuSharp))

## Bug 修复

- 修复在没有配置 TiKV 节点或者 TiKV 副本数为 0 时,EBS 快照恢复错误地显示为成功的问题 ([#5659](https://github.com/pingcap/tidb-operator/pull/5659), [@BornChanger](https://github.com/BornChanger))
- 修复跨 namespace 监控多套 TiDB 集群的 TidbMonitor 在删除后对应的 ClusterRole/ClusterRolebinding 未被正常清理的问题 ([#5956](https://github.com/pingcap/tidb-operator/pull/5956), [@csuzhangxc](https://github.com/csuzhangxc))

0 comments on commit b11d877

Please sign in to comment.