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):
Update to 2.45.5:
Update to 2.45.4:
Update to 2.45.3:
Update to 2.45.2:
Update to 2.45.1:
update to 2.45.0 (jsc#PED-5406):
/api/v1/status/tsdb endpoint.path_prefix.avg_over_time and sum_over_time.storage.tsdb.samples-per-chunk. By default set to its
former value 120.Appendable() segfault.update to 2.44.0:
query_samples_total metric, the total
number of samples loaded by all queries.topk() /
bottomk().rebase patch 0001-Do-not-force-the-pure-Go-name-resolver.patch onto v2.44.0
update to 2.43.1
update to 2.43.0:
include_scrape_configs to include
scrape configs from different files.no_proxy to exclude URLs from
proxied requests.proxy_from_enviroment to read
proxies from env variables.group by labels to metric in
autocompletion.prometheus_target_scrape_pool_target_limit metric not set
before reloading.prometheus_tsdb_head_chunks_removed_total and
prometheus_tsdb_head_chunks metrics when reading WAL.prometheus_tsdb_sample_ooo_delta metric.update to 2.42.0:
This release comes with a bunch of feature coverage for native
histograms and breaking changes.
If you are trying native histograms already, we recommend you
remove the wal directory when upgrading.
Because the old WAL record for native histograms is not
backward compatible in v2.42.0, this will lead to some data
loss for the latest data.
Additionally, if you scrape 'float histograms' or use recording
rules on native histograms in v2.42.0 (which writes float
histograms), it is a one-way street since older versions do not
support float histograms.
update to 2.41.0:
update to 2.40.7:
update to 2.40.5:
update to 2.40.3:
update to 2.40.2:
update to 2.40.1:
update to 2.40.0:
update to 2.39.1:
update to 2.39.0:
update to 2.38.0:
Remove npm_licenses.tar.bz2 during 'make clean'
Remove web-ui archives during 'make clean'.
Fix uncontrolled resource consumption by updating Go to version 1.20.1 (CVE-2022-41723, bsc#1208298)