prometheus-fail2ban-exporter/CHANGELOG.md

31 lines
1.2 KiB
Markdown
Raw Normal View History

# CHANGELOG
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
2021-03-28 16:14:48 +00:00
## [Unreleased]## [0.1.0] - 2021-03-28
2021-02-07 11:16:29 +00:00
### 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
2021-03-28 16:14:48 +00:00
### Fixed
- (0842419) fix: compile tool without cgo_enabled flag
2021-02-07 11:16:29 +00:00
---
*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
2021-02-07 11:16:29 +00:00
[git-chglog]: https://github.com/git-chglog/git-chglog
2021-03-28 16:14:48 +00:00
[Unreleased]: https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/compare/0.1.0...main
[0.1.0]: https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/compare/0.0.0...0.1.0