Releases: mehdy/keepalived-exporter
Releases · mehdy/keepalived-exporter
v1.4.0
What's Changed
- Update lint version and config by @mehdy in #178
- Feature/signal issue by @TeraTian in #176
- build(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.20.3 by @dependabot in #179
- build(deps): bump github.com/docker/docker from 26.1.1+incompatible to 26.1.5+incompatible by @dependabot in #180
- build(deps): bump github.com/prometheus/common from 0.55.0 to 0.59.1 by @dependabot in #182
- build(deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 by @dependabot in #167
- Update to goreleaser v2 by @EconomicTouristsArmLate in #174
New Contributors
- @TeraTian made their first contribution in #176
- @EconomicTouristsArmLate made their first contribution in #174
Full Changelog: v1.3.3...v1.4.0
v1.3.3
What's Changed
- build(deps): bump github.com/prometheus/common from 0.44.0 to 0.45.0 by @dependabot in #148
- build(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible by @dependabot in #147
- build(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 by @dependabot in #151
- build(deps): Bump go version to 1.22 and all dependencies by @mehdy in #165
Full Changelog: v1.3.2...v1.3.3
v1.3.2
v1.3.1
What's Changed
- fix: add vrrp_state metric even when VIPs are not defined by @dmachard in #113
- feat: add excluded vip support by @dmachard in #114
- feat: new metric to add exporter version by @dmachard in #112
- chore: fix go mod tidy by @clwluvw in #116
- build(deps): bump github.com/docker/docker from 23.0.2+incompatible to 23.0.3+incompatible by @dependabot in #118
- build(deps): bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 by @dependabot in #123
- build(deps): bump github.com/cenkalti/backoff/v4 from 4.2.0 to 4.2.1 by @dependabot in #121
- build(deps): bump github.com/docker/docker from 23.0.3+incompatible to 23.0.5+incompatible by @dependabot in #122
- build(deps): bump github.com/docker/distribution from 2.8.0+incompatible to 2.8.2+incompatible by @dependabot in #125
- build(deps): bump github.com/docker/docker from 23.0.5+incompatible to 24.0.2+incompatible by @dependabot in #127
- build(deps): bump github.com/prometheus/common from 0.42.0 to 0.44.0 by @dependabot in #128
- build(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 by @dependabot in #130
- build(deps): bump github.com/prometheus/client_golang from 1.15.0 to 1.16.0 by @dependabot in #131
- refactor: make the order of execution simpler by @mehdy in #132
- fix: add retry on errors for getKeepalivedStats by @mehdy in #133
- docs: update version by @mehdy in #134
New Contributors
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- build: add support of automatic binary building on release by @meysampg in #73
- fix: adapt parsing logic for keepalived v2.2.7 by @vin01 in #88
- Fix broken ci workflow by @vin01 in #89
- chore: rename repo path by @mehdy in #92
- chore: update repo by @clwluvw in #90
- build(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible by @dependabot in #93
- build(deps): bump github.com/gogo/protobuf from 1.1.1 to 1.3.2 by @dependabot in #94
- refactor: fix golangci lints by @clwluvw in #95
- build: add dev stack builds by @clwluvw in #96
- fix: drop state label from metrics by @clwluvw in #97
- feat: open the keepalived stats file with retry support by @mingqing in #99
- utils: remove time wait after signal send in favor of OpenFileWithRetry by @clwluvw in #100
- ci: enable dependabot by @clwluvw in #101
- build(deps): bump github.com/docker/docker from 23.0.1+incompatible to 23.0.2+incompatible by @dependabot in #108
- chore: update to go v1.20 by @clwluvw in #109
- build: use goreleaser to build and publish new releases by @mehdy in #104
- build: remove *.md from changelog filters by @mehdy in #110
- build: fix goreleaser issues by @mehdy in #111
New Contributors
- @meysampg made their first contribution in #73
- @vin01 made their first contribution in #88
- @dependabot made their first contribution in #93
- @mingqing made their first contribution in #99
Full Changelog: v1.2.0...v1.3.0