Releases: czerwonk/ping_exporter
Releases · czerwonk/ping_exporter
v1.2.0
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: 15169New format:
targets:
- 127.0.0.1
- example.com
- host: google.com
asn: 15169Tag
Tags are now prefixed with "v"
New Contributors
- @transacid made their first contribution in #139
Full Changelog: 1.1.4...v1.2.0
v1.1.4
What's Changed
- Update labels on hot-reload by @evevseev in #112
- Fix "size" to "payload-size" in README.md by @Foorack in #113
- Prometheus Operator support by @djjudas21 in #116
- feat(helm): add nodeSelector, affinity, and tolerations to test-connection … by @janpastrnak in #126
- Add "web.token" for authentication by @nkeonkeo in #118
- feat(ping_exporter): add dns resolution timeout option by @daveoy in #135
- Add fwmark support by @5aaee9 in #138
New Contributors
- @evevseev made their first contribution in #112
- @Foorack made their first contribution in #113
- @djjudas21 made their first contribution in #116
- @janpastrnak made their first contribution in #126
- @nkeonkeo made their first contribution in #118
- @daveoy made their first contribution in #135
- @5aaee9 made their first contribution in #138
Full Changelog: 1.1.3...1.1.4
v1.1.3
Full Changelog: 1.1.2...1.1.3
v1.1.2
v1.1.1
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
- @cinatic made their first contribution in #88
- @ebarped made their first contribution in #90
- @nomaster made their first contribution in #102
- @eklesel made their first contribution in #104
- @hikhvar made their first contribution in #106
Full Changelog: 1.1.0...1.1.1
v1.1.0
What's Changed
- bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in #80
- Feature: disable ipv4 addresses by @GuillaumeOuint in #81
- implement custom labels for targets by @xykong in #72
- auto discover targets using tailscale API by @rtgnx in #79
New Contributors
- @GuillaumeOuint made their first contribution in #81
- @xykong made their first contribution in #72
- @rtgnx made their first contribution in #79
Full Changelog: 1.0.1...1.1.0
v1.0.1
Changelog
- 2d54d89 fix goreleaser (empty_dir was deprecated)
What's Changed
- Fix helm chart default imageTag by @j13tw in #68
- Fix example usage of ping.size by @stevegrey2 in #74
- helm: add strategy and podLabels by @casteloig in #73
- Web server HTTPS support by @drTr0jan in #76
New Contributors
- @j13tw made their first contribution in #68
- @stevegrey2 made their first contribution in #74
- @casteloig made their first contribution in #73
- @drTr0jan made their first contribution in #76
Full Changelog: 1.0.0...1.0.1