Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

en, zh: add release notes for v1.1.13 #1295

Merged
merged 7 commits into from
Jul 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions en/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
- [1.2.0-beta.1](releases/release-1.2.0-beta.1.md)
- [1.2.0-alpha.1](releases/release-1.2.0-alpha.1.md)
+ v1.1
- [1.1.13](releases/release-1.1.13.md)
- [1.1.12](releases/release-1.1.12.md)
- [1.1.11](releases/release-1.1.11.md)
- [1.1.10](releases/release-1.1.10.md)
Expand Down
21 changes: 21 additions & 0 deletions en/releases/release-1.1.13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: TiDB Operator 1.1.13 Release Notes
---

# TiDB Operator 1.1.13 Release Notes

Release date: July 2, 2021

TiDB Operator version: 1.1.13

## Improvements

- 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))

## Bug Fixes

- Fix the issue that TiDB Operator may panic during the deployment of heterogeneous clusters ([#4054](https://github.com/pingcap/tidb-operator/pull/4054) [#3965](https://github.com/pingcap/tidb-operator/pull/3965), [@KanShiori](https://github.com/KanShiori) [@july2993](https://github.com/july2993))
- Fix the issue that TiDB instances are kept in TiDB Dashboard after being scaled in ([#3929](https://github.com/pingcap/tidb-operator/pull/3929), [@july2993](https://github.com/july2993))
1 change: 1 addition & 0 deletions zh/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
- [1.2.0-beta.1](releases/release-1.2.0-beta.1.md)
- [1.2.0-alpha.1](releases/release-1.2.0-alpha.1.md)
+ v1.1
- [1.1.13](releases/release-1.1.13.md)
- [1.1.12](releases/release-1.1.12.md)
- [1.1.11](releases/release-1.1.11.md)
- [1.1.10](releases/release-1.1.10.md)
Expand Down
21 changes: 21 additions & 0 deletions zh/releases/release-1.1.13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: TiDB Operator 1.1.13 Release Notes
---

# TiDB Operator 1.1.13 Release Notes

发布日期:2021 年 7 月 2 日

TiDB Operator 版本:1.1.13

## 优化提升

- 支持为 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))

## Bug 修复

- 修复部署异构集群时 TiDB Operator 可能 panic 的问题 ([#4054](https://github.com/pingcap/tidb-operator/pull/4054) [#3965](https://github.com/pingcap/tidb-operator/pull/3965), [@KanShiori](https://github.com/KanShiori) [@july2993](https://github.com/july2993))
- 修复 TiDB 实例缩容后在 TiDB Dashboard 中仍然存在的问题 ([#3929](https://github.com/pingcap/tidb-operator/pull/3929), [@july2993](https://github.com/july2993))