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

release v1.1.0-beta.1 #1459

Merged
merged 18 commits into from
Jan 8, 2020
Merged

release v1.1.0-beta.1 #1459

merged 18 commits into from
Jan 8, 2020

Conversation

aylei
Copy link
Contributor

@aylei aylei commented Dec 31, 2019

Signed-off-by: Aylei rayingecho@gmail.com

#1451

Release v1.1.0-beta.1.

Because this is a pre-release, the version used by terraform scripts is not bumped.

Signed-off-by: Aylei <rayingecho@gmail.com>
@aylei
Copy link
Contributor Author

aylei commented Dec 31, 2019

/run-all-test

CHANGELOG-1.1.md Outdated
# TiDB Operator v1.1.0-beta.1 Release Notes

This is a pre-release of `v1.1.0`, which focuses on the usability, extensibility and security of TiDB Operator. While we encourage usage in non-critical environments,
it is **NOT** recommended to use this version in critical environments.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move this line to Line 3.

CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
Copy link
Contributor

@CaitinChen CaitinChen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep a consistent change log style.

aylei and others added 3 commits January 3, 2020 13:49
Co-Authored-By: Caitin <34535727+CaitinChen@users.noreply.github.com>
Signed-off-by: Aylei <rayingecho@gmail.com>
Signed-off-by: Aylei <rayingecho@gmail.com>
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
Copy link
Contributor

@CaitinChen CaitinChen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the period after each PR description.
Please use official and standard words. For example, use "TiKV" instead of "tikv". But you can use tikv("tikv" with backquotes) if you write "tikv" in the code.
I don't understand the meaning of some PR description. If my suggestion changes the meaning, please ignore it.

CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated
- Add backup-manager tool for support backup、restore and clean backup data ([#694](https://github.com/pingcap/tidb-operator/pull/694), [@onlymellb](https://github.com/onlymellb))
- Add `affinity` to pump/drainer configration ([#741](https://github.com/pingcap/tidb-operator/pull/741), [@weekface](https://github.com/weekface))
- Fix tikv scale in failure in some cases after tikv failover ([#726](https://github.com/pingcap/tidb-operator/pull/726), [@onlymellb](https://github.com/onlymellb))
- `NONE` ([#719](https://github.com/pingcap/tidb-operator/pull/719), [@xiaojingchen](https://github.com/xiaojingchen))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no user-facing change in this PR, I will remove this

CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
aylei and others added 3 commits January 3, 2020 19:58
Co-Authored-By: Caitin <34535727+CaitinChen@users.noreply.github.com>
Signed-off-by: Aylei <rayingecho@gmail.com>
Signed-off-by: Aylei <rayingecho@gmail.com>
@aylei
Copy link
Contributor Author

aylei commented Jan 3, 2020

Thank you very much @CaitinChen ! I've addressed the comments and removes all the period, PTAL again

@aylei aylei requested a review from CaitinChen January 3, 2020 12:09
@aylei
Copy link
Contributor Author

aylei commented Jan 3, 2020

/run-all-test

CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated
- Support backup to gcs ([#1127](https://github.com/pingcap/tidb-operator/pull/1127), [@onlymellb](https://github.com/onlymellb))
- Support configuring `net.ipv4.tcp_keepalive_time` and `net.core.somaxconn` for TiDB and configuring `net.core.somaxconn` for TiKV ([#1107](https://github.com/pingcap/tidb-operator/pull/1107), [@DanielZhangQD](https://github.com/DanielZhangQD))
- Add basic e2e tests for aggregated apiserver ([#1109](https://github.com/pingcap/tidb-operator/pull/1109), [@aylei](https://github.com/aylei))
- Add switch `enablePVReclaim` option to reclaim pv when tidb-operator scales in TiKV or PD ([#1037](https://github.com/pingcap/tidb-operator/pull/1037), [@onlymellb](https://github.com/onlymellb))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Add switch `enablePVReclaim` option to reclaim pv when tidb-operator scales in TiKV or PD ([#1037](https://github.com/pingcap/tidb-operator/pull/1037), [@onlymellb](https://github.com/onlymellb))
- Add switch `enablePVReclaim` option to reclaim PV when tidb-operator scales in TiKV or PD ([#1037](https://github.com/pingcap/tidb-operator/pull/1037), [@onlymellb](https://github.com/onlymellb))

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does "switch enablePVReclaim option" mean? Is "switch" a verb or a noun?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a verb, it is better to remove this verb

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in a98134a

CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
CHANGELOG-1.1.md Outdated
- Upgrade the default TiDB version to v3.0.4 ([#837](https://github.com/pingcap/tidb-operator/pull/837), [@shonge](https://github.com/shonge))
- Fix values file customization for tidb-operator on Aliyun ([#971](https://github.com/pingcap/tidb-operator/pull/971), [@DanielZhangQD](https://github.com/DanielZhangQD))
- Add the `maxFailoverCount` limit to TiKV ([#965](https://github.com/pingcap/tidb-operator/pull/965), [@weekface](https://github.com/weekface))
- The custom tidb-operator values can be properly set now in terraform script for AWS ([#946](https://github.com/pingcap/tidb-operator/pull/946), [@aylei](https://github.com/aylei))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To keep a consistent style, start each PR description with a verb.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in a98134a

CHANGELOG-1.1.md Outdated Show resolved Hide resolved
Co-Authored-By: Caitin <34535727+CaitinChen@users.noreply.github.com>
CHANGELOG-1.1.md Outdated Show resolved Hide resolved
Copy link
Contributor

@CaitinChen CaitinChen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rest LGTM

CHANGELOG-1.1.md Outdated Show resolved Hide resolved
@Yisaer
Copy link
Contributor

Yisaer commented Jan 6, 2020

Should webhook for pod-admission be enabled in the default in release v1.1.0-beta.1? @aylei

Co-Authored-By: Caitin <34535727+CaitinChen@users.noreply.github.com>
Yisaer
Yisaer previously approved these changes Jan 7, 2020
Copy link
Contributor

@Yisaer Yisaer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

LinuxGit
LinuxGit previously approved these changes Jan 8, 2020
Copy link
Contributor

@LinuxGit LinuxGit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aylei
Copy link
Contributor Author

aylei commented Jan 8, 2020

/merge

@sre-bot
Copy link
Contributor

sre-bot commented Jan 8, 2020

Your auto merge job has been accepted, waiting for 1493, 1484

@sre-bot
Copy link
Contributor

sre-bot commented Jan 8, 2020

/run-all-tests

@sre-bot
Copy link
Contributor

sre-bot commented Jan 8, 2020

@aylei merge failed.

Signed-off-by: Aylei <rayingecho@gmail.com>
@aylei aylei dismissed stale reviews from LinuxGit and Yisaer via 8f3b63c January 8, 2020 08:13
@aylei
Copy link
Contributor Author

aylei commented Jan 8, 2020

/merge

@sre-bot
Copy link
Contributor

sre-bot commented Jan 8, 2020

Your auto merge job has been accepted, waiting for 1491

@aylei
Copy link
Contributor Author

aylei commented Jan 8, 2020

/run-all-tests

Signed-off-by: Aylei <rayingecho@gmail.com>
@sre-bot
Copy link
Contributor

sre-bot commented Jan 8, 2020

/run-all-tests

Copy link
Contributor

@shuijing198799 shuijing198799 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@Yisaer Yisaer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aylei aylei merged commit 75aa61e into pingcap:master Jan 8, 2020
@cofyc cofyc mentioned this pull request Feb 24, 2020
4 tasks
@cofyc cofyc mentioned this pull request Mar 30, 2020
13 tasks
@cofyc cofyc mentioned this pull request Apr 15, 2020
1 task
@cofyc cofyc mentioned this pull request Apr 29, 2020
4 tasks
@cofyc cofyc mentioned this pull request May 15, 2020
1 task
@cofyc cofyc mentioned this pull request May 27, 2020
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants