Package Release Info

prometheus-ha_cluster_exporter-1.3.3+git.1683650163.1000ba6-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

prometheus-ha_cluster_exporter

Change Logs

* Mon May 29 2023 UTC - shap-staff@suse.de
- Release 1.3.3
  [#]# What's Changed
  * bump go version to 1.20 (bnc#1208296)
  * *Full Changelog**: https://github.com/ClusterLabs/ha_cluster_exporter/compare/1.3.2...1.3.3
* Tue May 02 2023 UTC - shap-staff@suse.de
- Release 1.3.2
  [#]# What's Changed
  * fine tune regexp and test case with tabs by @stefanotorresi in https://github.com/ClusterLabs/ha_cluster_exporter/pull/216
  * Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in https://github.com/ClusterLabs/ha_cluster_exporter/pull/213
  * make sbd config devices parser more resilient by @stefanotorresi in https://github.com/ClusterLabs/ha_cluster_exporter/pull/221
  * Update Go dependencies and bump minimum Go version to 1.17 by @stefanotorresi in https://github.com/ClusterLabs/ha_cluster_exporter/pull/222
  * *Full Changelog**: https://github.com/ClusterLabs/ha_cluster_exporter/compare/1.3.1...1.3.2
* Fri Feb 10 2023 UTC - shap-staff@suse.de
- Release 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 https://github.com/ClusterLabs/ha_cluster_exporter/pull/208
  * Bump github.com/stretchr/testify from 1.7.1 to 1.8.1 by @dependabot in https://github.com/ClusterLabs/ha_cluster_exporter/pull/211
  * Bump github.com/prometheus/exporter-toolkit from 0.7.1 to 0.7.3 by @dependabot in https://github.com/ClusterLabs/ha_cluster_exporter/pull/207 (fixes bnc#1208046 CVE-2022-46146)
  * *Full Changelog**: https://github.com/ClusterLabs/ha_cluster_exporter/compare/1.3.0...1.3.1
* Tue May 24 2022 UTC - shap-staff@suse.de
- Release 1.3.0
  [#]# Added
  - TLS and basic auth support (#200)
  - sysconfig file now available to override systemd unit CLI arguments (#200)
  [#]# Changed
  - **Deprecated**: Some CLI flags were deprecated in favour of new ones according to upstream conventions (#200)
  - Boilerplate now uses the Prometheus Exporter Toolkit (#200)
  - Rename `master` branch to `main`
  - Rename dashboard provider subpackage (#196)
* Fri May 28 2021 UTC - shap-staff@suse.de
- Release 1.2.3
  [#]# Changed
  - Compress GitHub artifacts (#195)
  [#]# Fixed
  - Fix cloned resource collection once and for all (#194)
  [#]# Removed
  - Remove the `make download` target, which was mostly useless. (#194)
* Wed May 12 2021 UTC - shap-staff@suse.de
- Release 1.2.2
  [#]# Added
  - Add parsing of the `crm_config` node in the CIB parser. (#190)
  [#]# Changed
  - Update the minimum required Go version to 1.14. (#192)
  [#]# Fixed
  - Avoid duplicate metric recording errors for non-running OCFS resources. (#191)
* Wed Dec 02 2020 UTC - shap-staff@suse.de
- Release 1.2.1
  [#]# Fixed
  - Remove Pacemaker dependency from systemd unit (#180)
* Fri Sep 11 2020 UTC - shap-staff@suse.de
- Release 1.2.0
  [#]# Added
  - Implement SBD watchdog and msgwait timeout metrics (#174)
  [#]# Fixed
  - Handle correctly corosync membership parsing with qdevice enabled (#172)
* Mon Jul 13 2020 UTC - shap-staff@suse.de
- Release 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)
* Mon May 18 2020 Stefano Torresi <stefano.torresi@suse.com>
- Backport to SLE12SP3 and SLE15. (jsc#SLE-10902, jsc#SLE-10903, jsc#ECO-817, jsc#ECO-818)