-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
en, zh: add release notes for v1.1.12 (#1161)
- Loading branch information
1 parent
a501cc4
commit b347665
Showing
4 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: TiDB Operator 1.1.12 Release Notes | ||
--- | ||
|
||
# TiDB Operator 1.1.12 Release Notes | ||
|
||
Release date: April 15, 2021 | ||
|
||
TiDB Operator version: 1.1.12 | ||
|
||
## New Features | ||
|
||
- Support setting customized environment variables for backup and restore job containers ([#3833](https://github.com/pingcap/tidb-operator/pull/3833), [@dragonly](https://github.com/dragonly)) | ||
- Add additional volume and volumeMount configurations to TidbMonitor ([#3855](https://github.com/pingcap/tidb-operator/pull/3855), [@mikechengwei](https://github.com/mikechengwei)) | ||
- The resources in the tidb-operator chart use the new service account when `appendReleaseSuffix` is set to `true` ([#3819](https://github.com/pingcap/tidb-operator/pull/3819), [@DanielZhangQD](https://github.com/DanielZhangQD)) | ||
- Support setting customized store labels according to the node labels ([#3784](https://github.com/pingcap/tidb-operator/pull/3784), [@L3T](https://github.com/L3T)) | ||
|
||
## Improvements | ||
|
||
- Add retry for DNS lookup failure exception in TiDBInitializer ([#3884](https://github.com/pingcap/tidb-operator/pull/3884), [@handlerww](https://github.com/handlerww)) | ||
- Support multiple PVCs for PD during scaling and failover ([#3820](https://github.com/pingcap/tidb-operator/pull/3820), [@dragonly](https://github.com/dragonly)) | ||
- Optimize the `PodsAreChanged` function ([#3901](https://github.com/pingcap/tidb-operator/pull/3901), [@shonge](https://github.com/shonge)) | ||
|
||
## Bug Fixes | ||
|
||
- Fix the issue that PVCs will be set to incorrect size if multiple PVCs are configured for PD/TiKV ([#3858](https://github.com/pingcap/tidb-operator/pull/3858), [@dragonly](https://github.com/dragonly)) | ||
- Fix the panic issue when `.spec.tidb` is not set in the TidbCluster CR with TLS enabled ([#3852](https://github.com/pingcap/tidb-operator/pull/3852), [@dragonly](https://github.com/dragonly)) | ||
- Fix the wrong PVC status in `UnjoinedMembers` for PD and DM ([#3836](https://github.com/pingcap/tidb-operator/pull/3836), [@dragonly](https://github.com/dragonly)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: TiDB Operator 1.1.12 Release Notes | ||
--- | ||
|
||
# TiDB Operator 1.1.12 Release Notes | ||
|
||
发布日期:2021 年 4 月 15 日 | ||
|
||
TiDB Operator 版本:1.1.12 | ||
|
||
## 新功能 | ||
|
||
- 支持为备份和恢复 Job 设置自定义环境变量 ([#3833](https://github.com/pingcap/tidb-operator/pull/3833),[@dragonly](https://github.com/dragonly)) | ||
- 支持备份恢复 CR 设置 affinity 和 tolerations ([#3835](https://github.com/pingcap/tidb-operator/pull/3835),[@dragonly](https://github.com/dragonly)) | ||
- 设置 `appendReleaseSuffix` 为 `true` 时,支持 tidb-operator chart 使用新的 service account ([#3819](https://github.com/pingcap/tidb-operator/pull/3819),[@DanielZhangQD](https://github.com/DanielZhangQD)) | ||
- 支持设置自定义 Store 标签并根据 Node 标签获取值 ([#3784](https://github.com/pingcap/tidb-operator/pull/3784), [@L3T](https://github.com/L3T)) | ||
|
||
## 优化提升 | ||
|
||
- TiDBInitializer 中增加重试机制,解决 DNS 查询异常处理问题 ([#3884](https://github.com/pingcap/tidb-operator/pull/3884),[@handlerww](https://github.com/handlerww)) | ||
- 在 PD 的扩缩容和容灾过程中增加多 PVC 支持 ([#3820](https://github.com/pingcap/tidb-operator/pull/3820),[@dragonly](https://github.com/dragonly)) | ||
- 优化 `PodsAreChanged` 函数 ([#3901](https://github.com/pingcap/tidb-operator/pull/3901), [@shonge](https://github.com/shonge)) | ||
|
||
## Bug 修复 | ||
|
||
- 修复 PD/TiKV 挂载多 PVC 时容量设置错误的问题 ([#3858](https://github.com/pingcap/tidb-operator/pull/3858),[@dragonly](https://github.com/dragonly)) | ||
- 修复创建 `.spec.tidb` 为空并开启 TLS 的 TidbCluster 导致 tidb-controller-manager panic 的问题 ([#3852](https://github.com/pingcap/tidb-operator/pull/3852),[@dragonly](https://github.com/dragonly)) | ||
- 修复 PD 与 DM 的 `UnjoinedMembers` 中 PVC 状态异常的问题 ([#3836](https://github.com/pingcap/tidb-operator/pull/3836), [@dragonly](https://github.com/dragonly)) |