Skip to content

Releases: woblerr/authlog_exporter

v0.6.0

06 Apr 13:06
6f2d3df
Compare
Choose a tag to compare
  • 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.

Full Changelog: v0.5.1...v0.6.0

v0.5.1

25 Dec 20:08
cfc72e0
Compare
Choose a tag to compare
  • Bump dependencies to fix Dependabot alert #16.

Full Changelog: v0.5.0...v0.5.1

v0.5.0

28 Oct 19:54
7a8ac72
Compare
Choose a tag to compare
  • Bump infra versions #13:
    • Update go to 1.20. Update dependencies.
    • Update goreleaser to v1.20.0 and golangci-lint to v1.53.3.
  • Bump prometheus/exporter-toolkit from v0.7.3 to v0.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.
  • Fix hide labels when using --metric.hideip and --metric.hideip flags #15.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

21 Feb 20:30
9468274
Compare
Choose a tag to compare
  • Add deb/rpm packages build #10.
  • Bump dependencies to fix Dependabot alerts #11.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

22 Dec 17:34
4e232fa
Compare
Choose a tag to compare
  • Bump prometheus/exporter-toolkit from 0.7.1 to 0.7.3 #8 .
  • Switch geoip db api url #9 .

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 Nov 19:05
030ec5e
Compare
Choose a tag to compare
  • 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 to nxadm/tail #7.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Apr 20:29
Compare
Choose a tag to compare
  • 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

v0.0.2

18 Sep 12:48
Compare
Choose a tag to compare

Changelog

8301722 typos; add go report label
5db1a2c Merge pull request #1 from woblerr/geoIP_support
cf072c8 style
5408f13 add geoIP info to README
65cad0a add geoIP database support: from local file or from url

v0.0.1

08 Sep 12:00
Compare
Choose a tag to compare

Changelog

0bb71b6 use goreleaser to create release
5157879 add run in docker
cd51a63 typos
007caa0 cosmetic changes: typos, etc.
d04e2c0 add v.0.0.1
5d4a556 Initial commit