Skip to content
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

en,zh: add v1.5.4 release notes #2620

Merged
merged 9 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from 7 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.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
- [1.6 GA](releases/release-1.6.0.md)
- [1.6.0-beta.1](releases/release-1.6.0-beta.1.md)
- v1.5
- [1.5.4](releases/release-1.5.4.md)
- [1.5.3](releases/release-1.5.3.md)
- [1.5.2](releases/release-1.5.2.md)
- [1.5.1](releases/release-1.5.1.md)
Expand Down
24 changes: 24 additions & 0 deletions en/releases/release-1.5.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: TiDB Operator 1.5.4 Release Notes
summary: Learn about new features and bug fixes in TiDB Operator 1.5.4.
csuzhangxc marked this conversation as resolved.
Show resolved Hide resolved
---

# TiDB Operator 1.5.4 Release Notes

Release date: September 13, 2024

TiDB Operator version: 1.5.4

## Improvements

- 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))
- EBS snapshot restore supports configuring whether to terminate the entire restore task immediately if volume warmup fails ([#5622](https://github.com/pingcap/tidb-operator/pull/5622), [@michaelmdeng](https://github.com/michaelmdeng))
- When using the `check-wal-only` warmup strategy, EBS snapshot restore marks the entire restore task as failed if warmup fails ([#5621](https://github.com/pingcap/tidb-operator/pull/5621), [@michaelmdeng](https://github.com/michaelmdeng))

csuzhangxc marked this conversation as resolved.
Show resolved Hide resolved
## Bug fixes

- Fix the issue that tidb-backup-manager cannot parse backup file storage size in BR backupmeta v2 ([#5411](https://github.com/pingcap/tidb-operator/pull/5411), [@Leavrth](https://github.com/Leavrth))
csuzhangxc marked this conversation as resolved.
Show resolved Hide resolved
- Fix a potential EBS volume leak issue when EBS snapshot restore fails ([#5634](https://github.com/pingcap/tidb-operator/pull/5634), [@WangLe1321](https://github.com/WangLe1321))
csuzhangxc marked this conversation as resolved.
Show resolved Hide resolved
- Fix the issue that metrics are not properly initialized after federated manager restarts ([#5637](https://github.com/pingcap/tidb-operator/pull/5637), [@wxiaomou](https://github.com/wxiaomou))
- Fix the issue that EBS snapshot restore does not fail 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))
csuzhangxc marked this conversation as resolved.
Show resolved Hide resolved
1 change: 1 addition & 0 deletions zh/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
- [1.6 GA](releases/release-1.6.0.md)
- [1.6.0-beta.1](releases/release-1.6.0-beta.1.md)
- v1.5
- [1.5.4](releases/release-1.5.4.md)
- [1.5.3](releases/release-1.5.3.md)
- [1.5.2](releases/release-1.5.2.md)
- [1.5.1](releases/release-1.5.1.md)
Expand Down
24 changes: 24 additions & 0 deletions zh/releases/release-1.5.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: TiDB Operator 1.5.4 Release Notes
summary: 了解 TiDB Operator 1.5.4 版本的新功能和 Bug 修复。
csuzhangxc marked this conversation as resolved.
Show resolved Hide resolved
---

# TiDB Operator 1.5.4 Release Notes

发布日期:2024 年 9 月 13 日

TiDB Operator 版本:1.5.4

## 优化提升

- 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))
- EBS 快照恢复支持设定某个卷 warmup 失败时是否立即终止整个恢复任务 ([#5622](https://github.com/pingcap/tidb-operator/pull/5622), [@michaelmdeng](https://github.com/michaelmdeng))
- EBS 快照恢复在使用 `check-wal-only` 策略时,如果 warmup 失败,整个恢复任务将被设置为失败 ([#5621](https://github.com/pingcap/tidb-operator/pull/5621), [@michaelmdeng](https://github.com/michaelmdeng))

csuzhangxc marked this conversation as resolved.
Show resolved Hide resolved
## Bug 修复

- 修复 tidb-backup-manager 无法解析 BR backupmeta v2 中备份文件存储大小的问题 ([#5411](https://github.com/pingcap/tidb-operator/pull/5411), [@Leavrth](https://github.com/Leavrth))
csuzhangxc marked this conversation as resolved.
Show resolved Hide resolved
csuzhangxc marked this conversation as resolved.
Show resolved Hide resolved
- 修复 EBS snapshot restore 失败时,EBS 卷可能泄露的问题 ([#5634](https://github.com/pingcap/tidb-operator/pull/5634), [@WangLe1321](https://github.com/WangLe1321))
- 修复 Federated manager 重启后,未正确初始化相关的 metrics 指标的问题 ([#5637](https://github.com/pingcap/tidb-operator/pull/5637), [@wxiaomou](https://github.com/wxiaomou))
- 修复没有配置 TiKV 节点或者 TiKV replica 为 0 的时,EBS Snapshot 未能失败终止的问题 ([#5659](https://github.com/pingcap/tidb-operator/pull/5659), [@BornChanger](https://github.com/BornChanger))
csuzhangxc marked this conversation as resolved.
Show resolved Hide resolved