Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubectl-switch for openSUSE:Factory 
checked in at 2026-07-24 22:05:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubectl-switch (Old)
 and      /work/SRC/openSUSE:Factory/.kubectl-switch.new.2004 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kubectl-switch"

Fri Jul 24 22:05:55 2026 rev:33 rq:1367585 version:2.4.24

Changes:
--------
--- /work/SRC/openSUSE:Factory/kubectl-switch/kubectl-switch.changes    
2026-07-06 12:36:51.400840097 +0200
+++ /work/SRC/openSUSE:Factory/.kubectl-switch.new.2004/kubectl-switch.changes  
2026-07-24 22:06:13.391554131 +0200
@@ -1,0 +2,15 @@
+Fri Jul 24 05:23:02 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 2.4.24:
+  * Bug Fixes
+    - 247bc22: fix(go): update k8s.io/apimachinery ( v0.36.2 →
+      v0.36.3 ) (@mr-borboto[bot])
+    - 952aa77: fix(go): update k8s.io/client-go ( v0.36.2 → v0.36.3
+      ) (@mr-borboto[bot])
+  * Chores
+    - c9593bb: chore(mise): update aqua:goreleaser/goreleaser (
+      2.16.0 → 2.17.0 ) (#250) (@mr-borboto[bot])
+    - 5641781: chore(mise): update go ( 1.26.4 → 1.26.5 )
+      (@mr-borboto[bot])
+
+-------------------------------------------------------------------

Old:
----
  kubectl-switch-2.4.23.obscpio

New:
----
  kubectl-switch-2.4.24.obscpio

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

Other differences:
------------------
++++++ kubectl-switch.spec ++++++
--- /var/tmp/diff_new_pack.sLosJ4/_old  2026-07-24 22:06:14.483592267 +0200
+++ /var/tmp/diff_new_pack.sLosJ4/_new  2026-07-24 22:06:14.487592407 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kubectl-switch
-Version:        2.4.23
+Version:        2.4.24
 Release:        0
 Summary:        Simple tool to help manage multiple kubeconfig files
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.sLosJ4/_old  2026-07-24 22:06:14.531593944 +0200
+++ /var/tmp/diff_new_pack.sLosJ4/_new  2026-07-24 22:06:14.535594083 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/mirceanton/kubectl-switch.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">refs/tags/v2.4.23</param>
+    <param name="revision">refs/tags/v2.4.24</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.sLosJ4/_old  2026-07-24 22:06:14.555594782 +0200
+++ /var/tmp/diff_new_pack.sLosJ4/_new  2026-07-24 22:06:14.563595061 +0200
@@ -3,6 +3,6 @@
                 <param 
name="url">https://github.com/mirceanton/kubectl-switch</param>
               <param 
name="changesrevision">c757c381f7a19467719f680aabd0dbcf13889ef8</param></service><service
 name="tar_scm">
                 <param 
name="url">https://github.com/mirceanton/kubectl-switch.git</param>
-              <param 
name="changesrevision">26e24506f4bae4e0003c1d3a1d06d10eed737f5c</param></service></servicedata>
+              <param 
name="changesrevision">f241162d656fa6353b320542c9fe3d9f65562b3c</param></service></servicedata>
 (No newline at EOF)
 

++++++ kubectl-switch-2.4.23.obscpio -> kubectl-switch-2.4.24.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubectl-switch-2.4.23/.mise.toml 
new/kubectl-switch-2.4.24/.mise.toml
--- old/kubectl-switch-2.4.23/.mise.toml        2026-07-04 14:46:56.000000000 
+0200
+++ new/kubectl-switch-2.4.24/.mise.toml        2026-07-23 17:47:05.000000000 
+0200
@@ -2,9 +2,9 @@
 # 
=================================================================================================
 # Project Tools -> pinned versions
 # 
=================================================================================================
-go = "1.26.4"
+go = "1.26.5"
 golangci-lint = "2.12.2"
-"aqua:goreleaser/goreleaser" = "2.16.0"
+"aqua:goreleaser/goreleaser" = "2.17.0"
 "aqua:kubernetes/kubectl" = "1.33.1"
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubectl-switch-2.4.23/go.mod 
new/kubectl-switch-2.4.24/go.mod
--- old/kubectl-switch-2.4.23/go.mod    2026-07-04 14:46:56.000000000 +0200
+++ new/kubectl-switch-2.4.24/go.mod    2026-07-23 17:47:05.000000000 +0200
@@ -12,8 +12,8 @@
        github.com/sirupsen/logrus v1.9.4
        github.com/spf13/cobra v1.10.2
        github.com/spf13/viper v1.21.0
-       k8s.io/apimachinery v0.36.2
-       k8s.io/client-go v0.36.2
+       k8s.io/apimachinery v0.36.3
+       k8s.io/client-go v0.36.3
 )
 
 require (
@@ -69,12 +69,12 @@
        gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
        gopkg.in/inf.v0 v0.9.1 // indirect
        gopkg.in/yaml.v3 v3.0.1 // indirect
-       k8s.io/api v0.36.2 // indirect
+       k8s.io/api v0.36.3 // indirect
        k8s.io/klog/v2 v2.140.0 // indirect
        k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect
        k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
        sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
        sigs.k8s.io/randfill v1.0.0 // indirect
-       sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
+       sigs.k8s.io/structured-merge-diff/v6 v6.3.3 // indirect
        sigs.k8s.io/yaml v1.6.0 // indirect
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubectl-switch-2.4.23/go.sum 
new/kubectl-switch-2.4.24/go.sum
--- old/kubectl-switch-2.4.23/go.sum    2026-07-04 14:46:56.000000000 +0200
+++ new/kubectl-switch-2.4.24/go.sum    2026-07-23 17:47:05.000000000 +0200
@@ -265,6 +265,8 @@
 k8s.io/api v0.36.1/go.mod h1:KOWo4ey3TINlXjeHVuwB3i+tXXnu+UcwFBHlI/9dvEo=
 k8s.io/api v0.36.2 h1:TF6YDLIzKfccK7cq9YpTcGX8TJmEkHVRv78DM51fRYY=
 k8s.io/api v0.36.2/go.mod h1:F4LbMO4brjZYh7yFkXWhynSvtB7YauxV4c+HHkNRGNg=
+k8s.io/api v0.36.3 h1:NxB+05W2UGqXWFXcLO0RB5cnqnUPP5v5sVlaOH0Iz4w=
+k8s.io/api v0.36.3/go.mod h1:JzLQKqRHC5+I8RVj/lS3lCg0mg6nWI9Fo/Sk3ElxHzg=
 k8s.io/apimachinery v0.35.2 h1:NqsM/mmZA7sHW02JZ9RTtk3wInRgbVxL8MPfzSANAK8=
 k8s.io/apimachinery v0.35.2/go.mod 
h1:jQCgFZFR1F4Ik7hvr2g84RTJSZegBc8yHgFWKn//hns=
 k8s.io/apimachinery v0.35.3 h1:MeaUwQCV3tjKP4bcwWGgZ/cp/vpsRnQzqO6J6tJyoF8=
@@ -277,6 +279,8 @@
 k8s.io/apimachinery v0.36.1/go.mod 
h1:ibYOR00vW/I1kzvi5SF0dRuJ52BvKtfvRdOn35GPQ+8=
 k8s.io/apimachinery v0.36.2 h1:0PE/W/WNy1UX61NLbXY5TMbJ6UwLL6E6lAPkYrKFxbQ=
 k8s.io/apimachinery v0.36.2/go.mod 
h1:fvf/HOLXq9RId0rnDIbN1OEBvHXdQbLMM8nu0LcBUf4=
+k8s.io/apimachinery v0.36.3 h1:PkzMRBRG8joFD8EhCuQAtNPvJlxb82FwplP26HIzvAM=
+k8s.io/apimachinery v0.36.3/go.mod 
h1:cTSjBWgPe/6CQyBKzY/hDIRWCQQQeK0mfLbml0UYFHE=
 k8s.io/client-go v0.35.2 h1:YUfPefdGJA4aljDdayAXkc98DnPkIetMl4PrKX97W9o=
 k8s.io/client-go v0.35.2/go.mod h1:4QqEwh4oQpeK8AaefZ0jwTFJw/9kIjdQi0jpKeYvz7g=
 k8s.io/client-go v0.35.3 h1:s1lZbpN4uI6IxeTM2cpdtrwHcSOBML1ODNTCCfsP1pg=
@@ -289,6 +293,8 @@
 k8s.io/client-go v0.36.1/go.mod h1:s6rAnCtTGYDQnpNjEhSaISV+2O8jwruZ6m3QOYBFbtU=
 k8s.io/client-go v0.36.2 h1:bfgxmFKc9CgqsgX4xKLAAdmTQlWee7Ob/HlDOrJ5TBI=
 k8s.io/client-go v0.36.2/go.mod h1:1vgO4OAlfPnoLcb+Rze2GF5rAr14w8qjrYMoyXJzQj0=
+k8s.io/client-go v0.36.3 h1:M4JdVzXxYcZk4fGpfDdYnxSwhLKWCFoQsHW6t+z8Hfg=
+k8s.io/client-go v0.36.3/go.mod h1:gcPwr0c87vjjG6HB6pWEqOeuYVoXSsREjzux2j6GF30=
 k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
 k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
 k8s.io/klog/v2 v2.140.0 h1:Tf+J3AH7xnUzZyVVXhTgGhEKnFqye14aadWv7bzXdzc=
@@ -309,5 +315,7 @@
 sigs.k8s.io/structured-merge-diff/v6 v6.3.0/go.mod 
h1:M3W8sfWvn2HhQDIbGWj3S099YozAsymCo/wrT5ohRUE=
 sigs.k8s.io/structured-merge-diff/v6 v6.3.2 
h1:kwVWMx5yS1CrnFWA/2QHyRVJ8jM6dBA80uLmm0wJkk8=
 sigs.k8s.io/structured-merge-diff/v6 v6.3.2/go.mod 
h1:M3W8sfWvn2HhQDIbGWj3S099YozAsymCo/wrT5ohRUE=
+sigs.k8s.io/structured-merge-diff/v6 v6.3.3 
h1:u08YRbVUi59ri4YD6cg0UqNM4Dimn0sIl+wldcx5PYw=
+sigs.k8s.io/structured-merge-diff/v6 v6.3.3/go.mod 
h1:M3W8sfWvn2HhQDIbGWj3S099YozAsymCo/wrT5ohRUE=
 sigs.k8s.io/yaml v1.6.0 h1:G8fkbMSAFqgEFgh4b1wmtzDnioxFCUgTZhlbj5P9QYs=
 sigs.k8s.io/yaml v1.6.0/go.mod h1:796bPqUfzR/0jLAl6XjHl3Ck7MiyVv8dbTdyT3/pMf4=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubectl-switch-2.4.23/mise.lock 
new/kubectl-switch-2.4.24/mise.lock
--- old/kubectl-switch-2.4.23/mise.lock 2026-07-04 14:46:56.000000000 +0200
+++ new/kubectl-switch-2.4.24/mise.lock 2026-07-23 17:47:05.000000000 +0200
@@ -7,68 +7,82 @@
 [tools."aqua:derailed/k9s"."platforms.linux-arm64"]
 checksum = 
"sha256:3ee05c82e5f9198928a4e86133608ba6a2c10a2244d6a7789e820f78319d640c"
 url = 
"https://github.com/derailed/k9s/releases/download/v0.51.0/k9s_Linux_arm64.tar.gz";
+url_api = "https://api.github.com/repos/derailed/k9s/releases/assets/440226045";
 
 [tools."aqua:derailed/k9s"."platforms.linux-arm64-musl"]
 checksum = 
"sha256:3ee05c82e5f9198928a4e86133608ba6a2c10a2244d6a7789e820f78319d640c"
 url = 
"https://github.com/derailed/k9s/releases/download/v0.51.0/k9s_Linux_arm64.tar.gz";
+url_api = "https://api.github.com/repos/derailed/k9s/releases/assets/440226045";
 
 [tools."aqua:derailed/k9s"."platforms.linux-x64"]
 checksum = 
"sha256:c3752ad51a5a4015a113819c4eeb6e55a4d0e4b8e652494797532f6fc8161dd7"
 url = 
"https://github.com/derailed/k9s/releases/download/v0.51.0/k9s_Linux_amd64.tar.gz";
+url_api = "https://api.github.com/repos/derailed/k9s/releases/assets/440224321";
 
 [tools."aqua:derailed/k9s"."platforms.linux-x64-musl"]
 checksum = 
"sha256:c3752ad51a5a4015a113819c4eeb6e55a4d0e4b8e652494797532f6fc8161dd7"
 url = 
"https://github.com/derailed/k9s/releases/download/v0.51.0/k9s_Linux_amd64.tar.gz";
+url_api = "https://api.github.com/repos/derailed/k9s/releases/assets/440224321";
 
 [tools."aqua:derailed/k9s"."platforms.macos-arm64"]
 checksum = 
"sha256:9b8c0e8f461e5d33aeee43a67f5ef4aff646a008a786887b8266cbb153c610cc"
 url = 
"https://github.com/derailed/k9s/releases/download/v0.51.0/k9s_Darwin_arm64.tar.gz";
+url_api = "https://api.github.com/repos/derailed/k9s/releases/assets/440224326";
 
 [tools."aqua:derailed/k9s"."platforms.macos-x64"]
 checksum = 
"sha256:7e8802c57c45a0cd389e8fc38472243fe4cf48d8ad5957e189ce370e19e5eda0"
 url = 
"https://github.com/derailed/k9s/releases/download/v0.51.0/k9s_Darwin_amd64.tar.gz";
+url_api = "https://api.github.com/repos/derailed/k9s/releases/assets/440224322";
 
 [tools."aqua:derailed/k9s"."platforms.windows-x64"]
 checksum = 
"sha256:bba299f1877913979831543a008f2e104995d2ea4ac8f23d7f49c0444857d973"
 url = 
"https://github.com/derailed/k9s/releases/download/v0.51.0/k9s_Windows_amd64.zip";
+url_api = "https://api.github.com/repos/derailed/k9s/releases/assets/440224317";
 
 [[tools."aqua:goreleaser/goreleaser"]]
-version = "2.16.0"
+version = "2.17.0"
 backend = "aqua:goreleaser/goreleaser"
 
 [tools."aqua:goreleaser/goreleaser"."platforms.linux-arm64"]
-checksum = 
"sha256:0102d974373fcdeb77042d1f5897caffa193be36620fdc6c1da43a01ef8e10d3"
-url = 
"https://github.com/goreleaser/goreleaser/releases/download/v2.16.0/goreleaser_Linux_arm64.tar.gz";
+checksum = 
"sha256:75f93fc0e25d10d8535ffd0e4abcf39d6784a2467ba453d479ae513729a9ebbf"
+url = 
"https://github.com/goreleaser/goreleaser/releases/download/v2.17.0/goreleaser_Linux_arm64.tar.gz";
+url_api = 
"https://api.github.com/repos/goreleaser/goreleaser/releases/assets/466714135";
 provenance = "github-attestations"
 
 [tools."aqua:goreleaser/goreleaser"."platforms.linux-arm64-musl"]
-checksum = 
"sha256:0102d974373fcdeb77042d1f5897caffa193be36620fdc6c1da43a01ef8e10d3"
-url = 
"https://github.com/goreleaser/goreleaser/releases/download/v2.16.0/goreleaser_Linux_arm64.tar.gz";
+checksum = 
"sha256:75f93fc0e25d10d8535ffd0e4abcf39d6784a2467ba453d479ae513729a9ebbf"
+url = 
"https://github.com/goreleaser/goreleaser/releases/download/v2.17.0/goreleaser_Linux_arm64.tar.gz";
+url_api = 
"https://api.github.com/repos/goreleaser/goreleaser/releases/assets/466714135";
 provenance = "github-attestations"
 
 [tools."aqua:goreleaser/goreleaser"."platforms.linux-x64"]
-checksum = 
"sha256:eaae05b5eba07533bd0f06846b68c808399504784df00c62eb219541fc04e5e2"
-url = 
"https://github.com/goreleaser/goreleaser/releases/download/v2.16.0/goreleaser_Linux_x86_64.tar.gz";
+checksum = 
"sha256:dde10e2d5a13cef969c0eec00c74f359c0ac306d702b1bd291ad9337b4e54c1d"
+url = 
"https://github.com/goreleaser/goreleaser/releases/download/v2.17.0/goreleaser_Linux_x86_64.tar.gz";
+url_api = 
"https://api.github.com/repos/goreleaser/goreleaser/releases/assets/466714136";
 provenance = "github-attestations"
 
 [tools."aqua:goreleaser/goreleaser"."platforms.linux-x64-musl"]
-checksum = 
"sha256:eaae05b5eba07533bd0f06846b68c808399504784df00c62eb219541fc04e5e2"
-url = 
"https://github.com/goreleaser/goreleaser/releases/download/v2.16.0/goreleaser_Linux_x86_64.tar.gz";
+checksum = 
"sha256:dde10e2d5a13cef969c0eec00c74f359c0ac306d702b1bd291ad9337b4e54c1d"
+url = 
"https://github.com/goreleaser/goreleaser/releases/download/v2.17.0/goreleaser_Linux_x86_64.tar.gz";
+url_api = 
"https://api.github.com/repos/goreleaser/goreleaser/releases/assets/466714136";
 provenance = "github-attestations"
 
 [tools."aqua:goreleaser/goreleaser"."platforms.macos-arm64"]
-checksum = 
"sha256:6a102e4d588fd3553a9ac7321ca6023a9f205843f4861ca35bd337dfa9e72ece"
-url = 
"https://github.com/goreleaser/goreleaser/releases/download/v2.16.0/goreleaser_Darwin_all.tar.gz";
+checksum = 
"sha256:4106ff54bcaa1d387d3317047169da28aed6ce36c8e035e76cf35ba349db06ef"
+url = 
"https://github.com/goreleaser/goreleaser/releases/download/v2.17.0/goreleaser_Darwin_all.tar.gz";
+url_api = 
"https://api.github.com/repos/goreleaser/goreleaser/releases/assets/466714160";
 provenance = "github-attestations"
 
 [tools."aqua:goreleaser/goreleaser"."platforms.macos-x64"]
-checksum = 
"sha256:6a102e4d588fd3553a9ac7321ca6023a9f205843f4861ca35bd337dfa9e72ece"
-url = 
"https://github.com/goreleaser/goreleaser/releases/download/v2.16.0/goreleaser_Darwin_all.tar.gz";
+checksum = 
"sha256:4106ff54bcaa1d387d3317047169da28aed6ce36c8e035e76cf35ba349db06ef"
+url = 
"https://github.com/goreleaser/goreleaser/releases/download/v2.17.0/goreleaser_Darwin_all.tar.gz";
+url_api = 
"https://api.github.com/repos/goreleaser/goreleaser/releases/assets/466714160";
 provenance = "github-attestations"
 
 [tools."aqua:goreleaser/goreleaser"."platforms.windows-x64"]
-checksum = 
"sha256:6fe5eda11f0bcac8069aff3ef3dcb0b11816c9e95f89773595564697a5278bc9"
-url = 
"https://github.com/goreleaser/goreleaser/releases/download/v2.16.0/goreleaser_Windows_x86_64.zip";
+checksum = 
"sha256:427f2928d798f9affa5ddd2412e354f90ecf9e2ba541b3e0767570eb1121482b"
+url = 
"https://github.com/goreleaser/goreleaser/releases/download/v2.17.0/goreleaser_Windows_x86_64.zip";
+url_api = 
"https://api.github.com/repos/goreleaser/goreleaser/releases/assets/466714129";
 provenance = "github-attestations"
 
 [[tools."aqua:helm/helm"]]
@@ -142,30 +156,37 @@
 [tools."aqua:kubernetes/minikube"."platforms.linux-arm64"]
 checksum = 
"sha256:a0b8a1ebfc8c07a247271d8df98ac0ddd7c8c855b601d402463e2e50c08c6bab"
 url = 
"https://github.com/kubernetes/minikube/releases/download/v1.38.1/minikube-linux-arm64";
+url_api = 
"https://api.github.com/repos/kubernetes/minikube/releases/assets/358742599";
 
 [tools."aqua:kubernetes/minikube"."platforms.linux-arm64-musl"]
 checksum = 
"sha256:a0b8a1ebfc8c07a247271d8df98ac0ddd7c8c855b601d402463e2e50c08c6bab"
 url = 
"https://github.com/kubernetes/minikube/releases/download/v1.38.1/minikube-linux-arm64";
+url_api = 
"https://api.github.com/repos/kubernetes/minikube/releases/assets/358742599";
 
 [tools."aqua:kubernetes/minikube"."platforms.linux-x64"]
 checksum = 
"sha256:099477eaf248bcb5bcea8ce78a2898e93ac01461c35189da1848c3de82ecd22e"
 url = 
"https://github.com/kubernetes/minikube/releases/download/v1.38.1/minikube-linux-amd64";
+url_api = 
"https://api.github.com/repos/kubernetes/minikube/releases/assets/358743871";
 
 [tools."aqua:kubernetes/minikube"."platforms.linux-x64-musl"]
 checksum = 
"sha256:099477eaf248bcb5bcea8ce78a2898e93ac01461c35189da1848c3de82ecd22e"
 url = 
"https://github.com/kubernetes/minikube/releases/download/v1.38.1/minikube-linux-amd64";
+url_api = 
"https://api.github.com/repos/kubernetes/minikube/releases/assets/358743871";
 
 [tools."aqua:kubernetes/minikube"."platforms.macos-arm64"]
 checksum = 
"sha256:f9b0c70bb7daf38c683c0b6e46dc1b612600247ae826bf74576807746a919ee8"
 url = 
"https://github.com/kubernetes/minikube/releases/download/v1.38.1/minikube-darwin-arm64";
+url_api = 
"https://api.github.com/repos/kubernetes/minikube/releases/assets/358743776";
 
 [tools."aqua:kubernetes/minikube"."platforms.macos-x64"]
 checksum = 
"sha256:db11dffba835609988e4e98c3a91a38653ce66ddfa8ea3aaea92d87c54a0a348"
 url = 
"https://github.com/kubernetes/minikube/releases/download/v1.38.1/minikube-darwin-amd64";
+url_api = 
"https://api.github.com/repos/kubernetes/minikube/releases/assets/358741589";
 
 [tools."aqua:kubernetes/minikube"."platforms.windows-x64"]
 checksum = 
"sha256:04215bec5632a976b48eb632856b50f1eaaa183b9c2a5904e11d1bacc4961ff7"
 url = 
"https://github.com/kubernetes/minikube/releases/download/v1.38.1/minikube-windows-amd64.exe";
+url_api = 
"https://api.github.com/repos/kubernetes/minikube/releases/assets/358741430";
 
 [[tools."aqua:rhysd/actionlint"]]
 version = "1.7.12"
@@ -174,36 +195,43 @@
 [tools."aqua:rhysd/actionlint"."platforms.linux-arm64"]
 checksum = 
"sha256:325e971b6ba9bfa504672e29be93c24981eeb1c07576d730e9f7c8805afff0c6"
 url = 
"https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_linux_arm64.tar.gz";
+url_api = 
"https://api.github.com/repos/rhysd/actionlint/releases/assets/384924897";
 provenance = "github-attestations"
 
 [tools."aqua:rhysd/actionlint"."platforms.linux-arm64-musl"]
 checksum = 
"sha256:325e971b6ba9bfa504672e29be93c24981eeb1c07576d730e9f7c8805afff0c6"
 url = 
"https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_linux_arm64.tar.gz";
+url_api = 
"https://api.github.com/repos/rhysd/actionlint/releases/assets/384924897";
 provenance = "github-attestations"
 
 [tools."aqua:rhysd/actionlint"."platforms.linux-x64"]
 checksum = 
"sha256:8aca8db96f1b94770f1b0d72b6dddcb1ebb8123cb3712530b08cc387b349a3d8"
 url = 
"https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_linux_amd64.tar.gz";
+url_api = 
"https://api.github.com/repos/rhysd/actionlint/releases/assets/384924896";
 provenance = "github-attestations"
 
 [tools."aqua:rhysd/actionlint"."platforms.linux-x64-musl"]
 checksum = 
"sha256:8aca8db96f1b94770f1b0d72b6dddcb1ebb8123cb3712530b08cc387b349a3d8"
 url = 
"https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_linux_amd64.tar.gz";
+url_api = 
"https://api.github.com/repos/rhysd/actionlint/releases/assets/384924896";
 provenance = "github-attestations"
 
 [tools."aqua:rhysd/actionlint"."platforms.macos-arm64"]
 checksum = 
"sha256:aba9ced2dee8d27fecca3dc7feb1a7f9a52caefa1eb46f3271ea66b6e0e6953f"
 url = 
"https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_darwin_arm64.tar.gz";
+url_api = 
"https://api.github.com/repos/rhysd/actionlint/releases/assets/384924893";
 provenance = "github-attestations"
 
 [tools."aqua:rhysd/actionlint"."platforms.macos-x64"]
 checksum = 
"sha256:5b44c3bc2255115c9b69e30efc0fecdf498fdb63c5d58e17084fd5f16324c644"
 url = 
"https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_darwin_amd64.tar.gz";
+url_api = 
"https://api.github.com/repos/rhysd/actionlint/releases/assets/384924880";
 provenance = "github-attestations"
 
 [tools."aqua:rhysd/actionlint"."platforms.windows-x64"]
 checksum = 
"sha256:6e7241b51e6817ea6a047693d8e6fed13b31819c9a0dd6c5a726e1592d22f6e9"
 url = 
"https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_windows_amd64.zip";
+url_api = 
"https://api.github.com/repos/rhysd/actionlint/releases/assets/384924919";
 provenance = "github-attestations"
 
 [[tools.direnv]]
@@ -213,62 +241,69 @@
 [tools.direnv."platforms.linux-arm64"]
 checksum = 
"sha256:2a9cef8d73521d6a3ec3f2871c4b747b8c4cc038628c1b57a7efa42b393a2d82"
 url = 
"https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.linux-arm64";
+url_api = 
"https://api.github.com/repos/direnv/direnv/releases/assets/274610549";
 
 [tools.direnv."platforms.linux-arm64-musl"]
 checksum = 
"sha256:2a9cef8d73521d6a3ec3f2871c4b747b8c4cc038628c1b57a7efa42b393a2d82"
 url = 
"https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.linux-arm64";
+url_api = 
"https://api.github.com/repos/direnv/direnv/releases/assets/274610549";
 
 [tools.direnv."platforms.linux-x64"]
 checksum = 
"sha256:1f1b93dd6f38523fde26dfac96151ef9d31a374e3005cd3345fb93555ae0c9b5"
 url = 
"https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.linux-amd64";
+url_api = 
"https://api.github.com/repos/direnv/direnv/releases/assets/274610548";
 
 [tools.direnv."platforms.linux-x64-musl"]
 checksum = 
"sha256:1f1b93dd6f38523fde26dfac96151ef9d31a374e3005cd3345fb93555ae0c9b5"
 url = 
"https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.linux-amd64";
+url_api = 
"https://api.github.com/repos/direnv/direnv/releases/assets/274610548";
 
 [tools.direnv."platforms.macos-arm64"]
 checksum = 
"sha256:4f569f3a36732bfd8b8fea7bfcc6ad87a59745c109022164d0ca4832451d5369"
 url = 
"https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.darwin-arm64";
+url_api = 
"https://api.github.com/repos/direnv/direnv/releases/assets/274610544";
 
 [tools.direnv."platforms.macos-x64"]
 checksum = 
"sha256:24fb9ce48b563d7e9fbdd3a4e3e836941654a31ce3e67eba9eaafc3dcd8ae73b"
 url = 
"https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.darwin-amd64";
+url_api = 
"https://api.github.com/repos/direnv/direnv/releases/assets/274610540";
 
 [tools.direnv."platforms.windows-x64"]
 checksum = 
"sha256:d96fc8b7cf020c2d4c1dbbc2ccec5fd1cab05b51c491f02c8527a7fa6c50a1cd"
 url = 
"https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.windows-amd64";
+url_api = 
"https://api.github.com/repos/direnv/direnv/releases/assets/274610569";
 
 [[tools.go]]
-version = "1.26.4"
+version = "1.26.5"
 backend = "core:go"
 
 [tools.go."platforms.linux-arm64"]
-checksum = 
"sha256:ef758ae7c6cf9267c9c0ef080b8965f453d89ab2d25d9eb22de4405925238768"
-url = "https://dl.google.com/go/go1.26.4.linux-arm64.tar.gz";
+checksum = 
"sha256:fe4789e92b1f33358680864bbe8704289e7bb5fc207d80623c308935bd696d49"
+url = "https://dl.google.com/go/go1.26.5.linux-arm64.tar.gz";
 
 [tools.go."platforms.linux-arm64-musl"]
-checksum = 
"sha256:ef758ae7c6cf9267c9c0ef080b8965f453d89ab2d25d9eb22de4405925238768"
-url = "https://dl.google.com/go/go1.26.4.linux-arm64.tar.gz";
+checksum = 
"sha256:fe4789e92b1f33358680864bbe8704289e7bb5fc207d80623c308935bd696d49"
+url = "https://dl.google.com/go/go1.26.5.linux-arm64.tar.gz";
 
 [tools.go."platforms.linux-x64"]
-checksum = 
"sha256:1153d3d50e0ac764b447adfe05c2bcf08e889d42a02e0fe0259bd47f6733ad7f"
-url = "https://dl.google.com/go/go1.26.4.linux-amd64.tar.gz";
+checksum = 
"sha256:5c2c3b16caefa1d968a94c1daca04a7ca301a496d9b086e17ad77bb81393f053"
+url = "https://dl.google.com/go/go1.26.5.linux-amd64.tar.gz";
 
 [tools.go."platforms.linux-x64-musl"]
-checksum = 
"sha256:1153d3d50e0ac764b447adfe05c2bcf08e889d42a02e0fe0259bd47f6733ad7f"
-url = "https://dl.google.com/go/go1.26.4.linux-amd64.tar.gz";
+checksum = 
"sha256:5c2c3b16caefa1d968a94c1daca04a7ca301a496d9b086e17ad77bb81393f053"
+url = "https://dl.google.com/go/go1.26.5.linux-amd64.tar.gz";
 
 [tools.go."platforms.macos-arm64"]
-checksum = 
"sha256:b62ad2b6d7d2464f12a5bcad7ff47f19d08325773b5efd21610e445a05a9bf53"
-url = "https://dl.google.com/go/go1.26.4.darwin-arm64.tar.gz";
+checksum = 
"sha256:efb87ff28af9a188d0536ef5d42e63dd52ba8263cd7344a993cc48dd11dedb6a"
+url = "https://dl.google.com/go/go1.26.5.darwin-arm64.tar.gz";
 
 [tools.go."platforms.macos-x64"]
-checksum = 
"sha256:05dc9b5f9997744520aaebb3d5deaa7c755371aebbfb7f97c2511a9f3367538d"
-url = "https://dl.google.com/go/go1.26.4.darwin-amd64.tar.gz";
+checksum = 
"sha256:6231d8d3b8f5552ec6cbf6d685bdd5482e1e703214b120e89b3bf0d7bf1ef725"
+url = "https://dl.google.com/go/go1.26.5.darwin-amd64.tar.gz";
 
 [tools.go."platforms.windows-x64"]
-checksum = 
"sha256:3ca8fb4630b07c419cbdd51f754e31363cfcfb83b3a5354d9e895c90be2cc345"
-url = "https://dl.google.com/go/go1.26.4.windows-amd64.zip";
+checksum = 
"sha256:97e6b2a833b6d89f9ff17d25419ac0a7e3b482a044e9ab18cdef834bd834fd38"
+url = "https://dl.google.com/go/go1.26.5.windows-amd64.zip";
 
 [[tools.golangci-lint]]
 version = "2.12.2"
@@ -277,36 +312,43 @@
 [tools.golangci-lint."platforms.linux-arm64"]
 checksum = 
"sha256:44cd40a8c76c86755375adfeea52cfd3533cb43d7bd647771e0ae065e166df3a"
 url = 
"https://github.com/golangci/golangci-lint/releases/download/v2.12.2/golangci-lint-2.12.2-linux-arm64.tar.gz";
+url_api = 
"https://api.github.com/repos/golangci/golangci-lint/releases/assets/413470996";
 provenance = "github-attestations"
 
 [tools.golangci-lint."platforms.linux-arm64-musl"]
 checksum = 
"sha256:44cd40a8c76c86755375adfeea52cfd3533cb43d7bd647771e0ae065e166df3a"
 url = 
"https://github.com/golangci/golangci-lint/releases/download/v2.12.2/golangci-lint-2.12.2-linux-arm64.tar.gz";
+url_api = 
"https://api.github.com/repos/golangci/golangci-lint/releases/assets/413470996";
 provenance = "github-attestations"
 
 [tools.golangci-lint."platforms.linux-x64"]
 checksum = 
"sha256:8df580d2670fed8fa984aac0507099af8df275e665215f5c7a2ae3943893a553"
 url = 
"https://github.com/golangci/golangci-lint/releases/download/v2.12.2/golangci-lint-2.12.2-linux-amd64.tar.gz";
+url_api = 
"https://api.github.com/repos/golangci/golangci-lint/releases/assets/413471054";
 provenance = "github-attestations"
 
 [tools.golangci-lint."platforms.linux-x64-musl"]
 checksum = 
"sha256:8df580d2670fed8fa984aac0507099af8df275e665215f5c7a2ae3943893a553"
 url = 
"https://github.com/golangci/golangci-lint/releases/download/v2.12.2/golangci-lint-2.12.2-linux-amd64.tar.gz";
+url_api = 
"https://api.github.com/repos/golangci/golangci-lint/releases/assets/413471054";
 provenance = "github-attestations"
 
 [tools.golangci-lint."platforms.macos-arm64"]
 checksum = 
"sha256:a9c54498731b3128f79e090be6110f3e5fffccc617b08142ed244d4126c73f29"
 url = 
"https://github.com/golangci/golangci-lint/releases/download/v2.12.2/golangci-lint-2.12.2-darwin-arm64.tar.gz";
+url_api = 
"https://api.github.com/repos/golangci/golangci-lint/releases/assets/413470950";
 provenance = "github-attestations"
 
 [tools.golangci-lint."platforms.macos-x64"]
 checksum = 
"sha256:f6f06d94b6241521c53d15450c5209b028270bf966f842afb11c030c79f5bc16"
 url = 
"https://github.com/golangci/golangci-lint/releases/download/v2.12.2/golangci-lint-2.12.2-darwin-amd64.tar.gz";
+url_api = 
"https://api.github.com/repos/golangci/golangci-lint/releases/assets/413470980";
 provenance = "github-attestations"
 
 [tools.golangci-lint."platforms.windows-x64"]
 checksum = 
"sha256:bd42e3ebc8cb4ececb86941983baaf1dc221bbb04d838e94ce63b49cc91e02bb"
 url = 
"https://github.com/golangci/golangci-lint/releases/download/v2.12.2/golangci-lint-2.12.2-windows-amd64.zip";
+url_api = 
"https://api.github.com/repos/golangci/golangci-lint/releases/assets/413471017";
 provenance = "github-attestations"
 
 [[tools.shellcheck]]
@@ -316,30 +358,37 @@
 [tools.shellcheck."platforms.linux-arm64"]
 checksum = 
"sha256:12b331c1d2db6b9eb13cfca64306b1b157a86eb69db83023e261eaa7e7c14588"
 url = 
"https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.aarch64.tar.xz";
+url_api = 
"https://api.github.com/repos/koalaman/shellcheck/releases/assets/279056934";
 
 [tools.shellcheck."platforms.linux-arm64-musl"]
 checksum = 
"sha256:12b331c1d2db6b9eb13cfca64306b1b157a86eb69db83023e261eaa7e7c14588"
 url = 
"https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.aarch64.tar.xz";
+url_api = 
"https://api.github.com/repos/koalaman/shellcheck/releases/assets/279056934";
 
 [tools.shellcheck."platforms.linux-x64"]
 checksum = 
"sha256:8c3be12b05d5c177a04c29e3c78ce89ac86f1595681cab149b65b97c4e227198"
 url = 
"https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.x86_64.tar.xz";
+url_api = 
"https://api.github.com/repos/koalaman/shellcheck/releases/assets/279056942";
 
 [tools.shellcheck."platforms.linux-x64-musl"]
 checksum = 
"sha256:8c3be12b05d5c177a04c29e3c78ce89ac86f1595681cab149b65b97c4e227198"
 url = 
"https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.x86_64.tar.xz";
+url_api = 
"https://api.github.com/repos/koalaman/shellcheck/releases/assets/279056942";
 
 [tools.shellcheck."platforms.macos-arm64"]
 checksum = 
"sha256:56affdd8de5527894dca6dc3d7e0a99a873b0f004d7aabc30ae407d3f48b0a79"
 url = 
"https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.darwin.aarch64.tar.xz";
+url_api = 
"https://api.github.com/repos/koalaman/shellcheck/releases/assets/279056932";
 
 [tools.shellcheck."platforms.macos-x64"]
 checksum = 
"sha256:3c89db4edcab7cf1c27bff178882e0f6f27f7afdf54e859fa041fca10febe4c6"
 url = 
"https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.darwin.x86_64.tar.xz";
+url_api = 
"https://api.github.com/repos/koalaman/shellcheck/releases/assets/279056930";
 
 [tools.shellcheck."platforms.windows-x64"]
 checksum = 
"sha256:8a4e35ab0b331c85d73567b12f2a444df187f483e5079ceffa6bda1faa2e740e"
 url = 
"https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.zip";
+url_api = 
"https://api.github.com/repos/koalaman/shellcheck/releases/assets/279056944";
 
 [[tools."ubi:caarlos0/svu"]]
 version = "3.4.1"

++++++ kubectl-switch.obsinfo ++++++
--- /var/tmp/diff_new_pack.sLosJ4/_old  2026-07-24 22:06:14.731600928 +0200
+++ /var/tmp/diff_new_pack.sLosJ4/_new  2026-07-24 22:06:14.739601208 +0200
@@ -1,5 +1,5 @@
 name: kubectl-switch
-version: 2.4.23
-mtime: 1783169216
-commit: 26e24506f4bae4e0003c1d3a1d06d10eed737f5c
+version: 2.4.24
+mtime: 1784821625
+commit: f241162d656fa6353b320542c9fe3d9f65562b3c
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/kubectl-switch/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.kubectl-switch.new.2004/vendor.tar.gz differ: char 
31, line 1

Reply via email to