Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package golang-github-prometheus-prometheus
for openSUSE:Factory checked in at 2025-01-17 18:37:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
and
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.5589 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-prometheus-prometheus"
Fri Jan 17 18:37:09 2025 rev:53 rq:1238174 version:3.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
2024-12-17 19:23:28.821718359 +0100
+++
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.5589/golang-github-prometheus-prometheus.changes
2025-01-17 18:37:16.292705660 +0100
@@ -1,0 +2,84 @@
+Thu Jan 2 17:19:35 UTC 2025 - Johannes Kastl
<[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
prometheus-3.0.1.tar.gz
web-ui-3.0.1.tar.gz
New:
----
prometheus-3.1.0.tar.gz
web-ui-3.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-prometheus-prometheus.spec ++++++
--- /var/tmp/diff_new_pack.nqRCAv/_old 2025-01-17 18:37:18.624802293 +0100
+++ /var/tmp/diff_new_pack.nqRCAv/_new 2025-01-17 18:37:18.624802293 +0100
@@ -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 <[email protected]>
#
# 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
++++++ _service ++++++
--- /var/tmp/diff_new_pack.nqRCAv/_old 2025-01-17 18:37:18.716806105 +0100
+++ /var/tmp/diff_new_pack.nqRCAv/_new 2025-01-17 18:37:18.720806270 +0100
@@ -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,7 +13,7 @@
<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>
++++++ npm_licenses.tar.bz2 ++++++
++++ 10852 lines of diff (skipped)
++++++ prometheus-3.0.1.tar.gz -> prometheus-3.1.0.tar.gz ++++++
++++ 26129 lines of diff (skipped)
++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/vendor.tar.gz
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.5589/vendor.tar.gz
differ: char 5, line 1
++++++ web-ui-3.0.1.tar.gz -> web-ui-3.1.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/web-ui-3.0.1.tar.gz
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.5589/web-ui-3.1.0.tar.gz
differ: char 5, line 1