docs: generate changelog file (#5)
This commit is contained in:
parent
50e1d4b8c8
commit
eaec4db47c
1 changed files with 16 additions and 0 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -6,5 +6,21 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- (6355c9e) feat: fail on startup if database file does not exist ([#8](https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/issues/8))
|
||||
- (4f18bf3) feat: add cli parameters for db path and metrics port ([#4](https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/issues/4))
|
||||
- (91cba80) feat: export number of banned ips
|
||||
- (4b96501) feat: export bad ip count per jail
|
||||
- (0b40e5d) feat: connect to fail2ban db and extract total bad ips
|
||||
- (7ced846) feat: initial setup of metric exporter
|
||||
|
||||
## 0.0.0 - 2021-02-05
|
||||
|
||||
---
|
||||
|
||||
*This changelog is automatically generated by [git-chglog]*
|
||||
|
||||
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
|
||||
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
|
||||
[git-chglog]: https://github.com/git-chglog/git-chglog
|
||||
[Unreleased]: https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/compare/0.0.0...develop
|
||||
|
|
Loading…
Reference in a new issue