Skip to content

Releases: czerwonk/ping_exporter

v1.2.0

17 Feb 08:17
5b8b560

Choose a tag to compare

What's Changed

  • feat: allow for a kubernetes endpoint resolver by @daveoy in #132
  • chore(chart): bump chart for release 1.1.4 by @transacid in #139
  • Add a default value for the helm tests by @eklesel in #143

⚠️ Breaking changes

Config

The config file format changed for targets with labels:

Before v1.2.x:

targets:
  - 127.0.0.1
  - example.com
  - google.com:
      asn: 15169

New format:

targets:
  - 127.0.0.1
  - example.com
  - host: google.com
    asn: 15169

Tag

Tags are now prefixed with "v"

New Contributors

Full Changelog: 1.1.4...v1.2.0

v1.1.4

25 Aug 14:18
f03a920

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.3...1.1.4

v1.1.3

29 Mar 15:55
7ea1f64

Choose a tag to compare

Full Changelog: 1.1.2...1.1.3

v1.1.2

28 Mar 07:19
f5f97ad

Choose a tag to compare

What's Changed

  • Make configuration serializable by @hikhvar in #107
  • Fix bugs introduced by hot reloading of targets by @hikhvar in #108

Full Changelog: 1.1.1...1.1.2

v1.1.1

26 Mar 10:32
f21af96

Choose a tag to compare

What's Changed

  • Update README.md and replace master branch by @cinatic in #88
  • Update values.yaml by @ebarped in #90
  • Add a configmap checksum to the helm chart deployment by @eklesel in #104
  • Implement hot reloading of configuration file for changed list of targets by @hikhvar in #106

New Contributors

Full Changelog: 1.1.0...1.1.1

v1.1.0

19 Jul 09:02
d3a6779

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.1.0

v1.0.1

22 Nov 16:54

Choose a tag to compare

Changelog

  • 2d54d89 fix goreleaser (empty_dir was deprecated)

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

v1.0.0

13 Jan 09:37

Choose a tag to compare

Changelog

  • 7c3fece Merge branch 'foogod-version1'

0.4.8

01 Dec 14:00
cef8ae5

Choose a tag to compare

Changelog

  • cef8ae5 Merge pull request #57 from Hurricos/master

0.4.7

19 Mar 18:28
c54b7fb

Choose a tag to compare

Changelog

  • 2060b1d Fix defaults when using config file
  • 92f0c72 metrics: allow for best practices (resolves #16)
  • Cleanups

Thanks to @dmke