Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package loki for openSUSE:Factory checked in 
at 2026-07-01 16:41:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/loki (Old)
 and      /work/SRC/openSUSE:Factory/.loki.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "loki"

Wed Jul  1 16:41:45 2026 rev:36 rq:1362771 version:3.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/loki/loki.changes        2026-05-14 
21:43:21.335580889 +0200
+++ /work/SRC/openSUSE:Factory/.loki.new.11887/loki.changes     2026-07-01 
16:47:05.834879228 +0200
@@ -1,0 +2,44 @@
+Wed Jun 24 17:30:20 UTC 2026 - Marcus Rueckert <[email protected]>
+
+- Update to version 3.7.3:
+  * fix(ci): prepare release 3.7.3
+  * chore: Publish release images to the GAR mirror, skip docker plugin 
(#22549)
+  * chore: Bump loki-release for the publish mkdir fix (#22540)
+  * chore: Bump loki-release to pick up github-release fix (#22537)
+  * fix(ci): Log into dockerhub (#22528)
+  * fix(ci): Use latest version of loki-release for capital letter support 
(#22520)
+  * chore(release-3.7.x): Release 3.7.3 (#22306)
+  * fix(ci): Remove test checking for nfpm vars, like main (#22501)
+  * fix(ci): Use latest workflow definitions for 3.7.x (#22496)
+  * chore: Bump Go to 1.26.4 [release-3.7.x] (#22459)
+  * chore(docs): Add migration guide from SSD to HA Monolithic [release-3.7.x] 
(#22462)
+  * chore: Update Prometheus dependency to latest main [release-3.7.x] (#22404)
+  * fix(security/UNKNOWN/): Update security golang.org/x/net to v0.55.0 
[SECURITY] (release-3.7.x) (#22190)
+  * fix(security/UNKNOWN/): Update security golang.org/x/crypto to v0.52.0 
[SECURITY] (release-3.7.x) (#22189)
+  * fix(security/UNKNOWN/): Update security golang.org/x/sys to v0.44.0 
[SECURITY] (release-3.7.x) (#22191)
+  * fix(security/UNKNOWN/cmd/dataobj-inspect): Update security 
cmd/dataobj-inspect golang.org/x/sys to v0.44.0 [SECURITY] (release-3.7.x) 
(#22193)
+  * docs: Backport mermaid fix 3.7 (#22387)
+  * fix(security/UNKNOWN/pkg/push): Update go toolchain directive to v1.25.11 
[SECURITY] (release-3.7.x) (#22199)
+  * docs: Update Helm charts docs (#22309) (#22326)
+  * fix(security/HIGH/cmd/dataobj-inspect): Update module 
go.opentelemetry.io/otel to v1.41.0 [SECURITY] (release-3.7.x) (#22188)
+  * fix(security/UNKNOWN/cmd/dataobj-inspect): Update go module directive to 
v1.25.11 [SECURITY] (release-3.7.x) (#22184)
+  * fix(security/UNKNOWN/cmd/chunks-inspect): Update go toolchain directive to 
v1.25.11 [SECURITY] (release-3.7.x) (#22192)
+  * fix(security/HIGH/): Update module github.com/containerd/containerd/v2 to 
v2.0.9 [SECURITY] (release-3.7.x) (#22187)
+  * chore: Backport #19866 to 3.7.x (#21982)
+  * ci: Backport GitHub App token broker changes to release-3.7.x (#21975)
+  * docs: Switch from png to mermaid markdown and switch to alloy (#21939)
+  * docs: Restore missing Helm Charts reference file (#21916)
+  * docs: Spellcheck docs on 3.7 branch (#21699)
+  * docs: Backport 21705 to 3.7 (#21877)
+  * docs: Update Helm charts docs (backport release-3.7.x) (#21879)
+  * docs: RN for 3.6.11 (backport release-3.7.x) (#21875)
+  * docs: RN for 3.7.2 (backport release-3.7.x) (#21876)
+  * docs: backport 21841 to 3.7 (#21871)
+  * chore(release-3.7.x): release 3.7.2 (#21403)
+
+-------------------------------------------------------------------
+Sun Jun  7 01:45:07 UTC 2026 - Marcus Rueckert <[email protected]>
+
+- Fix postun scriplets to not have an unit name of " "
+
+-------------------------------------------------------------------

Old:
----
  loki-3.7.2.obscpio

New:
----
  loki-3.7.3.obscpio

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

Other differences:
------------------
++++++ loki.spec ++++++
--- /var/tmp/diff_new_pack.4iiQka/_old  2026-07-01 16:47:11.355071305 +0200
+++ /var/tmp/diff_new_pack.4iiQka/_new  2026-07-01 16:47:11.359071444 +0200
@@ -27,7 +27,7 @@
 %global promtail_binaries promtail
 
 Name:           loki
-Version:        3.7.2
+Version:        3.7.3
 Release:        0
 Summary:        Loki: like Prometheus, but for logs
 License:        Apache-2.0
@@ -179,11 +179,10 @@
 %service_del_preun %{loki_services}
 
 %postun
-%service_del_postun %{loki_services} \
+%service_del_postun %{loki_services}
 %if %{with promtail}
-%{promtail_services} \
+%service_del_postun %{promtail_services}
 %endif
-%{nil}
 
 %if %{with promtail}
 %pre -n promtail

++++++ _service ++++++
--- /var/tmp/diff_new_pack.4iiQka/_old  2026-07-01 16:47:11.423073671 +0200
+++ /var/tmp/diff_new_pack.4iiQka/_new  2026-07-01 16:47:11.427073810 +0200
@@ -7,7 +7,7 @@
     <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
     -->
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">v3.7.2</param>
+    <param name="revision">v3.7.3</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="submodules">disable</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.4iiQka/_old  2026-07-01 16:47:11.451074645 +0200
+++ /var/tmp/diff_new_pack.4iiQka/_new  2026-07-01 16:47:11.459074923 +0200
@@ -5,7 +5,7 @@
    </service>
    <service name="tar_scm">
       <param name="url">https://github.com/grafana/loki.git</param>
-      <param 
name="changesrevision">7486c4a755a089363f07403dfa1c5fe727f25f4a</param>
+      <param 
name="changesrevision">82cdcdc0410650624141a6225d1b449053f9cdf9</param>
     </service>
 </servicedata>
 (No newline at EOF)

++++++ loki-3.7.2.obscpio -> loki-3.7.3.obscpio ++++++
/work/SRC/openSUSE:Factory/loki/loki-3.7.2.obscpio 
/work/SRC/openSUSE:Factory/.loki.new.11887/loki-3.7.3.obscpio differ: char 49, 
line 1

++++++ loki.obsinfo ++++++
--- /var/tmp/diff_new_pack.4iiQka/_old  2026-07-01 16:47:11.515076872 +0200
+++ /var/tmp/diff_new_pack.4iiQka/_new  2026-07-01 16:47:11.523077150 +0200
@@ -1,5 +1,5 @@
 name: loki
-version: 3.7.2
-mtime: 1778661397
-commit: 7486c4a755a089363f07403dfa1c5fe727f25f4a
+version: 3.7.3
+mtime: 1782313761
+commit: 82cdcdc0410650624141a6225d1b449053f9cdf9
 

Reply via email to