From 3f05fc685cabfcd21bf852b43799c1ee5cfb64c6 Mon Sep 17 00:00:00 2001 From: csuzhangxc Date: Tue, 16 Apr 2024 07:43:22 +0000 Subject: [PATCH 1/3] en,zh: add v1.5.3 release notes --- en/TOC.md | 1 + en/releases/release-1.5.3.md | 20 ++++++++++++++++++++ zh/TOC.md | 1 + zh/releases/release-1.5.3.md | 20 ++++++++++++++++++++ 4 files changed, 42 insertions(+) create mode 100644 en/releases/release-1.5.3.md create mode 100644 zh/releases/release-1.5.3.md diff --git a/en/TOC.md b/en/TOC.md index 196762306..192a50dde 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.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) - [1.5 GA](releases/release-1.5.0.md) diff --git a/en/releases/release-1.5.3.md b/en/releases/release-1.5.3.md new file mode 100644 index 000000000..3b389a5ac --- /dev/null +++ b/en/releases/release-1.5.3.md @@ -0,0 +1,20 @@ +--- +title: TiDB Operator 1.5.3 Release Notes +--- + +# TiDB Operator 1.5.3 Release Notes + +Release date: April 18, 2024 + +TiDB Operator version: 1.5.3 + +## New features + +- Support setting `livenessProbe` and `readinessProbe` for the Discovery component ([#5565](https://github.com/pingcap/tidb-operator/pull/5565), [@csuzhangxc](https://github.com/csuzhangxc)) +- Support setting `nodeSelector` for the TidbInitializer component ([#5594](https://github.com/pingcap/tidb-operator/pull/5594), [@csuzhangxc](https://github.com/csuzhangxc)) + +## Bug fixes + +- Fix the issue that components may be restarted when modifing the storage size of them with `configUpdateStrategy` set to `InPlace` ([#5602](https://github.com/pingcap/tidb-operator/pull/5602), [@ideascf](https://github.com/ideascf))) +- Fix the issue that the `tikv-min-ready-seconds` check is not performed on the last TiKV Pod during a rolling restart of TiKV ([#5544](https://github.com/pingcap/tidb-operator/pull/5544), [@wangz1x](https://github.com/wangz1x)) +- Fix the issue that the TiDB cluster cannot start when only non-`cluster.local` clusterDomain TLS certificates are available ([#5560](https://github.com/pingcap/tidb-operator/pull/5560), [@csuzhangxc](https://github.com/csuzhangxc)) diff --git a/zh/TOC.md b/zh/TOC.md index 3d97b09d0..4deecad57 100644 --- a/zh/TOC.md +++ b/zh/TOC.md @@ -126,6 +126,7 @@ - [PingCAP Clinic 数据采集范围说明](clinic-data-collection.md) - 版本发布历史 - v1.5 + - [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) - [1.5 GA](releases/release-1.5.0.md) diff --git a/zh/releases/release-1.5.3.md b/zh/releases/release-1.5.3.md new file mode 100644 index 000000000..818e0d4e9 --- /dev/null +++ b/zh/releases/release-1.5.3.md @@ -0,0 +1,20 @@ +--- +title: TiDB Operator 1.5.3 Release Notes +--- + +# TiDB Operator 1.5.3 Release Notes + +发布日期:2024 年 4 月 18 日 + +TiDB Operator 版本:1.5.3 + +## 新功能 + +- 支持为 Discovery 组件设置 `livenessProbe` 与 `readinessProbe` ([#5565](https://github.com/pingcap/tidb-operator/pull/5565), [@csuzhangxc](https://github.com/csuzhangxc)) +- 支持为 TidbInitializer 组件设置 `nodeSelector` ([#5594](https://github.com/pingcap/tidb-operator/pull/5594), [@csuzhangxc](https://github.com/csuzhangxc)) + +## Bug 修复 + +- 修复 `configUpdateStrategy` 设置为 `InPlace` 时,调整组件 Storage Size 可能造成组件重启的问题 ([#5602](https://github.com/pingcap/tidb-operator/pull/5602), [@ideascf](https://github.com/ideascf))) +- 修复滚动重启 TiKV 时,没有对最后一个 TiKV Pod 执行 `tikv-min-ready-seconds` 检查的问题 ([#5544](https://github.com/pingcap/tidb-operator/pull/5544), [@wangz1x](https://github.com/wangz1x))) +- 修复仅能使用非 `cluster.local` clusterDomain 的 TLS 证书时 TiDB 集群无法启动的问题 ([#5560](https://github.com/pingcap/tidb-operator/pull/5560), [@csuzhangxc](https://github.com/csuzhangxc)) From 8967dd80a5661cfe6634c3026aff2ed79ab460d3 Mon Sep 17 00:00:00 2001 From: Xuecheng Zhang Date: Wed, 17 Apr 2024 15:21:23 +0800 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Aolin --- en/releases/release-1.5.3.md | 1 + zh/releases/release-1.5.3.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/en/releases/release-1.5.3.md b/en/releases/release-1.5.3.md index 3b389a5ac..f53a2b5e0 100644 --- a/en/releases/release-1.5.3.md +++ b/en/releases/release-1.5.3.md @@ -1,5 +1,6 @@ --- title: TiDB Operator 1.5.3 Release Notes +summary: Learn about new features and bug fixes in TiDB Operator 1.5.3. --- # TiDB Operator 1.5.3 Release Notes diff --git a/zh/releases/release-1.5.3.md b/zh/releases/release-1.5.3.md index 818e0d4e9..16333d2f0 100644 --- a/zh/releases/release-1.5.3.md +++ b/zh/releases/release-1.5.3.md @@ -1,5 +1,6 @@ --- title: TiDB Operator 1.5.3 Release Notes +summary: 了解 TiDB Operator 1.5.3 版本的新功能和 Bug 修复。 --- # TiDB Operator 1.5.3 Release Notes @@ -15,6 +16,6 @@ TiDB Operator 版本:1.5.3 ## Bug 修复 -- 修复 `configUpdateStrategy` 设置为 `InPlace` 时,调整组件 Storage Size 可能造成组件重启的问题 ([#5602](https://github.com/pingcap/tidb-operator/pull/5602), [@ideascf](https://github.com/ideascf))) -- 修复滚动重启 TiKV 时,没有对最后一个 TiKV Pod 执行 `tikv-min-ready-seconds` 检查的问题 ([#5544](https://github.com/pingcap/tidb-operator/pull/5544), [@wangz1x](https://github.com/wangz1x))) +- 修复 `configUpdateStrategy` 设置为 `InPlace` 时,调整组件 Storage Size 可能导致组件重启的问题 ([#5602](https://github.com/pingcap/tidb-operator/pull/5602), [@ideascf](https://github.com/ideascf)) +- 修复滚动重启 TiKV 时,没有对最后一个 TiKV Pod 执行 `tikv-min-ready-seconds` 检查的问题 ([#5544](https://github.com/pingcap/tidb-operator/pull/5544), [@wangz1x](https://github.com/wangz1x)) - 修复仅能使用非 `cluster.local` clusterDomain 的 TLS 证书时 TiDB 集群无法启动的问题 ([#5560](https://github.com/pingcap/tidb-operator/pull/5560), [@csuzhangxc](https://github.com/csuzhangxc)) From 478ba55ae13a40507b85d5331fcf5594763cad7f Mon Sep 17 00:00:00 2001 From: Xuecheng Zhang Date: Wed, 17 Apr 2024 15:22:35 +0800 Subject: [PATCH 3/3] Update en/releases/release-1.5.3.md Co-authored-by: Aolin --- en/releases/release-1.5.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/releases/release-1.5.3.md b/en/releases/release-1.5.3.md index f53a2b5e0..babd989b1 100644 --- a/en/releases/release-1.5.3.md +++ b/en/releases/release-1.5.3.md @@ -16,6 +16,6 @@ TiDB Operator version: 1.5.3 ## Bug fixes -- Fix the issue that components may be restarted when modifing the storage size of them with `configUpdateStrategy` set to `InPlace` ([#5602](https://github.com/pingcap/tidb-operator/pull/5602), [@ideascf](https://github.com/ideascf))) +- Fix the issue that modifying the storage size of components might cause them to restart when `configUpdateStrategy` is set to `InPlace` ([#5602](https://github.com/pingcap/tidb-operator/pull/5602), [@ideascf](https://github.com/ideascf)) - Fix the issue that the `tikv-min-ready-seconds` check is not performed on the last TiKV Pod during a rolling restart of TiKV ([#5544](https://github.com/pingcap/tidb-operator/pull/5544), [@wangz1x](https://github.com/wangz1x)) - Fix the issue that the TiDB cluster cannot start when only non-`cluster.local` clusterDomain TLS certificates are available ([#5560](https://github.com/pingcap/tidb-operator/pull/5560), [@csuzhangxc](https://github.com/csuzhangxc))