From 35fcdd08c5d8b6e4591b90d871569bea054b086b Mon Sep 17 00:00:00 2001 From: Shiori Date: Tue, 17 Aug 2021 15:51:48 +0800 Subject: [PATCH 1/9] add v1.2.1 Release Note --- en/releases/release-1.2.1.md | 18 ++++++++++++++++++ zh/releases/release-1.2.1.md | 17 +++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 en/releases/release-1.2.1.md create mode 100644 zh/releases/release-1.2.1.md diff --git a/en/releases/release-1.2.1.md b/en/releases/release-1.2.1.md new file mode 100644 index 0000000000..dd47b2dac0 --- /dev/null +++ b/en/releases/release-1.2.1.md @@ -0,0 +1,18 @@ +--- +title: TiDB Operator 1.2.1 Release Notes +--- + +# TiDB Operator 1.2.1 Release Notes + +Release date: August 17, 2021 + +TiDB Operator version: 1.2.1 + +## Rolling update changes + +- If you have enabled `hostNetwork` for TiCDC, after upgrading the TiDB Operator, the TiCDC Pod will roll update due to [#4141](https://github.com/pingcap/tidb-operator/pull/4141) + +## Improvements + +- Support `hostNetwork` for all components ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) + diff --git a/zh/releases/release-1.2.1.md b/zh/releases/release-1.2.1.md new file mode 100644 index 0000000000..01969700c9 --- /dev/null +++ b/zh/releases/release-1.2.1.md @@ -0,0 +1,17 @@ +--- +title: TiDB Operator 1.2.1 Release Notes +--- + +# TiDB Operator 1.2.1 Release Notes + +发布日期:2021 年 8 月 17 日 + +TiDB Operator 版本:1.2.1 + +## Rolling update changes + +- 由于 [#4141](https://github.com/pingcap/tidb-operator/pull/4141) 的改动,如果你部署 TiCDC 配置了 `hostNetwork`,那么升级 TiDB Operator 后会导致 TiCDC Pod 删除重建 + +## Improvements + +- 所有组件都支持配置 `hostNetwork` ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) From ea70c3b9745b7e03f3297ed96c8cc00af0b7b83f Mon Sep 17 00:00:00 2001 From: Shiori Date: Wed, 18 Aug 2021 10:52:30 +0800 Subject: [PATCH 2/9] add TOC.md --- en/TOC.md | 1 + en/releases/release-1.2.1.md | 2 +- zh/TOC.md | 1 + zh/releases/release-1.2.1.md | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/en/TOC.md b/en/TOC.md index 2eb1ef6d30..522c938837 100644 --- a/en/TOC.md +++ b/en/TOC.md @@ -103,6 +103,7 @@ + [TiDB Operator Roadmap](roadmap.md) + Release Notes + v1.2 + - [1.2.1](releases/release-1.2.1.md) - [1.2 GA](releases/release-1.2.0.md) - [1.2.0-rc.2](releases/release-1.2.0-rc.2.md) - [1.2.0-rc.1](releases/release-1.2.0-rc.1.md) diff --git a/en/releases/release-1.2.1.md b/en/releases/release-1.2.1.md index dd47b2dac0..3455293ac5 100644 --- a/en/releases/release-1.2.1.md +++ b/en/releases/release-1.2.1.md @@ -4,7 +4,7 @@ title: TiDB Operator 1.2.1 Release Notes # TiDB Operator 1.2.1 Release Notes -Release date: August 17, 2021 +Release date: August 18, 2021 TiDB Operator version: 1.2.1 diff --git a/zh/TOC.md b/zh/TOC.md index 375673fd81..c7fdfd2010 100644 --- a/zh/TOC.md +++ b/zh/TOC.md @@ -104,6 +104,7 @@ + [TiDB Operator Roadmap](roadmap.md) + 版本发布历史 + v1.2 + - [1.2.1](releases/release-1.2.1.md) - [1.2 GA](releases/release-1.2.0.md) - [1.2.0-rc.2](releases/release-1.2.0-rc.2.md) - [1.2.0-rc.1](releases/release-1.2.0-rc.1.md) diff --git a/zh/releases/release-1.2.1.md b/zh/releases/release-1.2.1.md index 01969700c9..215debf460 100644 --- a/zh/releases/release-1.2.1.md +++ b/zh/releases/release-1.2.1.md @@ -4,7 +4,7 @@ title: TiDB Operator 1.2.1 Release Notes # TiDB Operator 1.2.1 Release Notes -发布日期:2021 年 8 月 17 日 +发布日期:2021 年 8 月 18 日 TiDB Operator 版本:1.2.1 From 7e66040476fa574587aa3b5a0c1aadbddad167eb Mon Sep 17 00:00:00 2001 From: Shiori Date: Wed, 18 Aug 2021 10:55:56 +0800 Subject: [PATCH 3/9] fix lint --- en/releases/release-1.2.1.md | 1 - 1 file changed, 1 deletion(-) diff --git a/en/releases/release-1.2.1.md b/en/releases/release-1.2.1.md index 3455293ac5..105be67d48 100644 --- a/en/releases/release-1.2.1.md +++ b/en/releases/release-1.2.1.md @@ -15,4 +15,3 @@ TiDB Operator version: 1.2.1 ## Improvements - Support `hostNetwork` for all components ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) - From 2acfbae0e25730135240f38ab92c1cb0fa7d85ac Mon Sep 17 00:00:00 2001 From: Shiori Date: Wed, 18 Aug 2021 11:11:24 +0800 Subject: [PATCH 4/9] Apply suggestions from code review Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com> --- en/releases/release-1.2.1.md | 2 +- zh/releases/release-1.2.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/releases/release-1.2.1.md b/en/releases/release-1.2.1.md index 105be67d48..78f6758fab 100644 --- a/en/releases/release-1.2.1.md +++ b/en/releases/release-1.2.1.md @@ -14,4 +14,4 @@ TiDB Operator version: 1.2.1 ## Improvements -- Support `hostNetwork` for all components ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) +- Support `hostNetwork` for all components in TidbCluster ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) diff --git a/zh/releases/release-1.2.1.md b/zh/releases/release-1.2.1.md index 215debf460..af5cc7ea41 100644 --- a/zh/releases/release-1.2.1.md +++ b/zh/releases/release-1.2.1.md @@ -14,4 +14,4 @@ TiDB Operator 版本:1.2.1 ## Improvements -- 所有组件都支持配置 `hostNetwork` ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) +- TidbCluster 所有组件都支持配置 `hostNetwork` ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) From 494d33290046c79a3b751338f8a0f6c112036e81 Mon Sep 17 00:00:00 2001 From: Shiori Date: Wed, 18 Aug 2021 11:34:06 +0800 Subject: [PATCH 5/9] Apply suggestions from code review Co-authored-by: Grace Cai --- zh/releases/release-1.2.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh/releases/release-1.2.1.md b/zh/releases/release-1.2.1.md index af5cc7ea41..3a41a0e818 100644 --- a/zh/releases/release-1.2.1.md +++ b/zh/releases/release-1.2.1.md @@ -8,10 +8,10 @@ title: TiDB Operator 1.2.1 Release Notes TiDB Operator 版本:1.2.1 -## Rolling update changes +## 滚动升级改动 - 由于 [#4141](https://github.com/pingcap/tidb-operator/pull/4141) 的改动,如果你部署 TiCDC 配置了 `hostNetwork`,那么升级 TiDB Operator 后会导致 TiCDC Pod 删除重建 -## Improvements +## 优化提升 - TidbCluster 所有组件都支持配置 `hostNetwork` ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) From 16cd32a266208da578dcf6ea51c9f3c23d3deddb Mon Sep 17 00:00:00 2001 From: Shiori Date: Wed, 18 Aug 2021 11:40:50 +0800 Subject: [PATCH 6/9] add desc --- en/releases/release-1.2.1.md | 2 +- zh/releases/release-1.2.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/releases/release-1.2.1.md b/en/releases/release-1.2.1.md index 78f6758fab..5b1e4f749b 100644 --- a/en/releases/release-1.2.1.md +++ b/en/releases/release-1.2.1.md @@ -14,4 +14,4 @@ TiDB Operator version: 1.2.1 ## Improvements -- Support `hostNetwork` for all components in TidbCluster ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) +- Support `hostNetwork` for all components in TidbCluster, so all components can use host network ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) diff --git a/zh/releases/release-1.2.1.md b/zh/releases/release-1.2.1.md index 3a41a0e818..b24a0966af 100644 --- a/zh/releases/release-1.2.1.md +++ b/zh/releases/release-1.2.1.md @@ -14,4 +14,4 @@ TiDB Operator 版本:1.2.1 ## 优化提升 -- TidbCluster 所有组件都支持配置 `hostNetwork` ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) +- TidbCluster 所有组件都支持配置 `hostNetwork`,因此所有组件都可以使用宿主机网络 ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) From 4cf9ff46eae283b967a2b541e3684152924f53f7 Mon Sep 17 00:00:00 2001 From: Shiori Date: Wed, 18 Aug 2021 14:18:56 +0800 Subject: [PATCH 7/9] Apply suggestions from code review Co-authored-by: Grace Cai --- en/releases/release-1.2.1.md | 4 ++-- zh/releases/release-1.2.1.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/releases/release-1.2.1.md b/en/releases/release-1.2.1.md index 5b1e4f749b..1423a6fc6c 100644 --- a/en/releases/release-1.2.1.md +++ b/en/releases/release-1.2.1.md @@ -10,8 +10,8 @@ TiDB Operator version: 1.2.1 ## Rolling update changes -- If you have enabled `hostNetwork` for TiCDC, after upgrading the TiDB Operator, the TiCDC Pod will roll update due to [#4141](https://github.com/pingcap/tidb-operator/pull/4141) +- If [`hostNetwork`](/configure-a-tidb-cluster.md#hostnetwork) is enabled for TiCDC, upgrading TiDB Operator will cause the recreation of the TiCDC Pod due to [#4141](https://github.com/pingcap/tidb-operator/pull/4141) ## Improvements -- Support `hostNetwork` for all components in TidbCluster, so all components can use host network ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) +- Support configuring [`hostNetwork`](/configure-a-tidb-cluster.md#hostnetwork) for all components in TidbCluster so that all components can use host network ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) diff --git a/zh/releases/release-1.2.1.md b/zh/releases/release-1.2.1.md index b24a0966af..7f2d3e1d7c 100644 --- a/zh/releases/release-1.2.1.md +++ b/zh/releases/release-1.2.1.md @@ -10,8 +10,8 @@ TiDB Operator 版本:1.2.1 ## 滚动升级改动 -- 由于 [#4141](https://github.com/pingcap/tidb-operator/pull/4141) 的改动,如果你部署 TiCDC 配置了 `hostNetwork`,那么升级 TiDB Operator 后会导致 TiCDC Pod 删除重建 +- 由于 [#4141](https://github.com/pingcap/tidb-operator/pull/4141) 的改动,如果你部署 TiCDC 时配置了 [`hostNetwork`](/configure-a-tidb-cluster.md#hostnetwork) 为 'true',那么升级 TiDB Operator 后会导致 TiCDC Pod 删除重建 ## 优化提升 -- TidbCluster 所有组件都支持配置 `hostNetwork`,因此所有组件都可以使用宿主机网络 ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) +- 支持为 TidbCluster 的所有组件配置 [`hostNetwork`](/configure-a-tidb-cluster.md#hostnetwork),使所有组件都可以使用宿主机网络 ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) From a006812b0901a3c9505649bb4f47d4cdff77af92 Mon Sep 17 00:00:00 2001 From: Shiori Date: Wed, 18 Aug 2021 14:21:11 +0800 Subject: [PATCH 8/9] update link --- en/releases/release-1.2.1.md | 4 ++-- zh/releases/release-1.2.1.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/releases/release-1.2.1.md b/en/releases/release-1.2.1.md index 1423a6fc6c..a0c4642908 100644 --- a/en/releases/release-1.2.1.md +++ b/en/releases/release-1.2.1.md @@ -10,8 +10,8 @@ TiDB Operator version: 1.2.1 ## Rolling update changes -- If [`hostNetwork`](/configure-a-tidb-cluster.md#hostnetwork) is enabled for TiCDC, upgrading TiDB Operator will cause the recreation of the TiCDC Pod due to [#4141](https://github.com/pingcap/tidb-operator/pull/4141) +- If [`hostNetwork`](../configure-a-tidb-cluster.md#hostnetwork) is enabled for TiCDC, upgrading TiDB Operator will cause the recreation of the TiCDC Pod due to [#4141](https://github.com/pingcap/tidb-operator/pull/4141) ## Improvements -- Support configuring [`hostNetwork`](/configure-a-tidb-cluster.md#hostnetwork) for all components in TidbCluster so that all components can use host network ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) +- Support configuring [`hostNetwork`](../configure-a-tidb-cluster.md#hostnetwork) for all components in TidbCluster so that all components can use host network ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) diff --git a/zh/releases/release-1.2.1.md b/zh/releases/release-1.2.1.md index 7f2d3e1d7c..0b5fffe0ee 100644 --- a/zh/releases/release-1.2.1.md +++ b/zh/releases/release-1.2.1.md @@ -10,8 +10,8 @@ TiDB Operator 版本:1.2.1 ## 滚动升级改动 -- 由于 [#4141](https://github.com/pingcap/tidb-operator/pull/4141) 的改动,如果你部署 TiCDC 时配置了 [`hostNetwork`](/configure-a-tidb-cluster.md#hostnetwork) 为 'true',那么升级 TiDB Operator 后会导致 TiCDC Pod 删除重建 +- 由于 [#4141](https://github.com/pingcap/tidb-operator/pull/4141) 的改动,如果你部署 TiCDC 时配置了 [`hostNetwork`](../configure-a-tidb-cluster.md#hostnetwork) 为 'true',那么升级 TiDB Operator 后会导致 TiCDC Pod 删除重建 ## 优化提升 -- 支持为 TidbCluster 的所有组件配置 [`hostNetwork`](/configure-a-tidb-cluster.md#hostnetwork),使所有组件都可以使用宿主机网络 ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) +- 支持为 TidbCluster 的所有组件配置 [`hostNetwork`](../configure-a-tidb-cluster.md#hostnetwork),使所有组件都可以使用宿主机网络 ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) From 64f1a5ba52da63a80b355d5690bdfb03da6383b7 Mon Sep 17 00:00:00 2001 From: Shiori Date: Wed, 18 Aug 2021 14:36:33 +0800 Subject: [PATCH 9/9] Apply suggestions from code review Co-authored-by: Grace Cai --- en/releases/release-1.2.1.md | 2 +- zh/releases/release-1.2.1.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/en/releases/release-1.2.1.md b/en/releases/release-1.2.1.md index a0c4642908..21df747895 100644 --- a/en/releases/release-1.2.1.md +++ b/en/releases/release-1.2.1.md @@ -14,4 +14,4 @@ TiDB Operator version: 1.2.1 ## Improvements -- Support configuring [`hostNetwork`](../configure-a-tidb-cluster.md#hostnetwork) for all components in TidbCluster so that all components can use host network ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) +- Support configuring [`hostNetwork`](../configure-a-tidb-cluster.md#hostnetwork) for all components in TidbCluster so that all components can use host network ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD)) diff --git a/zh/releases/release-1.2.1.md b/zh/releases/release-1.2.1.md index 0b5fffe0ee..65abf1e868 100644 --- a/zh/releases/release-1.2.1.md +++ b/zh/releases/release-1.2.1.md @@ -10,8 +10,8 @@ TiDB Operator 版本:1.2.1 ## 滚动升级改动 -- 由于 [#4141](https://github.com/pingcap/tidb-operator/pull/4141) 的改动,如果你部署 TiCDC 时配置了 [`hostNetwork`](../configure-a-tidb-cluster.md#hostnetwork) 为 'true',那么升级 TiDB Operator 后会导致 TiCDC Pod 删除重建 +- 由于 [#4141](https://github.com/pingcap/tidb-operator/pull/4141) 的改动,如果你部署 TiCDC 时配置了 [`hostNetwork`](../configure-a-tidb-cluster.md#hostnetwork) 为 `true`,那么升级 TiDB Operator 后会导致 TiCDC Pod 删除重建 ## 优化提升 -- 支持为 TidbCluster 的所有组件配置 [`hostNetwork`](../configure-a-tidb-cluster.md#hostnetwork),使所有组件都可以使用宿主机网络 ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD) +- 支持为 TidbCluster 的所有组件配置 [`hostNetwork`](../configure-a-tidb-cluster.md#hostnetwork),使所有组件都可以使用宿主机网络 ([#4141](https://github.com/pingcap/tidb-operator/pull/4141), [@DanielZhangQD](https://github.com/DanielZhangQD))