Releases: ClusterLabs/ha_cluster_exporter
Releases · ClusterLabs/ha_cluster_exporter
1.3.3
1.3.2
What's Changed
- fine tune regexp and test case with tabs by @stefanotorresi in #216
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #213
- make sbd config devices parser more resilient by @stefanotorresi in #221
- Update Go dependencies and bump minimum Go version to 1.17 by @stefanotorresi in #222
Full Changelog: 1.3.1...1.3.2
1.3.1
Changed
- Brought GitHub Actions config and Makefile up to speed.
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.14.0 by @dependabot in #208
- Bump github.com/stretchr/testify from 1.7.1 to 1.8.1 by @dependabot in #211
- Bump github.com/prometheus/exporter-toolkit from 0.7.1 to 0.7.3 by @dependabot in #207
Full Changelog: 1.3.0...1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
Added
- Support for Corosync v3 (#156)
--version
CLI flag (#158 #168)- Grafana dashboards (#160 #166)
- New metrics for Pacemaker node attributes (#167)
- New metrics for instrumentation of the exporter itself (#169)
Changed
--enable-timestamps
CLI flag and config option have been marked as deprecated (#158)- Migrated CI from Travis to GitHub Actions (#163)
- Update and improve documentation (#164 #165)
Fixed
- Fix
corosync-quorumtool
parsing in Corosync v2.3.6 (#157)