This update for golang-github-prometheus-prometheus fixes the following issues:
-
Require Go > 1.20 for building
-
Bump go-retryablehttp to version 0.7.7
(CVE-2024-6104, bsc#1227038)
-
Migrate from disabled to manual service mode
-
Add0003-Bump-go-retryablehttp.patch
-
Update to 2.45.6 (jsc#PED-3577):
- Security fixes in dependencies
-
Update to 2.45.5:
- [BUGFIX] tsdb/agent: ensure that new series get written to WAL
on rollback.
- [BUGFIX] Remote write: Avoid a race condition when applying
configuration.
-
Update to 2.45.4:
- [BUGFIX] Remote read: Release querier resources before encoding
the results.
-
Update to 2.45.3:
- Security fixes in dependencies
- [BUGFIX] TSDB: Remove double memory snapshot on shutdown.
-
Update to 2.45.2:
- Security fixes in dependencies
- [SECURITY] Updated otelhttp to version 0.46.1
(CVE-2023-45142, bsc#1228556)
- [BUGFIX] TSDB: Fix PostingsForMatchers race with creating new
series.
-
Update to 2.45.1:
- [ENHANCEMENT] Hetzner SD: Support larger ID's that will be used
by Hetzner in September.
- [BUGFIX] Linode SD: Cast InstanceSpec values to int64 to avoid
overflows on 386 architecture.
- [BUGFIX] TSDB: Handle TOC parsing failures.
-
update to 2.45.0 (jsc#PED-5406):
- [FEATURE] API: New limit parameter to limit the number of items
returned by
/api/v1/status/tsdb endpoint.
- [FEATURE] Config: Add limits to global config.
- [FEATURE] Consul SD: Added support for
path_prefix.
- [FEATURE] Native histograms: Add option to scrape both classic
and native histograms.
- [FEATURE] Native histograms: Added support for two more
arithmetic operators
avg_over_time and sum_over_time.
- [FEATURE] Promtool: When providing the block id, only one block
will be loaded and analyzed.
- [FEATURE] Remote-write: New Azure ad configuration to support
remote writing directly to Azure Monitor workspace.
- [FEATURE] TSDB: Samples per chunk are now...