Merge branch 'release/0.1.0' into 'main'
Release/0.1.0 See merge request hectorjsmith/fail2ban-prometheus-exporter!17
This commit is contained in:
commit
5f9085aa5a
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,7 +4,7 @@ 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].
|
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]## [0.1.0] - 2021-03-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- (6355c9e) feat: fail on startup if database file does not exist ([#8](https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/issues/8))
|
- (6355c9e) feat: fail on startup if database file does not exist ([#8](https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/issues/8))
|
||||||
@ -14,7 +14,10 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
|
|||||||
- (0b40e5d) feat: connect to fail2ban db and extract total bad ips
|
- (0b40e5d) feat: connect to fail2ban db and extract total bad ips
|
||||||
- (7ced846) feat: initial setup of metric exporter
|
- (7ced846) feat: initial setup of metric exporter
|
||||||
|
|
||||||
## 0.0.0 - 2021-02-05
|
|
||||||
|
### Fixed
|
||||||
|
- (0842419) fix: compile tool without cgo_enabled flag
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -23,4 +26,5 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
|
|||||||
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
|
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
|
||||||
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
|
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
|
||||||
[git-chglog]: https://github.com/git-chglog/git-chglog
|
[git-chglog]: https://github.com/git-chglog/git-chglog
|
||||||
[Unreleased]: https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/compare/0.0.0...develop
|
[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
|
||||||
|
@ -31,7 +31,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
|
|||||||
[git-chglog]: https://github.com/git-chglog/git-chglog
|
[git-chglog]: https://github.com/git-chglog/git-chglog
|
||||||
|
|
||||||
{{- if .Versions }}
|
{{- if .Versions }}
|
||||||
[Unreleased]: {{ .Info.RepositoryURL }}/compare/{{ $latest := index .Versions 0 }}{{ $latest.Tag.Name }}...develop
|
[Unreleased]: {{ .Info.RepositoryURL }}/compare/{{ $latest := index .Versions 0 }}{{ $latest.Tag.Name }}...main
|
||||||
{{ range .Versions -}}
|
{{ range .Versions -}}
|
||||||
{{ if .Tag.Previous -}}
|
{{ if .Tag.Previous -}}
|
||||||
[{{ .Tag.Name }}]: {{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}
|
[{{ .Tag.Name }}]: {{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user