Skip to content

Releases: michael-doubez/filestat_exporter

v0.4.1 / 2025-01-21

20 Jan 23:23
Compare
Choose a tag to compare

Changes

  • [WEB] use prometheus exporter web landing page + add pprof debug
  • [CVE] update golang.org/x/net
  • [DOCKER] switch to scratch base image

What's Changed

  • [deps] Bump github.com/prometheus/common from 0.60.1 to 0.61.0 by @dependabot in #53
  • [deps] Bump github.com/prometheus/exporter-toolkit from 0.13.1 to 0.13.2 by @dependabot in #55
  • [deps] Bump github.com/prometheus/common from 0.61.0 to 0.62.0 by @dependabot in #57
  • [deps] Bump github.com/bmatcuk/doublestar/v4 from 4.7.1 to 4.8.0 by @dependabot in #58
  • [web] use prometheus exporter landing page + add pprof in debug mode by @michael-doubez in #60

Full Changelog: 0.4.0...v0.4.1

v0.4.0 / 2024-11-21

21 Nov 22:17
Compare
Choose a tag to compare

Changes

  • [FEATURE] add scoping of files by tree
  • [UPDATE] update dependencies - golang v1.22.9

Full Changelog: 0.3.8...v0.4.0

v0.3.8

21 Nov 21:44
61d1648
Compare
Choose a tag to compare
v0.3.8

v0.3.7 / 20240216

21 Nov 20:10
Compare
Choose a tag to compare

Changes

  • [UPDATE] update to latest golang (1.22) and dependencies

Full Changelog: v0.3.6...v0.3.7

v0.3.6 / 20230228

28 Feb 22:09
Compare
Choose a tag to compare

Changes

  • [BUGFIX] increment all pattern matching file
  • [UPDATE] update to latest golang (1.20) and dependencies
  • [UPDATE] adapt to latest version of TLS support for exporters

v0.3.5 / 20211117

17 Nov 20:45
Compare
Choose a tag to compare

Changes

  • [ENHANCEMENT] add support of TLS

v0.3.4 / 20211006

17 Nov 20:47
Compare
Choose a tag to compare

Changes

  • [BUGFIX] pattern match with base path and directories matching pattern are ignored
  • [BUGFIX] reconstruct the fully qualified pathname of pattern

v0.3.3

06 Oct 20:45
Compare
Choose a tag to compare

Release is bugged - DON'T USE IT

v0.3.2 / 20210720

20 Jul 21:50
Compare
Choose a tag to compare

Changes

  • [UPDATE] update to latest golang (1.16) and dependencies
  • [CHANGE] log format changed because of switch to go-kit/log

v0.3.1 / 2020-01-15

15 Jan 07:25
Compare
Choose a tag to compare

Changes

  • [BUGFIX] crc32 and nb line global configuration not propagated
  • [ENHANCEMENT] add listen address and metrics path config from file