-
Notifications
You must be signed in to change notification settings - Fork 500
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
bump operator to v1.2.7 #4422
bump operator to v1.2.7 #4422
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
hack/bump-version.sh
Outdated
TIDB_OLD="v5\.3\.0" | ||
TIDB_NEW="v5\.4\.0" | ||
DM_OLD="v5.3.0" | ||
DM_NEW="v5.4.0" |
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.
No need to update the version of TiDB and DM since TiDB Operator v1.2 only supports up to TiDB v5.3 and v5.3.0 is the latest version.
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## release-1.2 #4422 +/- ##
===============================================
+ Coverage 61.54% 67.28% +5.74%
===============================================
Files 181 185 +4
Lines 19278 21614 +2336
===============================================
+ Hits 11864 14544 +2680
+ Misses 6262 5816 -446
- Partials 1152 1254 +102
|
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 893bc6b
|
What problem does this PR solve?
bump operator to v1.2.7
What is changed and how does it work?
Code changes
Tests
Side effects
Related changes
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.