Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tempo-cli for openSUSE:Factory 
checked in at 2026-06-08 14:21:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tempo-cli (Old)
 and      /work/SRC/openSUSE:Factory/.tempo-cli.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tempo-cli"

Mon Jun  8 14:21:57 2026 rev:19 rq:1357860 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tempo-cli/tempo-cli.changes      2026-04-25 
21:37:00.760892610 +0200
+++ /work/SRC/openSUSE:Factory/.tempo-cli.new.2375/tempo-cli.changes    
2026-06-08 14:27:35.110694572 +0200
@@ -1,0 +2,53 @@
+Mon Jun 08 05:46:18 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 3.0.0:
+  * CLI-related changes:
+    - Add span profiling support via otelpyroscope. Enable with
+      span_profiling: true or -span-profiling CLI flag to attach
+      pprof labels to OTel spans by @simonswine in #7063
+    - Add tempo-cli migrate config command for migrating Tempo 2.x
+      configs to 3.0 by @mapno in #6982
+    - tempo-cli: Add --header flag to query api commands for custom
+      headers by @Nouuu in #6768
+    - tempo-cli: add redact command to submit trace redaction jobs
+      to the backend scheduler by @zalegrala in #6832
+    - Double the maximum number of dedicated string columns in
+      vParquet5 and update tempo-cli to determine the optimum
+      number for the data by @mdisibio in #6282
+    - Remove explicit runtime.GC() calls in vParquet5
+      compactor/block creation and CLI by @oleg-kozlyuk-grafana in
+      #6603
+    - Removed v2 block encoding and the legacy v2 compactor
+      component by @joe-elliott in #6273
+      - Removed v2-specific CLI commands: list block, list index,
+        view index, gen index, and gen bloom.
+    - Removed duplicate compaction prefix from CompactorConfig CLI
+      flags by @electron0zero in #6909
+      - compaction.compaction.block-retention →
+        compaction.block-retention
+      - compaction.compaction.max-objects-per-block →
+        compaction.max-objects-per-block
+      - compaction.compaction.max-block-bytes →
+        compaction.max-block-bytes
+      - compaction.compaction.compaction-window →
+        compaction.compaction-window
+    - Removed legacy mem-ballast-size-mbs CLI flag by
+      @orkhan-huseyn in #6403
+    - tempo-cli: Support relative time (now, now-1h) for start/end
+      args and standardize on RFC3339 in all commands by
+      @electron0zero in #6458
+      - query search command no longer accepts timestamps without
+        timezone, for example 2024-01-01T00:00:00; use RFC3339, for
+        example 2024-01-01T00:00:00Z, or relative time instead.
+    - tempo-cli: Rewrite migrate overrides-config and add migrate
+      overrides-per-tenant command to help migrate legacy flat
+      overrides to the new scoped format by @electron0zero in #6793
+  * Dependencies
+    - fix(security/high): update module github.com/apache/thrift to
+      v0.23.0 [security] (#7265)
+    - fix(security/unknown): update module golang.org/x/crypto to
+      v0.52.0 [security] (#7266)
+    - fix(security/unknown): update module golang.org/x/net to
+      v0.55.0 [security] (#7267)
+
+-------------------------------------------------------------------

Old:
----
  tempo-cli-2.10.5.obscpio

New:
----
  tempo-cli-3.0.0.obscpio

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

Other differences:
------------------
++++++ tempo-cli.spec ++++++
--- /var/tmp/diff_new_pack.V0i9u6/_old  2026-06-08 14:27:36.894768601 +0200
+++ /var/tmp/diff_new_pack.V0i9u6/_new  2026-06-08 14:27:36.898768767 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           tempo-cli
-Version:        2.10.5
+Version:        3.0.0
 Release:        0
 Summary:        CLI for the Grafana Tempo tracing backend
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.V0i9u6/_old  2026-06-08 14:27:37.006773249 +0200
+++ /var/tmp/diff_new_pack.V0i9u6/_new  2026-06-08 14:27:37.034774411 +0200
@@ -1,9 +1,9 @@
 <services>
   <service name="obs_scm" mode="manual">
-    <param name="url">https://github.com/grafana/tempo</param>
+    <param name="url">https://github.com/grafana/tempo.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v2.10.5</param>
+    <param name="revision">refs/tags/v3.0.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.V0i9u6/_old  2026-06-08 14:27:37.114777730 +0200
+++ /var/tmp/diff_new_pack.V0i9u6/_new  2026-06-08 14:27:37.122778062 +0200
@@ -1,6 +1,8 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/grafana/tempo</param>
-              <param 
name="changesrevision">991ce39eb956e9ed771fcffe05eff42d33de27ba</param></service></servicedata>
+              <param 
name="changesrevision">991ce39eb956e9ed771fcffe05eff42d33de27ba</param></service><service
 name="tar_scm">
+                <param name="url">https://github.com/grafana/tempo.git</param>
+              <param 
name="changesrevision">d399842f5d699627e49cdb7034b70e29e0e29567</param></service></servicedata>
 (No newline at EOF)
 

++++++ tempo-cli-2.10.5.obscpio -> tempo-cli-3.0.0.obscpio ++++++
/work/SRC/openSUSE:Factory/tempo-cli/tempo-cli-2.10.5.obscpio 
/work/SRC/openSUSE:Factory/.tempo-cli.new.2375/tempo-cli-3.0.0.obscpio differ: 
char 19, line 1

++++++ tempo-cli.obsinfo ++++++
--- /var/tmp/diff_new_pack.V0i9u6/_old  2026-06-08 14:27:37.202781382 +0200
+++ /var/tmp/diff_new_pack.V0i9u6/_new  2026-06-08 14:27:37.206781548 +0200
@@ -1,5 +1,5 @@
 name: tempo-cli
-version: 2.10.5
-mtime: 1776967000
-commit: 991ce39eb956e9ed771fcffe05eff42d33de27ba
+version: 3.0.0
+mtime: 1779975720
+commit: d399842f5d699627e49cdb7034b70e29e0e29567
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/tempo-cli/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.tempo-cli.new.2375/vendor.tar.gz differ: char 13, 
line 1

Reply via email to