Skip to content

Releases: mehdy/keepalived-exporter

v1.3.3

01 May 15:30
3428698
Compare
Choose a tag to compare

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

03 Aug 13:57
50b7c52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

24 Jul 07:02
11862a5
Compare
Choose a tag to compare

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

02 Apr 10:48
2a1b111
Compare
Choose a tag to compare

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

Full Changelog: v1.2.0...v1.3.0

v1.2.0

06 Mar 17:31
4c95fa6
Compare
Choose a tag to compare

Release notes:

  • Add docker support

v1.1.0

14 Oct 16:29
7f70713
Compare
Choose a tag to compare

Release notes:

  • Add support Keepalived < v1.3.8 #45
  • Add version flag to show metadata info #48
  • Add more detail to sigNum error logging #41
  • Fixed a typo in --help argument #51

v1.0.3

31 Jul 08:13
c984ec4
Compare
Choose a tag to compare

Release notes:

  • Parse Virtual IP more than 5 chars #39
  • Add stderr to check script error logging #40

v1.0.2

30 Jul 09:37
bbd65a2
Compare
Choose a tag to compare

Release notes:

  • Support older array prop for keepalived data #38

v1.0.1

20 Jul 20:39
93adbc3
Compare
Choose a tag to compare

Release notes:

  • Fix bug on parsing interface name from virtual ips #35

v1.0.0

19 Jul 17:48
3301bb9
Compare
Choose a tag to compare

First stable release 🎉

Release notes:

  • Fixed bug parsing text data #22
  • Refactor metrics name #20
  • Fix Grafana dashboard metrics #24
  • Change default port to 9165 #30
  • Fix bug on wrong value for keepalived_authtype_mismatch
  • Update go modules
  • Add test to project