Skip to content

Releases: ncabatoff/process-exporter

v0.8.2

28 Apr 20:05
eaf09b7
Compare
Choose a tag to compare

Changelog

  • eaf09b7 Bump golang.org/x/net from 0.22.0 to 0.23.0 (#298)
  • f6ae132 Upgrade prometheus/procfs dependency, use Go1.21 (#296)

v0.8.1

17 Apr 20:11
Compare
Choose a tag to compare

Changelog

  • b2740a6 Update release action to use newer actions. Use latest goreleaser version. Use CGO_ENABLED in its config instead of tags.
  • a3bc995 Fix server start error (#295)

v0.8.0

16 Apr 23:58
0bcf42e
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Changelog

0bcf42e Add -recheck-with-time-limit support (#223)

v0.7.11

16 Apr 23:43
Compare
Choose a tag to compare

Changelog

6caf441 Update Dockerfile for Go 1.22
a06825a Finish updating to Go 1.22
5d0621f update deps

v0.7.10

17 Nov 13:21
Compare
Choose a tag to compare

Changelog

44d59f9 Add TLS metrics support (#175)

v0.7.9

31 Oct 12:35
b7310f0
Compare
Choose a tag to compare

Changelog

b7310f0 Update procfs to 0.7.3 (#210), fixes 32-bit platforms

v0.7.8

28 Oct 23:36
146e0df
Compare
Choose a tag to compare

Changelog

146e0df Add template option for Cgroups (#199)
934d2ed Update Dockerfile so it actually builds for the arch specified by buildx.

v0.7.7

17 Oct 22:14
Compare
Choose a tag to compare

Changelog

c010138 Ensure that official binaries have the full build information
ca50fe3 Make docker images multi-platform: amd64, arm64, armv6, armv7

All other changes since the last release are either dependency updates or refactorings, none of which should have user-visible effects.

v0.7.5

05 Nov 12:42
c4dd498
Compare
Choose a tag to compare

Changelog

90d7869 Add exporter version metric
704cb9e Fix OPTS arguments

v0.7.4

05 Nov 00:17
fce9424
Compare
Choose a tag to compare

Changelog

Some build process changes, but the main user-visible change is that we now publish a checksums.txt, and when
deploying a deb/rpm package there is now a /etc/default/process-exporter file containing the arguments to invoke the daemon with.