From 709071cc6c4158ebc0e091ecb940ac0448b82dad Mon Sep 17 00:00:00 2001 From: csuzhangxc Date: Thu, 19 Oct 2023 09:10:14 +0000 Subject: [PATCH] add a release note --- en/releases/release-1.5.1.md | 1 + zh/releases/release-1.5.1.md | 1 + 2 files changed, 2 insertions(+) diff --git a/en/releases/release-1.5.1.md b/en/releases/release-1.5.1.md index 20cc22478..dd7001303 100644 --- a/en/releases/release-1.5.1.md +++ b/en/releases/release-1.5.1.md @@ -18,3 +18,4 @@ TiDB Operator version: 1.5.1 - Fix errors from PVC modifier when a manual TiKV eviction is requested ([#5302](https://github.com/pingcap/tidb-operator/pull/5302), [@anish-db](https://github.com/anish-db)) - Fix a deadlock in TiDB Operator casued by the TiKV eviction when a volume replacement is ongoing ([#5301](https://github.com/pingcap/tidb-operator/pull/5301), [@anish-db](https://github.com/anish-db)) +- Fix the issue that TidbCluster can't be rolled back when upgrading ([#5345](https://github.com/pingcap/tidb-operator/pull/5345), [@anish-db](https://github.com/anish-db)) diff --git a/zh/releases/release-1.5.1.md b/zh/releases/release-1.5.1.md index f9fc902ee..ea82c7225 100644 --- a/zh/releases/release-1.5.1.md +++ b/zh/releases/release-1.5.1.md @@ -18,3 +18,4 @@ TiDB Operator 版本:1.5.1 - 修复手动触发 TiKV eviction 时 PVC Modifier 报错的问题 ([#5302](https://github.com/pingcap/tidb-operator/pull/5302), [@anish-db](https://github.com/anish-db)) - 修复替换 TiKV volume 过程中再触发 TiKV eviction 时可能造成 TiDB Operator reconcile 死锁的问题 ([#5301](https://github.com/pingcap/tidb-operator/pull/5301), [@anish-db](https://github.com/anish-db)) +- 修复 TidbCluster 在 Upgrade 过程中可能无法回滚的问题 ([#5345](https://github.com/pingcap/tidb-operator/pull/5345), [@anish-db](https://github.com/anish-db))