This update fixes the following issues:
golang-github-lusitaniae-apache_exporter:
- Do not strip if SUSE Linux Enterprise 15 SP3
- Exclude debug for Red Hat Enterprise Linux >= 8
- Build with Go >= 1.20 when the OS is not Red Hat Enterprise Linux
golang-github-prometheus-alertmanager:
- Create position independent executables (PIE)
- Add System/Monitoring group tag
- Update to version 0.26.0 (jsc#PED-7353):
https://github.com/prometheus/alertmanager/releases/tag/v0.26.0
- CVE-2023-40577: Fix stored XSS via the /api/v1/alerts endpoint
in the Alertmanager UI (bsc#1218838)
- Configuration: Fix empty list of receivers and inhibit_rules
would cause the alertmanager to crash
- Templating: Fixed a race condition when using the title
function. It is now race-safe
- API: Fixed duplicate receiver names in the api/v2/receivers API
endpoint
- API: Attempting to delete a silence now returns the correct
status code, 404 instead of 500
- Clustering: Fixes a panic when tls_client_config is empty
- Webhook: url is now marked as a secret. It will no longer show
up in the logs as clear-text
- Metrics: New label reason for
alertmanager_notifications_failed_total metric to indicate the
type of error of the alert delivery
- Clustering: New flag --cluster.label, to help to block any
traffic that is not meant for the cluster
- Integrations: Add Microsoft Teams as a supported integration
- Update to version 0.25.0:
https://github.com/prometheus/alertmanager/releases/tag/v0.25.0
- Fail configuration loading if api_key and api_key_file are
defined at the same time
- Fix the alertmanager_alerts metric to avoid counting resolved
alerts as active. Also added a new alertmanager_marked_alerts
metric that retain the old behavior
- Trim contents of Slack API URLs when reading from files
- amtool: Avoid panic when the label value matcher is empty
- Fail configuration loading if api_url is empty for OpsGenie
*...