Skip to content

tidb-operator v1.0.0-beta.0

Compare
Choose a tag to compare
@tennix tennix released this 26 Nov 03:04
· 2124 commits to master since this release

This release focuses on stability, the unit tests coverage is greatly improved (80%), some code are refactored during adding unit test case, and basic chaos test cases are added, many bugs are fixed in this version. See the detailed release notes below:

  • Introduce basic chaos testing
  • Improve unit test coverage #179 #181 #182 #184 #190 #192 #194
  • Add default value for log-level of PD/TiKV/TiDB #185
  • Fix PD connection timeout issue for DinD environment #186
  • Fix monitor configuration #193
  • Fix document Helm client version requirement #175
  • Keep scheduler name consistent in chart #188
  • Remove unnecessary warning message when volumeName is empty #177
  • Migrate to Go 1.11 module #178
  • Add user guide #187