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

Update formatting for changelogs #2021

Merged
merged 1 commit into from
Jul 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 37 additions & 16 deletions tidb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,52 @@

## 2.1.0 / 2021-Nov-30

* [Improvement] Update default metrics.
* [Improvement] Update the default dashboard.
* [Improvement] Expose the `metrics` mapper config to let users customize more metrics.
* [Improvement] Let users to customize metric namespace.
* [Improvement] Add more tests.
***Added***:

* Update default metrics.
* Update the default dashboard.
* Expose the `metrics` mapper config to let users customize more metrics.
* Let users to customize metric namespace.
* Add more tests.


## 2.0.0 / 2021-Oct-13

* [Added] Added a service check.
***Added***:

* Added a service check.


***Added***:

* Made the one screen dashboard better.
* Improved the readme document.
* Added integration tests.
* Refactored unit tests.
* Refactored integration configurations.


* [Improvement] Made the one screen dashboard better.
* [Improvement] Improved the readme document.
* [Improvement] Added integration tests.
* [Improvement] Refactored unit tests.
* [Improvement] Refactored integration configurations.
***Removed***:

* Removed the useless service monitor.
* Removed buggy `auto_conf.yaml`.

* [Removed] Removed the useless service monitor.
* [Removed] Removed buggy `auto_conf.yaml`.

## 1.0.0 / 2021-May-25

* [Improvement] Made user doc more understandable.
***Added***:

* Made user doc more understandable.


***Removed***:

* Removed useless monitor.

* [Removed] Removed useless monitor.

## 0.1.0 / 2021-May-10

* [Added] Added TiDB integration.
***Added***:

* Added TiDB integration.