Skip to content

Releases: prometheus/graphite_exporter

0.15.1 / 2024-03-22

22 Mar 16:36
v0.15.1
cf47e46
Compare
Choose a tag to compare
  • [SECURITY] Update dependencies, including google.golang.org/protobuf for CVE-2024-24786
  • [CHANGE] Use go standard errors instead of deprecated github.com/pkg/errors (#242)

0.15.0 / 2023-12-06

06 Dec 16:19
v0.15.0
8e5d197
Compare
Choose a tag to compare

0.14.1 / 2023-12-06

06 Dec 12:24
v0.14.1
cb576b4
Compare
Choose a tag to compare
  • [SECURITY] Maintenance release, updating dependencies & building with Go 1.21

0.14.0 / 2023-06-02

02 Jun 09:30
v0.14.0
3b9b809
Compare
Choose a tag to compare
  • [FEATURE] Support scaling parameter in mapping (#235)
  • [SECURITY] Maintenance release, updating dependencies

0.13.3 / 2023-03-09

08 Mar 19:54
v0.13.3
49136df
Compare
Choose a tag to compare
  • [SECURITY] Update various dependencies (#223 and others)

0.13.1 / 2022-12-05

05 Dec 16:44
v0.13.1
4848dea
Compare
Choose a tag to compare

0.12.4 / 2022-12-05

05 Dec 16:43
v0.12.4
7812015
Compare
Choose a tag to compare

0.13.0 / 2022-10-25

05 Dec 15:59
v0.13.0
1b6f895
Compare
Choose a tag to compare
0.13.0 / 2022-10-25 Pre-release
Pre-release
  • [ENHANCEMENT] Support systemd socket activation (#206)

NOTE: This release was not properly published right away. It is affected by GHSA-7rg2-cxvp-9p7p and if you are not already using it, wait for 0.13.1 which will be out in a few minutes.

0.12.3 / 2022-08-06

06 Aug 12:43
v0.12.3
cf6bc9a
Compare
Choose a tag to compare
  • [BUGFIX] Fix crash on startup for some configurations (#198)

For mappings that require backtracking, 0.12.2 would crash on startup due to an uninitialized logger.
If this affected you, consider changing the order of rules or enabling unordered rules for better performance.

0.12.2 / 2022-07-08

08 Jul 19:30
v0.12.2
f08af21
Compare
Choose a tag to compare

This is a comprehensive housekeeping release, bringing all dependencies and the compiler version up to date.

It imports a bug fix in the mapper, allowing metrics with multiple dashes in a row.