Releases: woblerr/authlog_exporter
Releases · woblerr/authlog_exporter
v0.7.1
- Bump dependencies to fix Dependabot alert #23.
Full Changelog: v0.7.0...v0.7.1
v0.7.0
- Bump dependencies #20. The TLSCert, TLSKey and ClientCAs can be passed inline as a string as part of the TLSConfig.
- Allow to redefine parameters in systemd unit via env file #22
- Add new event types for
sudo
andsu
by @mumrik58 #21:sudoIncorrectPasswordAttempts
;sudoNotInSudoers
;sudoSucceeded
;suSucceeded
;suFailed
.
Full Changelog: v0.6.0...v0.7.0
v0.6.0
- Update LICENSE for 2024 #17.
- Bump dependencies to fix Dependabot alert #18.
- Update infra versions #19:
- Bump to go
1.21
. - Bump alpine to
3.19
. - Bump golangci-lint to
v1.56.2
. Updated golangci-lint config. Added gocritic linter. - Bump goreleaser to
v1.24.0
.
- Bump to go
Full Changelog: v0.5.1...v0.6.0
v0.5.1
- Bump dependencies to fix Dependabot alert #16.
Full Changelog: v0.5.0...v0.5.1
v0.5.0
- Bump infra versions #13:
- Update go to
1.20
. Update dependencies. - Update goreleaser to
v1.20.0
and golangci-lint tov1.53.3
.
- Update go to
- Bump
prometheus/exporter-toolkit
fromv0.7.3
tov0.9.1
#14:- Add the following flags from the exporter-toolkit/web/kingpinflag package (v0.9.1):
--web.listen-address
--web.config.file
--web.systemd-socket
- Rename
--prom.endpoint
flag to--web.endpoint
. Remove--prom.port
and--prom.web-config
flags. - Updatee alpine to
3.17
.
- Add the following flags from the exporter-toolkit/web/kingpinflag package (v0.9.1):
- Fix hide labels when using
--metric.hideip
and--metric.hideip
flags #15.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Full Changelog: v0.2.0...v0.3.0
v0.2.0
-
Add new flags #3 by @CubicrootXYZ:
metric.hideip
- set this flag to hide IPs in the output and therefore drastically reduce the amount of metrics published;metric.hideuser
- set this flag to hide user accounts in the output and therefore drastically reduce the amount of metrics published.
-
Switch to alpine base image #4.
-
Bump to go1.18 #5.
-
Update dependency
hpcloud/tail
tonxadm/tail
#7.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
- Switch to use go modules and vendoring.
- Add golangci-lint.
- Switch to GitHub Actions.
- Rename metric to authlog_events_total according Prometheus naming convention.
- Switch logging to promlog library.
- Add TLS support and basic user authentication.
- Update tests.
Full Changelog: v0.0.2...v0.1.0