-
Notifications
You must be signed in to change notification settings - Fork 120
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.2.5 #1532
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,23 @@ | ||||||||||||||||||
--- | ||||||||||||||||||
title: TiDB Operator 1.2.5 Release Notes | ||||||||||||||||||
--- | ||||||||||||||||||
|
||||||||||||||||||
# TiDB Operator 1.2.5 Release Notes | ||||||||||||||||||
|
||||||||||||||||||
Release date: December 27, 2021 | ||||||||||||||||||
|
||||||||||||||||||
TiDB Operator version: 1.2.5 | ||||||||||||||||||
|
||||||||||||||||||
## Improvements | ||||||||||||||||||
|
||||||||||||||||||
- Support all component spec fields for DM ([#4313](https://github.com/pingcap/tidb-operator/pull/4313), [@csuzhangxc](https://github.com/csuzhangxc)) | ||||||||||||||||||
- Support configuring init container `resources` for TiFlash ([#4304](https://github.com/pingcap/tidb-operator/pull/4304), [@KanShiori](https://github.com/KanShiori)) | ||||||||||||||||||
- Support configure TiDB `ssl-ca` parameter via `TiDBTLSClient` ([#4270](https://github.com/pingcap/tidb-operator/pull/4270), [@just1900](https://github.com/just1900)) | ||||||||||||||||||
- Add `ready` status for TiCDC captures ([#4273](https://github.com/pingcap/tidb-operator/pull/4273), [@KanShiori](https://github.com/KanShiori)) | ||||||||||||||||||
|
||||||||||||||||||
## Bug fixes | ||||||||||||||||||
|
||||||||||||||||||
- Fix the issue that PD, TiKV and TiDB can't roll update when startup script have been updated ([#4248](https://github.com/pingcap/tidb-operator/pull/4248), [@KanShiori](https://github.com/KanShiori)) | ||||||||||||||||||
- Fix the issue that TidbCluster spec is updated automatically if TLS enabled ([#4306](https://github.com/pingcap/tidb-operator/pull/4306), [@KanShiori](https://github.com/KanShiori)) | ||||||||||||||||||
- Fix a potential goroutine leak when checking the region leader count of TiKV ([#4291](https://github.com/pingcap/tidb-operator/pull/4291), [@DanielZhangQD](https://github.com/DanielZhangQD)) | ||||||||||||||||||
- Fix some high security issues ([#4240](https://github.com/pingcap/tidb-operator/pull/4240), [@KanShiori](https://github.com/KanShiori)) | ||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
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,23 @@ | ||||||
--- | ||||||
title: TiDB Operator 1.2.5 Release Notes | ||||||
--- | ||||||
|
||||||
# TiDB Operator 1.2.5 Release Notes | ||||||
|
||||||
发布日期:2021 年 12 月 27 日 | ||||||
|
||||||
TiDB Operator 版本:1.2.5 | ||||||
|
||||||
## 优化提升 | ||||||
|
||||||
- 支持为 DM 配置所有组件级字段 ([#4313](https://github.com/pingcap/tidb-operator/pull/4313), [@csuzhangxc](https://github.com/csuzhangxc)) | ||||||
- 支持为 TiFlash init container 配置 `resources` ([#4304](https://github.com/pingcap/tidb-operator/pull/4304), [@KanShiori](https://github.com/KanShiori)) | ||||||
- 支持通过 `TiDBTLSClient` 为 TiDB 配置 `ssl-ca` 参数 ([#4270](https://github.com/pingcap/tidb-operator/pull/4270), [@just1900](https://github.com/just1900)) | ||||||
- 为 TiCDC captures 增加 `ready` 状态 ([#4273](https://github.com/pingcap/tidb-operator/pull/4273), [@KanShiori](https://github.com/KanShiori)) | ||||||
|
||||||
## Bug 修复 | ||||||
|
||||||
- 修复组件启动脚本更新后,PD、TiKV 及 TiDB 不会滚动更新的问题 ([#4248](https://github.com/pingcap/tidb-operator/pull/4248), [@KanShiori](https://github.com/KanShiori)) | ||||||
- 修复启用 TLS 后 TidbCluster spec 被自动更新的问题 ([#4306](https://github.com/pingcap/tidb-operator/pull/4306), [@KanShiori](https://github.com/KanShiori)) | ||||||
- 修复计算 TiKV region leader 数量时会造成 goroutine 泄露的问题 ([#4291](https://github.com/pingcap/tidb-operator/pull/4291), [@DanielZhangQD](https://github.com/DanielZhangQD)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- 修复一些高级别的安全问题 ([#4240](https://github.com/pingcap/tidb-operator/pull/4240), [@KanShiori](https://github.com/KanShiori)) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.