From 41887fae2247813ad75596a79e49bfb642185fdc Mon Sep 17 00:00:00 2001 From: Xuecheng Zhang Date: Fri, 2 Jul 2021 20:34:11 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Grace Cai --- en/releases/release-1.1.13.md | 2 +- zh/releases/release-1.1.13.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/releases/release-1.1.13.md b/en/releases/release-1.1.13.md index ae6dbf5c36..2fee66c967 100644 --- a/en/releases/release-1.1.13.md +++ b/en/releases/release-1.1.13.md @@ -10,7 +10,7 @@ TiDB Operator version: 1.1.13 ## Improvements -- TiCDC supports setting TLS certificates for sinks ([#3926](https://github.com/pingcap/tidb-operator/pull/3926), [@handlerww](https://github.com/handlerww)) +- Support configuring TLS certificates for TiCDC sinks ([#3926](https://github.com/pingcap/tidb-operator/pull/3926), [@handlerww](https://github.com/handlerww)) - Support using the TiKV version as the tag for BR `toolImage` if no tag is specified ([#4048](https://github.com/pingcap/tidb-operator/pull/4048), [@KanShiori](https://github.com/KanShiori)) - Support handling PVC during scaling of TiDB ([#4033](https://github.com/pingcap/tidb-operator/pull/4033), [@csuzhangxc](https://github.com/csuzhangxc)) - Support masking the backup password in logging ([#3979](https://github.com/pingcap/tidb-operator/pull/3979), [@dveeden](https://github.com/dveeden)) diff --git a/zh/releases/release-1.1.13.md b/zh/releases/release-1.1.13.md index 15166bcb9d..3b6b730360 100644 --- a/zh/releases/release-1.1.13.md +++ b/zh/releases/release-1.1.13.md @@ -10,7 +10,7 @@ TiDB Operator 版本:1.1.13 ## 优化提升 -- TiCDC 支持设置连接下游的 TLS 证书 ([#3926](https://github.com/pingcap/tidb-operator/pull/3926), [@handlerww](https://github.com/handlerww)) +- 支持为 TiCDC 配置到下游的 TLS 证书 ([#3926](https://github.com/pingcap/tidb-operator/pull/3926), [@handlerww](https://github.com/handlerww)) - 支持在未为 BR `toolImage` 指定 tag 时将 TiKV 版本作为 tag ([#4048](https://github.com/pingcap/tidb-operator/pull/4048), [@KanShiori](https://github.com/KanShiori)) - 支持在扩缩容 TiDB 过程中协调 PVC ([#4033](https://github.com/pingcap/tidb-operator/pull/4033), [@csuzhangxc](https://github.com/csuzhangxc)) - 支持在 backup 日志中隐藏对数据库密码的展示 ([#3979](https://github.com/pingcap/tidb-operator/pull/3979), [@dveeden](https://github.com/dveeden))