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.5 release notes #2673

Merged
merged 4 commits into from
Jan 21, 2025
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.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,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.5](releases/release-1.5.5.md)
- [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)
Expand Down
20 changes: 20 additions & 0 deletions en/releases/release-1.5.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: TiDB Operator 1.5.5 Release Notes
summary: Learn about new features and improvements in TiDB Operator 1.5.5.
---

# TiDB Operator 1.5.5 Release Notes

Release date: January 21, 2025

TiDB Operator version: 1.5.5

## New features

- Add a more straightforward interface for Log Backup that supports pausing and resuming backup tasks ([#5710](https://github.com/pingcap/tidb-operator/pull/5710), [@RidRisR](https://github.com/RidRisR))
- Support deleting Log Backup tasks by removing their associated Backup custom resource (CR) ([#5754](https://github.com/pingcap/tidb-operator/pull/5754), [@RidRisR](https://github.com/RidRisR))

## Improvements

- The VolumeModify feature no longer performs leader eviction for TiKV, reducing modification time ([#5826](https://github.com/pingcap/tidb-operator/pull/5826), [@csuzhangxc](https://github.com/csuzhangxc))
- Support specifying the minimum wait time during PD Pod rolling updates by using annotations ([#5827](https://github.com/pingcap/tidb-operator/pull/5827), [@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 @@ -129,6 +129,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.5](releases/release-1.5.5.md)
- [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)
Expand Down
20 changes: 20 additions & 0 deletions zh/releases/release-1.5.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: TiDB Operator 1.5.5 Release Notes
summary: 了解 TiDB Operator 1.5.5 版本的新功能和优化提升。
---

# TiDB Operator 1.5.5 Release Notes

发布日期:2025 年 1 月 21 日

TiDB Operator 版本:1.5.5

## 新功能

- 日志备份功能新增一个更直观的接口,支持暂停和恢复日志备份任务 ([#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 功能不再对 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))
Loading