Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aolin <[email protected]>
  • Loading branch information
csuzhangxc and Oreoxmt authored Dec 11, 2024
1 parent 4eb99c7 commit c527b58
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions zh/releases/release-1.6.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ TiDB Operator 版本:1.6.1

## 新功能

- 备份和恢复支持使用 Azure Blob 存储 SAS 令牌认证 ([#5720](https://github.com/pingcap/tidb-operator/pull/5720), [@tennix](https://github.com/tennix))
- 备份与恢复功能支持使用 Azure Blob Storage 的共享访问签名 (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))
- 日志备份功能增加了一个更直观的接口,支持暂停和恢复功能 ([#5710](https://github.com/pingcap/tidb-operator/pull/5710), [@RidRisR](https://github.com/RidRisR))
- 日志备份功能新增一个更直观的接口,支持暂停和恢复日志备份任务 ([#5710](https://github.com/pingcap/tidb-operator/pull/5710), [@RidRisR](https://github.com/RidRisR))
- 日志备份功能支持通过直接删除 CR 停止备份任务 ([#5754](https://github.com/pingcap/tidb-operator/pull/5754), [@RidRisR](https://github.com/RidRisR))
- VolumeModify 功能支持修改 Premium SSD v2 磁盘。使用该功能时需要通过 node 或 pod 授予 tidb-controller-manager 操作 Azure Disk 的权限 ([#5958](https://github.com/pingcap/tidb-operator/pull/5958), [@handlerww](https://github.com/handlerww))
- VolumeModify 功能支持修改 Premium SSD v2 磁盘。使用该功能时需要通过 node 或 Pod 授予 tidb-controller-manager 操作 Azure Disk 的权限 ([#5958](https://github.com/pingcap/tidb-operator/pull/5958), [@handlerww](https://github.com/handlerww))

## 优化提升

- 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))
- 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))
Expand All @@ -29,5 +29,5 @@ TiDB Operator 版本:1.6.1
## 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))
- 修复在跨命名空间监控多个 TiDB 集群时,删除 `TidbMonitor` 后,相关的 ClusterRoleClusterRolebinding 未被正确清理的问题 ([#5956](https://github.com/pingcap/tidb-operator/pull/5956), [@csuzhangxc](https://github.com/csuzhangxc))
- 修复 `TidbMonitor``.spec.prometheus.remoteWrite.remoteTimeout` 类型不匹配的问题 ([#5734](https://github.com/pingcap/tidb-operator/pull/5734), [@IMMORTALxJO](https://github.com/IMMORTALxJO))

0 comments on commit c527b58

Please sign in to comment.