Releases: michael-doubez/filestat_exporter
Releases · michael-doubez/filestat_exporter
v0.4.1 / 2025-01-21
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
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
v0.3.8
v0.3.7 / 20240216
v0.3.6 / 20230228
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
Changes
- [ENHANCEMENT] add support of TLS
v0.3.4 / 20211006
Changes
- [BUGFIX] pattern match with base path and directories matching pattern are ignored
- [BUGFIX] reconstruct the fully qualified pathname of pattern
v0.3.3
Release is bugged - DON'T USE IT
v0.3.2 / 20210720
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
Changes
- [BUGFIX] crc32 and nb line global configuration not propagated
- [ENHANCEMENT] add listen address and metrics path config from file