Accepting request 1238174 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1238174 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-github-prometheus-prometheus?expand=0&rev=53
This commit is contained in:
4
_service
4
_service
@@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v3.0.1</param>
|
||||
<param name="revision">v3.1.0</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="match-tag">v3*</param>
|
||||
</service>
|
||||
@@ -13,6 +13,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="archive">prometheus-3.0.1.tar.gz</param>
|
||||
<param name="archive">prometheus-3.1.0.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@@ -1,3 +1,87 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 17:19:35 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 3.1.0:
|
||||
* [SECURITY] upgrade golang.org/x/crypto to address reported
|
||||
CVE-2024-45337. #15691
|
||||
* [CHANGE] Notifier: Increment
|
||||
prometheus_notifications_errors_total by the number of affected
|
||||
alerts rather than per batch. #15428
|
||||
* [CHANGE] API: list rules field "groupNextToken:omitempty"
|
||||
renamed to "groupNextToken". #15400
|
||||
* [ENHANCEMENT] OTLP translate: keep identifying attributes in
|
||||
target_info. #15448
|
||||
* [ENHANCEMENT] Paginate rule groups, add infinite scroll to
|
||||
rules within groups. #15677
|
||||
* [ENHANCEMENT] TSDB: Improve calculation of space used by
|
||||
labels. #13880
|
||||
* [ENHANCEMENT] Rules: new metric
|
||||
rule_group_last_rule_duration_sum_seconds. #15672
|
||||
* [ENHANCEMENT] Observability: Export
|
||||
'go_sync_mutex_wait_total_seconds_total' metric. #15339
|
||||
* [ENHANCEMEN] Remote-Write: optionally use a DNS resolver that
|
||||
picks a random IP. #15329
|
||||
* [PERF] Optimize l=~".+" matcher. #15474, #15684
|
||||
* [PERF] TSDB: Cache all symbols for compaction . #15455
|
||||
* [PERF] TSDB: MemPostings: keep a map of label values slices.
|
||||
#15426
|
||||
* [PERF] Remote-Write: Remove interning hook. #15456
|
||||
* [PERF] Scrape: optimize string manipulation for experimental
|
||||
native histograms with custom buckets. #15453
|
||||
* [PERF] TSDB: reduce memory allocations. #15465, #15427
|
||||
* [PERF] Storage: Implement limit in mergeGenericQuerier. #14489
|
||||
* [PERF] TSDB: Optimize inverse matching. #14144
|
||||
* [PERF] Regex: use stack memory for lowercase copy of string.
|
||||
#15210
|
||||
* [PERF] TSDB: When deleting from postings index, pause to unlock
|
||||
and let readers read. #15242
|
||||
* [BUGFIX] Main: Avoid possible segfault at exit. (#15724)
|
||||
* [BUGFIX] Rules: Do not run rules concurrently if uncertain
|
||||
about dependencies. #15560
|
||||
* [BUGFIX] PromQL: Adds test for absent, absent_over_time and
|
||||
deriv func with histograms. #15667
|
||||
* [BUGFIX] PromQL: Fix various bugs related to quoting UTF-8
|
||||
characters. #15531
|
||||
* [BUGFIX] Scrape: fix nil panic after scrape loop reload. #15563
|
||||
* [BUGFIX] Remote-write: fix panic on repeated log message.
|
||||
#15562
|
||||
* [BUGFIX] Scrape: reload would ignore
|
||||
always_scrape_classic_histograms and
|
||||
convert_classic_histograms_to_nhcb configs. #15489
|
||||
* [BUGFIX] TSDB: fix data corruption in experimental native
|
||||
histograms. #15482
|
||||
* [BUGFIX] PromQL: Ignore histograms in all time related
|
||||
functions. #15479
|
||||
* [BUGFIX] OTLP receiver: Convert metric metadata. #15416
|
||||
* [BUGFIX] PromQL: Fix resets function for histograms. #15527
|
||||
* [BUGFIX] PromQL: Fix behaviour of changes() for mix of
|
||||
histograms and floats. #15469
|
||||
* [BUGFIX] PromQL: Fix behaviour of some aggregations with
|
||||
histograms. #15432
|
||||
* [BUGFIX] allow quoted exemplar keys in openmetrics text format.
|
||||
#15260
|
||||
* [BUGFIX] TSDB: fixes for rare conditions when loading
|
||||
write-behind-log (WBL). #15380
|
||||
* [BUGFIX] round() function did not remove __name__ label. #15250
|
||||
* [BUGFIX] Promtool: analyze block shows metric name with 0
|
||||
cardinality. #15438
|
||||
* [BUGFIX] PromQL: Fix count_values for histograms. #15422
|
||||
* [BUGFIX] PromQL: fix issues with comparison binary operations
|
||||
with bool modifier and native histograms. #15413
|
||||
* [BUGFIX] PromQL: fix incorrect "native histogram ignored in
|
||||
aggregation" annotations. #15414
|
||||
* [BUGFIX] PromQL: Corrects the behaviour of some operator and
|
||||
aggregators with Native Histograms. #15245
|
||||
* [BUGFIX] TSDB: Always return unknown hint for first sample in
|
||||
non-gauge histogram chunk. #15343
|
||||
* [BUGFIX] PromQL: Clamp functions: Ignore any points with native
|
||||
histograms. #15169
|
||||
* [BUGFIX] TSDB: Fix race on stale values in headAppender. #15322
|
||||
* [BUGFIX] UI: Fix selector / series formatting for empty metric
|
||||
names. #15340
|
||||
* [BUGFIX] OTLP receiver: Allow colons in non-standard units.
|
||||
#15710
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 13 11:39:57 UTC 2024 - Witek Bedyk <witold.bedyk@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package golang-github-prometheus-prometheus
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2017 Silvio Moioli <moio@suse.com>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -27,7 +27,7 @@
|
||||
%endif
|
||||
|
||||
Name: golang-github-prometheus-prometheus
|
||||
Version: 3.0.1
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: The Prometheus monitoring system and time series database
|
||||
License: Apache-2.0
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16c21a262593502309a75618d7bb331df39e6115aabb7dc963444368680a7505
|
||||
size 78087
|
||||
oid sha256:06bc551e0dae9777b5ee7f346832c65dad931508b63ae8142dd3f0dfee65f288
|
||||
size 97478
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7897261a346eac82474e86890f5ceee2956555bd9a73c758ea5d363c642d6673
|
||||
size 5085659
|
3
prometheus-3.1.0.tar.gz
Normal file
3
prometheus-3.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed412dc48bff63dd3ca5843d54204563b3187ac1aff1be01985fc48bac88cd59
|
||||
size 5100610
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3428485176ce1ce00c6e1ea648426bd8eb2b4c3bbf8c9462d94ad123d212684a
|
||||
size 15236639
|
||||
oid sha256:bc64bd5b6e124d5fb679213eced680efbba7460b3d2df61b2e0dbd6bd7270e8f
|
||||
size 15340029
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c88ba8fb6ac15b47cddc982b61cc5a58447bd63508f8132e0406c47bdb1b2921
|
||||
size 8512974
|
3
web-ui-3.1.0.tar.gz
Normal file
3
web-ui-3.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51ed212b299ad034be825dd3a1d4522e9a8c905f605e8560349b8251fd12566c
|
||||
size 8618124
|
Reference in New Issue
Block a user