-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog generated with gren Signed-off-by: Abdul Qadeer <[email protected]>
- Loading branch information
Abdul Qadeer
authored
Sep 20, 2021
1 parent
9345bc9
commit 4de6eea
Showing
2 changed files
with
33 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"dataSource": "milestones", | ||
"groupBy": { | ||
"Features:": ["enhancement", "documentation"], | ||
"Bug Fixes:": ["bug"] | ||
}, | ||
"ignoreLabels": ["help wanted", "question", "good first issue"], | ||
"milestoneMatch": "{{tag_name}}", | ||
"changelogFilename": "CHANGELOG.md" | ||
} |
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 @@ | ||
# Changelog | ||
|
||
## v0.1.1 (26/02/2021) | ||
|
||
#### Bug Fixes: | ||
|
||
- [**bug**] Cannot use the LibraryClient with the watcher [#18](https://github.com/paypal/load-watcher/issues/18) | ||
|
||
--- | ||
|
||
## v0.1.0 (24/02/2021) | ||
|
||
#### Enhancements: | ||
|
||
- [**enhancement**] Maintaining consistent release version [#17](https://github.com/paypal/load-watcher/issues/17) | ||
- [**enhancement**] Move metricsprovider to internal [#15](https://github.com/paypal/load-watcher/issues/15) | ||
- [**enhancement**] Need lib to run `load-watcher` client [#12](https://github.com/paypal/load-watcher/issues/12) | ||
- [**enhancement**] Prometheus Client is Missing [#10](https://github.com/paypal/load-watcher/issues/10) | ||
- [**documentation**][**enhancement**] Dockerfile and k8s deployment tutorial are needed [#5](https://github.com/paypal/load-watcher/issues/5) | ||
|
||
#### Bug Fixes: | ||
|
||
- [**bug**] Is there some errors? [#7](https://github.com/paypal/load-watcher/issues/7) |