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 2023-05-21 19:08:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and      
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "golang-github-prometheus-prometheus"

Sun May 21 19:08:07 2023 rev:32 rq:1087896 version:2.44.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2023-05-09 13:08:14.325342712 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1533/golang-github-prometheus-prometheus.changes
        2023-05-21 19:08:12.650264683 +0200
@@ -1,0 +2,35 @@
+Sun May 14 09:56:45 UTC 2023 - Johannes Kastl <[email protected]>
+
+- update to 2.44.0:
+  This version is built with Go tag `stringlabels`, to use the
+  smaller data structure for Labels that was optional in the
+  previous release. For more details about this code change see
+  #10991.
+  * [CHANGE] Remote-write: Raise default samples per send to 2,000.
+    #12203
+  * [FEATURE] Remote-read: Handle native histograms. #12085, #12192
+  * [FEATURE] Promtool: Health and readiness check of prometheus
+    server in CLI. #12096
+  * [FEATURE] PromQL: Add `query_samples_total` metric, the total
+    number of samples loaded by all queries. #12251
+  * [ENHANCEMENT] Storage: Optimise buffer used to iterate through
+    samples. #12326
+  * [ENHANCEMENT] Scrape: Reduce memory allocations on target
+    labels. #12084
+  * [ENHANCEMENT] PromQL: Use faster heap method for `topk()` /
+    `bottomk()`. #12190
+  * [ENHANCEMENT] Rules API: Allow filtering by rule name. #12270
+  * [ENHANCEMENT] Native Histograms: Various fixes and
+    improvements. #11687, #12264, #12272
+  * [ENHANCEMENT] UI: Search of scraping pools is now
+    case-insensitive. #12207
+  * [ENHANCEMENT] TSDB: Add an affirmative log message for
+    successful WAL repair. #12135
+  * [BUGFIX] TSDB: Block compaction failed when shutting down.
+    #12179
+  * [BUGFIX] TSDB: Out-of-order chunks could be ignored if the
+    write-behind log was deleted. #12127
+- rebase patch 0001-Do-not-force-the-pure-Go-name-resolver.patch
+  onto v2.44.0
+
+-------------------------------------------------------------------

Old:
----
  prometheus-2.43.1.tar.gz
  web-ui-2.43.1.tar.gz

New:
----
  prometheus-2.44.0.tar.gz
  web-ui-2.44.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ golang-github-prometheus-prometheus.spec ++++++
--- /var/tmp/diff_new_pack.ZFda2S/_old  2023-05-21 19:08:20.298308344 +0200
+++ /var/tmp/diff_new_pack.ZFda2S/_new  2023-05-21 19:08:20.354308664 +0200
@@ -27,7 +27,7 @@
 %endif
 
 Name:           golang-github-prometheus-prometheus
-Version:        2.43.1
+Version:        2.44.0
 Release:        0
 Summary:        The Prometheus monitoring system and time series database
 License:        Apache-2.0

++++++ 0001-Do-not-force-the-pure-Go-name-resolver.patch ++++++
--- /var/tmp/diff_new_pack.ZFda2S/_old  2023-05-21 19:08:20.690310583 +0200
+++ /var/tmp/diff_new_pack.ZFda2S/_new  2023-05-21 19:08:20.730310811 +0200
@@ -1,4 +1,4 @@
-From 0b22f2168b31038524d7cef78923464cc2d58e00 Mon Sep 17 00:00:00 2001
+From de6a642d171890fb0360fed67fd7313f13ea4b37 Mon Sep 17 00:00:00 2001
 From: Jan Fajerski <[email protected]>
 Date: Fri, 8 Feb 2019 09:17:06 +0100
 Subject: [PATCH] Do not force the pure Go name resolver
@@ -16,23 +16,25 @@
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 diff --git a/.promu.yml b/.promu.yml
-index 233295f85..4969d7de1 100644
+index f724dc34f..ccce0d5a2 100644
 --- a/.promu.yml
 +++ b/.promu.yml
-@@ -12,11 +12,10 @@ build:
+@@ -12,13 +12,12 @@ build:
            path: ./cmd/promtool
      tags:
          all:
 -            - netgo
              - builtinassets
+             - stringlabels
          windows:
              - builtinassets
+             - stringlabels
 -    flags: -a
 +    flags: -mod=vendor -a
      ldflags: |
          -X github.com/prometheus/common/version.Version={{.Version}}
          -X github.com/prometheus/common/version.Revision={{.Revision}}
 -- 
-2.39.0
+2.40.1
 
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ZFda2S/_old  2023-05-21 19:08:21.082312821 +0200
+++ /var/tmp/diff_new_pack.ZFda2S/_new  2023-05-21 19:08:21.122313049 +0200
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">v2.43.1</param>
+    <param name="revision">v2.44.0</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="match-tag">v2*</param>
   </service>
@@ -13,7 +13,7 @@
     <param name="compression">gz</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">prometheus-2.43.1.tar.gz</param>
+    <param name="archive">prometheus-2.44.0.tar.gz</param>
   </service>
 </services>
 

++++++ npm_licenses.tar.bz2 ++++++

++++++ prometheus-2.43.1.tar.gz -> prometheus-2.44.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/prometheus-2.43.1.tar.gz
 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1533/prometheus-2.44.0.tar.gz
 differ: char 12, line 1

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1533/vendor.tar.gz
 differ: char 5, line 1

++++++ web-ui-2.43.1.tar.gz -> web-ui-2.44.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/web-ui-2.43.1.tar.gz
 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1533/web-ui-2.44.0.tar.gz
 differ: char 5, line 1

Reply via email to