Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package forgejo-runner for openSUSE:Factory 
checked in at 2025-12-08 11:55:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/forgejo-runner (Old)
 and      /work/SRC/openSUSE:Factory/.forgejo-runner.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "forgejo-runner"

Mon Dec  8 11:55:00 2025 rev:33 rq:1321388 version:12.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/forgejo-runner/forgejo-runner.changes    
2025-11-13 17:28:38.290340579 +0100
+++ /work/SRC/openSUSE:Factory/.forgejo-runner.new.1939/forgejo-runner.changes  
2025-12-08 11:56:01.878708533 +0100
@@ -1,0 +2,34 @@
+Sat Dec  6 18:40:21 UTC 2025 - Richard Rahl <[email protected]>
+
+- Update to version 12.1.1:
+  * feat: retry during docker container & volume remove operations
+  * feat(jobparser): support ${{ needs... }} in runs-on as IncompleteRunsOn
+  * feat(jobparser): enhance incomplete_matrix with information about what job
+    & output was accessed
+  * Fixing reference to act-runner
+- Update to version 12.1.0:
+  * feat: evaluate variables in strategy.matrix during job parsing
+  * feat(jobparser): support referencing ${{ needs... }} variables in 
strategy.matrix
+  * feat: run host child processes in groups
+  * feat: add support for --platform in container options
+  * fix: forge.run_attempt is always 1
+  * Add example that demonstrates on demand runners
+- Update to version 12.0.1:
+  * fix: 'failed to read action' errors when using relative workdir_parent
+- Update to version 12.0.0:
+  * hard dependency on `git` for running forgejo-runner
+  * feat: add config values to override task finalization retry
+  * feat: skip fetching remote action repo when using full sha already fetched
+  * feat: use git work trees for remote git actions & workflows
+  * fix: improve logging on final log & status transmission and retries
+  * fix: initialize workflow-level env context before starting job container
+  * fix: allow 'env' context in jobs..if
+  * fix: remote reusable workflows by relative URL use default_actions_url
+  * fix: Use git reset --hard instead of pull and checkout for actions
+  * fix: run images with explicit platform tags, fixes pulled image 
architecture mismatch
+  * fix: improve logging & display of errors during workflow evaluation
+  * fix: ensure http.Client always has a timeout for Forgejo access
+  * fix: pass os argument to lxc-helpers.sh helper frm 
forgejo-runner-service.sh
+  * chore: remove unused and incomplete ActionCache rewrite
+
+-------------------------------------------------------------------

Old:
----
  forgejo-runner-11.3.1.obscpio

New:
----
  forgejo-runner-12.1.1.obscpio

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

Other differences:
------------------
++++++ forgejo-runner.spec ++++++
--- /var/tmp/diff_new_pack.7xMprF/_old  2025-12-08 11:56:02.738744564 +0100
+++ /var/tmp/diff_new_pack.7xMprF/_new  2025-12-08 11:56:02.738744564 +0100
@@ -19,7 +19,7 @@
 %define services %{name}.service
 
 Name:           forgejo-runner
-Version:        11.3.1
+Version:        12.1.1
 Release:        0
 Summary:        Daemon that connects to a Forgejo instance and runs CI jobs
 License:        GPL-3.0-or-later
@@ -32,6 +32,7 @@
 BuildRequires:  golang(API) >= 1.23
 BuildRequires:  pkgconfig(bash-completion)
 BuildRequires:  pkgconfig(systemd)
+Requires:       git-core
 Requires:       (podman or docker)
 %{?systemd_ordering}
 
@@ -111,9 +112,9 @@
 install    -m 0640 /dev/null   %{buildroot}%{_sysconfdir}/%{name}/runners
 install -D -m 0750 -d          %{buildroot}%{_localstatedir}/lib/%{name}
 
-# this update forgot to change the version, so disable for 8.0.1, enable when 
update
-%check
-bin/%{name} --version | grep %{version}
+# this update forgot to change the version, so disable for >12.1.1, enable 
when update
+#%%check
+#bin/%{name} --version | grep %{version}
 
 %pre
 %service_add_pre %{services}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.7xMprF/_old  2025-12-08 11:56:02.786746575 +0100
+++ /var/tmp/diff_new_pack.7xMprF/_new  2025-12-08 11:56:02.790746743 +0100
@@ -2,7 +2,7 @@
   <service name="obs_scm" mode="manual">
     <param name="url">https://code.forgejo.org/forgejo/runner</param>
     <param name="scm">git</param>
-    <param name="revision">refs/tags/v11.3.1</param>
+    <param name="revision">refs/tags/v12.1.1</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">disable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ forgejo-runner-11.3.1.obscpio -> forgejo-runner-12.1.1.obscpio ++++++
++++ 8819 lines of diff (skipped)

++++++ forgejo-runner.obsinfo ++++++
--- /var/tmp/diff_new_pack.7xMprF/_old  2025-12-08 11:56:04.598822491 +0100
+++ /var/tmp/diff_new_pack.7xMprF/_new  2025-12-08 11:56:04.610822994 +0100
@@ -1,5 +1,5 @@
 name: forgejo-runner
-version: 11.3.1
-mtime: 1762537849
-commit: 92465a94f31e5fddfb18e10048559a819c571160
+version: 12.1.1
+mtime: 1764941474
+commit: d281682321393925f4f9dcc1292a0bb678752064
 

++++++ vendor.tar.gz ++++++
++++ 11564 lines of diff (skipped)

Reply via email to