From 25212ca35beea3b07b7830275bdaeec07d392c01 Mon Sep 17 00:00:00 2001 From: csuzhangxc Date: Wed, 18 Oct 2023 07:46:57 +0000 Subject: [PATCH 1/7] en,zh: add v1.5.1 release notes --- en/TOC.md | 1 + en/releases/release-1.5.1.md | 20 ++++++++++++++++++++ zh/TOC.md | 1 + zh/releases/release-1.5.1.md | 20 ++++++++++++++++++++ 4 files changed, 42 insertions(+) create mode 100644 en/releases/release-1.5.1.md create mode 100644 zh/releases/release-1.5.1.md diff --git a/en/TOC.md b/en/TOC.md index b92eb5abd..eb8c783f4 100644 --- a/en/TOC.md +++ b/en/TOC.md @@ -126,6 +126,7 @@ - [PingCAP Clinic Diagnostic Data](clinic-data-collection.md) - Release Notes - v1.5 + - [1.5.1](releases/release-1.5.1.md) - [1.5 GA](releases/release-1.5.0.md) - [1.5.0-beta.1](releases/release-1.5.0-beta.1.md) - v1.4 diff --git a/en/releases/release-1.5.1.md b/en/releases/release-1.5.1.md new file mode 100644 index 000000000..20cc22478 --- /dev/null +++ b/en/releases/release-1.5.1.md @@ -0,0 +1,20 @@ +--- +title: TiDB Operator 1.5.1 Release Notes +--- + +# TiDB Operator 1.5.1 Release Notes + +Release date: October 20, 2023 + +TiDB Operator version: 1.5.1 + +## New features + +- Support replacing volumes for PD, TiKV and TiDB ([#5150](https://github.com/pingcap/tidb-operator/pull/5150), [@anish-db](https://github.com/anish-db)) + +## Improvements + +## Bug fixes + +- 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)) diff --git a/zh/TOC.md b/zh/TOC.md index 423a2c3b5..34ea3dc65 100644 --- a/zh/TOC.md +++ b/zh/TOC.md @@ -126,6 +126,7 @@ - [PingCAP Clinic 数据采集范围说明](clinic-data-collection.md) - 版本发布历史 - v1.5 + - [1.5.1](releases/release-1.5.1.md) - [1.5 GA](releases/release-1.5.0.md) - [1.5.0-beta.1](releases/release-1.5.0-beta.1.md) - v1.4 diff --git a/zh/releases/release-1.5.1.md b/zh/releases/release-1.5.1.md new file mode 100644 index 000000000..f9fc902ee --- /dev/null +++ b/zh/releases/release-1.5.1.md @@ -0,0 +1,20 @@ +--- +title: TiDB Operator 1.5.1 Release Notes +--- + +# TiDB Operator 1.5.1 Release Notes + +发布日期: 2023 年 10 月 20 日 + +TiDB Operator 版本:1.5.1 + +## 新功能 + +- 支持替换 PD、TiKV 以及 TiDB 所使用的 volume ([#5150](https://github.com/pingcap/tidb-operator/pull/5150), [@anish-db](https://github.com/anish-db)) + +## 优化提升 + +## Bug 修复 + +- 修复手动触发 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)) From a2d5a3e54858a56ec36e7ccf7e47184654199e3e Mon Sep 17 00:00:00 2001 From: csuzhangxc Date: Thu, 19 Oct 2023 09:10:14 +0000 Subject: [PATCH 2/7] 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)) From b680f417e92e22f9ced97f929f2244cd5f158c39 Mon Sep 17 00:00:00 2001 From: Xuecheng Zhang Date: Fri, 20 Oct 2023 13:20:42 +0800 Subject: [PATCH 3/7] Apply suggestions from code review Co-authored-by: Ran --- en/releases/release-1.5.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/releases/release-1.5.1.md b/en/releases/release-1.5.1.md index dd7001303..471bd5710 100644 --- a/en/releases/release-1.5.1.md +++ b/en/releases/release-1.5.1.md @@ -10,12 +10,12 @@ TiDB Operator version: 1.5.1 ## New features -- Support replacing volumes for PD, TiKV and TiDB ([#5150](https://github.com/pingcap/tidb-operator/pull/5150), [@anish-db](https://github.com/anish-db)) +- Support replacing volumes for PD, TiKV, and TiDB ([#5150](https://github.com/pingcap/tidb-operator/pull/5150), [@anish-db](https://github.com/anish-db)) ## Improvements ## Bug fixes - 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)) +- Fix a deadlock issue in TiDB Operator caused 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 may be able to roll back during the upgrade process ([#5345](https://github.com/pingcap/tidb-operator/pull/5345), [@anish-db](https://github.com/anish-db)) From 62ada84610ddddf0a2f076c1e92bdf2d6b932da9 Mon Sep 17 00:00:00 2001 From: csuzhangxc Date: Fri, 20 Oct 2023 05:22:38 +0000 Subject: [PATCH 4/7] en: append a note --- en/releases/release-1.5.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/releases/release-1.5.1.md b/en/releases/release-1.5.1.md index 471bd5710..ab7264e63 100644 --- a/en/releases/release-1.5.1.md +++ b/en/releases/release-1.5.1.md @@ -19,3 +19,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 issue in TiDB Operator caused 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 may be able to roll back during the upgrade process ([#5345](https://github.com/pingcap/tidb-operator/pull/5345), [@anish-db](https://github.com/anish-db)) +- Fix the problem of MaxReservedTime doesn't work for scheduled backup ([#5147](https://github.com/pingcap/tidb-operator/pull/5147), [@BornChanger](https://github.com/BornChanger)) From 9f8158631c9b00c684b69eda658952fe17604c76 Mon Sep 17 00:00:00 2001 From: Xuecheng Zhang Date: Fri, 20 Oct 2023 13:57:13 +0800 Subject: [PATCH 5/7] Update zh/releases/release-1.5.1.md Co-authored-by: BornChanger <97348524+BornChanger@users.noreply.github.com> --- zh/releases/release-1.5.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/zh/releases/release-1.5.1.md b/zh/releases/release-1.5.1.md index ea82c7225..35b23cc88 100644 --- a/zh/releases/release-1.5.1.md +++ b/zh/releases/release-1.5.1.md @@ -19,3 +19,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)) +- 修复 MaxReservedTime 选项没有被 backup schedule gc 使用的问题 [#5147](https://github.com/pingcap/tidb-operator/pull/5147), [@BornChanger](https://github.com/BornChanger)) From f4c3fe8bb54271a5bef072d7edd5c2d97e413d57 Mon Sep 17 00:00:00 2001 From: csuzhangxc Date: Fri, 20 Oct 2023 06:08:01 +0000 Subject: [PATCH 6/7] fix PR num --- en/releases/release-1.5.1.md | 2 +- zh/releases/release-1.5.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/releases/release-1.5.1.md b/en/releases/release-1.5.1.md index ab7264e63..04f6e5c4d 100644 --- a/en/releases/release-1.5.1.md +++ b/en/releases/release-1.5.1.md @@ -19,4 +19,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 issue in TiDB Operator caused 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 may be able to roll back during the upgrade process ([#5345](https://github.com/pingcap/tidb-operator/pull/5345), [@anish-db](https://github.com/anish-db)) -- Fix the problem of MaxReservedTime doesn't work for scheduled backup ([#5147](https://github.com/pingcap/tidb-operator/pull/5147), [@BornChanger](https://github.com/BornChanger)) +- Fix the problem of MaxReservedTime doesn't work for scheduled backup ([#5148](https://github.com/pingcap/tidb-operator/pull/5148), [@BornChanger](https://github.com/BornChanger)) diff --git a/zh/releases/release-1.5.1.md b/zh/releases/release-1.5.1.md index 35b23cc88..376429caa 100644 --- a/zh/releases/release-1.5.1.md +++ b/zh/releases/release-1.5.1.md @@ -19,4 +19,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)) -- 修复 MaxReservedTime 选项没有被 backup schedule gc 使用的问题 [#5147](https://github.com/pingcap/tidb-operator/pull/5147), [@BornChanger](https://github.com/BornChanger)) +- 修复 MaxReservedTime 选项没有被 backup schedule gc 使用的问题 [#5148](https://github.com/pingcap/tidb-operator/pull/5148), [@BornChanger](https://github.com/BornChanger)) From 03d0ab18525d430a5f675302bedc83e628b625b6 Mon Sep 17 00:00:00 2001 From: Ran Date: Fri, 20 Oct 2023 17:31:29 +0800 Subject: [PATCH 7/7] Update en/releases/release-1.5.1.md --- en/releases/release-1.5.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/releases/release-1.5.1.md b/en/releases/release-1.5.1.md index 04f6e5c4d..031c9606b 100644 --- a/en/releases/release-1.5.1.md +++ b/en/releases/release-1.5.1.md @@ -19,4 +19,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 issue in TiDB Operator caused 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 may be able to roll back during the upgrade process ([#5345](https://github.com/pingcap/tidb-operator/pull/5345), [@anish-db](https://github.com/anish-db)) -- Fix the problem of MaxReservedTime doesn't work for scheduled backup ([#5148](https://github.com/pingcap/tidb-operator/pull/5148), [@BornChanger](https://github.com/BornChanger)) +- Fix the issue that the `MaxReservedTime` option does not work for scheduled backup ([#5148](https://github.com/pingcap/tidb-operator/pull/5148), [@BornChanger](https://github.com/BornChanger))