Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package glab for openSUSE:Factory checked in 
at 2026-01-22 15:17:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glab (Old)
 and      /work/SRC/openSUSE:Factory/.glab.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glab"

Thu Jan 22 15:17:35 2026 rev:66 rq:1328601 version:1.81.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/glab/glab.changes        2025-12-31 
10:48:32.549221401 +0100
+++ /work/SRC/openSUSE:Factory/.glab.new.1928/glab.changes      2026-01-22 
15:18:48.121788414 +0100
@@ -1,0 +2,185 @@
+Wed Jan 21 12:29:26 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 1.81.0:
+  * Features
+    - 508116ae: feat(attestation): implement attestation
+      verification in glab (Sam Roque-Worcel
+      [email protected])
+    - f1dc549a: feat(ci-autologin): exclusively use predefined vars
+      when enabled (Timo Furrer [email protected])
+    - 476c3902: feat(stacked-diffs): allow multiline stack ref
+      descriptions (Kev Kloss [email protected])
+    - 84176fbc: feat: add --active flag to repo clone command for
+      group filtering (Kai Armstrong [email protected])
+    - 48970633: feat: implement Executor factory function (Timo
+      Furrer [email protected])
+  * Bug Fixes
+    - b514a082: fix(auth login): Fix missing-client_id message
+      (FeRD (Frank Dana) [email protected])
+    - 971f673c: fix: allow approving and revoking approvals on
+      draft merge requests (Kai Armstrong [email protected])
+    - d156ceb9: fix: ci lint --dry-run fails with 'Reference not
+      found' when --ref is not specified (Kai Armstrong
+      [email protected])
+    - 2eb49b9b: fix: directly open external editor when using -d-
+      flag (Kai Armstrong [email protected])
+    - 66ff43ee: fix: prevent panic when baseRepoFactory is not
+      initialized in project mirror (Kai Armstrong
+      [email protected])
+    - 09779a25: fix: properly propagate errors in mr create when
+      outside git repo (Kai Armstrong [email protected])
+    - 5887ad30: fix: properly setup SIGTERM and SIGINT signal
+      handling (Timo Furrer [email protected])
+  * Documentation
+    - 754cadaf: docs: improve project mirror command documentation
+      and error messages (Kai Armstrong [email protected])
+  * Dependencies
+    - 21f0a360: chore(deps): update dependency @commitlint/cli to
+      ^20.3.0 (GitLab Renovate Bot [email protected])
+    - 01a7223c: chore(deps): update dependency @commitlint/cli to
+      ^20.3.1 (GitLab Renovate Bot [email protected])
+    - eb4f9e30: chore(deps): update dependency
+      @commitlint/config-conventional to ^20.3.0 (GitLab Renovate
+      Bot [email protected])
+    - 478b5921: chore(deps): update dependency @commitlint/format
+      to ^20.3.1 (GitLab Renovate Bot [email protected])
+    - 4ad653dc: chore(deps): update dependency @commitlint/read to
+      ^20.3.1 (GitLab Renovate Bot [email protected])
+    - 2f85f2c8: chore(deps): update module github.com/docker/cli to
+      v29.1.5+incompatible (GitLab Renovate Bot
+      [email protected])
+    - 8e9988f4: chore(deps): update module
+      github.com/docker/docker-credential-helpers to v0.9.5 (GitLab
+      Renovate Bot [email protected])
+    - 47d3b309: chore(deps): update module
+      github.com/gdamore/tcell/v2 to v2.13.7 (GitLab Renovate Bot
+      [email protected])
+    - 04c8e4e2: chore(deps): update module
+      github.com/google/renameio/v2 to v2.0.2 (GitLab Renovate Bot
+      [email protected])
+    - 6e727e16: chore(deps): update module
+      gitlab.com/gitlab-org/api/client-go to v1.10.0 (GitLab
+      Renovate Bot [email protected])
+    - 810aadad: chore(deps): update module
+      gitlab.com/gitlab-org/api/client-go to v1.11.0 (GitLab
+      Renovate Bot [email protected])
+    - a2e643ac: chore(deps): update module
+      gitlab.com/gitlab-org/api/client-go to v1.12.0 (GitLab
+      Renovate Bot [email protected])
+    - f0f30513: chore(deps): update module
+      gitlab.com/gitlab-org/api/client-go to v1.13.0 (GitLab
+      Renovate Bot [email protected])
+    - 2790055a: chore(deps): update module
+      gitlab.com/gitlab-org/api/client-go to v1.14.0 (GitLab
+      Renovate Bot [email protected])
+    - 5495005e: chore(deps): update module golang.org/x/crypto to
+      v0.47.0 (GitLab Renovate Bot [email protected])
+    - 91c50a8f: chore(deps): update module golang.org/x/term to
+      v0.39.0 (GitLab Renovate Bot [email protected])
+  * Maintenance
+    - a5f6780c: chore(ci): improve caching with separate cache keys
+      per job type (Kai Armstrong [email protected])
+    - bfff40a4: chore(makedeb removal): removing unmaintained
+      software documentation (Filip Aleksic [email protected])
+    - f1d59ace: chore: fix dupword lint issues (Oleksandr Redko
+      [email protected])
+    - 72a7a06d: chore: fix typos in comments and variable names
+      across multiple files (Oleksandr Redko
+      [email protected])
+    - f5f3d18c: ci: allow failure in snap release job (Timo Furrer
+      [email protected])
+    - f3db768a: refactor(alias): use cmdtest.SetupCmdForTest
+      instead of custom cmd setup (Timo Furrer [email protected])
+    - 1c988f4d: refactor(attestation): use new command executor
+      interface (Timo Furrer [email protected])
+    - f88498a8: refactor(auth): use cmdtest.SetupCmdForTest instead
+      of custom cmd setup (Timo Furrer [email protected])
+    - ea264208: refactor(ci): use GitLab client-go mocking instead
+      of HTTP mocks (Timo Furrer [email protected])
+    - d6f8fdfc: refactor(ci): use cmdtest.SetupCmdForTest instead
+      of custom cmd setup (Timo Furrer [email protected])
+    - 33006b32: refactor(ci): use cmdtest.SetupCmdForTest instead
+      of custom cmd setup (Timo Furrer [email protected])
+    - ce81090c: refactor(commands): use context from cobra cmd
+      instead of Background (Timo Furrer [email protected])
+    - f1028d1b: refactor(deploy key): use GitLab client-go mocking
+      instead of HTTP mocks (Timo Furrer [email protected])
+    - f99ed615: refactor(duo): use GitLab client-go mocking instead
+      of HTTP mocks (Timo Furrer [email protected])
+    - b8936f99: refactor(gpg-key): use cmdtest.SetupCmdForTest
+      instead of custom cmd setup (Timo Furrer [email protected])
+    - 6b5e8803: refactor(httpmock): remove unused httpmock package
+      (Timo Furrer [email protected])
+    - 4da67d62: refactor(issuable): use GitLab client-go mocking
+      instead of HTTP mocks (Timo Furrer [email protected])
+    - ff522b28: refactor(issuable): use cmdtest.SetupCmdForTest
+      instead of custom cmd setup (Timo Furrer [email protected])
+    - 228ff301: refactor(issue): use GitLab client-go mocking
+      instead of HTTP mocks (Timo Furrer [email protected])
+    - d4f360c6: refactor(iteration): use GitLab client-go mocking
+      instead of HTTP mocks (Timo Furrer [email protected])
+    - 76448cd6: refactor(label): use GitLab client-go mocking
+      instead of HTTP mocks (Timo Furrer [email protected])
+    - 080c872d: refactor(mr): use GitLab client-go mocking instead
+      of HTTP mocks (Timo Furrer [email protected])
+    - 21c3f34f: refactor(mr): use cmdtest.SetupCmdForTest instead
+      of custom cmd setup (Timo Furrer [email protected])
+    - aa479583: refactor(opentofu): use new factory executor for tf
+      subprocesses (Timo Furrer [email protected])
+    - 94a13bb1: refactor(project): use GitLab client-go mocking
+      instead of HTTP mocks (Timo Furrer [email protected])
+    - c1d841ed: refactor(project): use cmdtest.SetupCmdForTest
+      instead of custom cmd setup (Timo Furrer [email protected])
+    - 889b6a0a: refactor(release): use GitLab client-go mocking
+      instead of HTTP mocks (Timo Furrer [email protected])
+    - 5944cd40: refactor(schedule): use GitLab client-go mocking
+      instead of HTTP mocks (Timo Furrer [email protected])
+    - 89df3156: refactor(securefile): use GitLab client-go mocking
+      instead of HTTP mocks (Timo Furrer [email protected])
+    - 299328d3: refactor(securefile): use cmdtest.SetupCmdForTest
+      instead of custom cmd setup (Timo Furrer [email protected])
+    - 0a19d0ab: refactor(snippet): use GitLab client-go mocking
+      instead of HTTP mocks (Timo Furrer [email protected])
+    - 89dae8c8: refactor(stack): use cmdtest.SetupCmdForTest
+      instead of custom cmd setup (Timo Furrer [email protected])
+    - 7f83526b: refactor(stacks): use GitLab client-go mocking
+      instead of HTTP mocks (Timo Furrer [email protected])
+    - af34285b: refactor(testing): allow to override test IOStreams
+      (Timo Furrer [email protected])
+    - 543cc13e: refactor(testing): isolate integration test-only
+      helpers (Timo Furrer [email protected])
+    - f0b6a94c: refactor(testing): move api test helper to
+      dedicated file (Timo Furrer [email protected])
+    - a09aa417: refactor(testing): move factory test helper to
+      dedicated file (Timo Furrer [email protected])
+    - 48dba104: refactor(testing): move generic test tools to
+      dedicated file (Timo Furrer [email protected])
+    - 9368f8b5: refactor(testing): move iostreams test helper to
+      dedicated file (Timo Furrer [email protected])
+    - 8fbfe78b: refactor(testing): remove tests without value (Timo
+      Furrer [email protected])
+    - aae3766a: refactor(token): use GitLab client-go mocking
+      instead of HTTP mocks (Timo Furrer [email protected])
+    - 9705ecae: refactor(update): use GitLab client-go mocking
+      instead of HTTP mocks (Timo Furrer [email protected])
+    - c9eba1ae: refactor(update): use cmdtest.SetupCmdForTest
+      instead of custom cmd setup (Timo Furrer [email protected])
+    - 396ed205: refactor(variable): use GitLab client-go mocking
+      instead of HTTP mocks (Timo Furrer [email protected])
+    - f468a8ad: refactor: allow attestation verify cmd tests to run
+      in parallel (Timo Furrer [email protected])
+    - ce31da55: refactor: remove execext package (Timo Furrer
+      [email protected])
+    - fafb990e: refactor: remove unused global variable (Timo
+      Furrer [email protected])
+    - 4ccb6536: refactor: rename attestation verify command ctor
+      (Timo Furrer [email protected])
+    - 37dd5d47: refactor: rename attestation verify command files
+      (Timo Furrer [email protected])
+  * Others
+    - 87acb329: test: adjust whitespace in issuable list test (Jay
+      McCure [email protected])
+    - 751e6793: test: update ci get test expectations for api
+      client v1.14.0 (Tomas Vik [email protected])
+
+-------------------------------------------------------------------

Old:
----
  glab-1.80.4.obscpio

New:
----
  glab-1.81.0.obscpio

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

Other differences:
------------------
++++++ glab.spec ++++++
--- /var/tmp/diff_new_pack.9QIv5b/_old  2026-01-22 15:18:50.993908182 +0100
+++ /var/tmp/diff_new_pack.9QIv5b/_new  2026-01-22 15:18:50.997908348 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glab
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 # Copyright (c) 2021-2022 Orville Q. Song <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           glab
-Version:        1.80.4
+Version:        1.81.0
 Release:        0
 Summary:        A GitLab command line tool
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.9QIv5b/_old  2026-01-22 15:18:51.265919525 +0100
+++ /var/tmp/diff_new_pack.9QIv5b/_new  2026-01-22 15:18:51.297920859 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://gitlab.com/gitlab-org/cli.git</param>
     <param name="scm">git</param>
     <param name="package-meta">yes</param>
-    <param name="revision">v1.80.4</param>
+    <param name="revision">v1.81.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.9QIv5b/_old  2026-01-22 15:18:51.417925864 +0100
+++ /var/tmp/diff_new_pack.9QIv5b/_new  2026-01-22 15:18:51.445927031 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://gitlab.com/gitlab-org/cli.git</param>
-              <param 
name="changesrevision">f4b518e9120bb54002d9cda816d3011de757feea</param></service></servicedata>
+              <param 
name="changesrevision">01fd7984c91ff91b54646a16cb4f571d6164911e</param></service></servicedata>
 (No newline at EOF)
 

++++++ glab-1.80.4.obscpio -> glab-1.81.0.obscpio ++++++
++++ 31786 lines of diff (skipped)

++++++ glab.obsinfo ++++++
--- /var/tmp/diff_new_pack.9QIv5b/_old  2026-01-22 15:18:56.070119860 +0100
+++ /var/tmp/diff_new_pack.9QIv5b/_new  2026-01-22 15:18:56.090120694 +0100
@@ -1,5 +1,5 @@
 name: glab
-version: 1.80.4
-mtime: 1766080966
-commit: f4b518e9120bb54002d9cda816d3011de757feea
+version: 1.81.0
+mtime: 1768922496
+commit: 01fd7984c91ff91b54646a16cb4f571d6164911e
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/glab/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.glab.new.1928/vendor.tar.gz differ: char 132, line 1

Reply via email to