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-06 12:34:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubectl-switch (Old) and /work/SRC/openSUSE:Factory/.kubectl-switch.new.1982 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubectl-switch" Mon Jul 6 12:34:10 2026 rev:32 rq:1363931 version:2.4.23 Changes: -------- --- /work/SRC/openSUSE:Factory/kubectl-switch/kubectl-switch.changes 2026-06-17 16:29:03.813990903 +0200 +++ /work/SRC/openSUSE:Factory/.kubectl-switch.new.1982/kubectl-switch.changes 2026-07-06 12:36:51.400840097 +0200 @@ -1,0 +2,17 @@ +Mon Jul 06 04:59:37 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 2.4.23: + * fix(go): update charm.land/bubbles/v2 ( v2.1.0 → v2.1.1 ) +- Update to version 2.4.22: + * ci(github-action): update docker/login-action ( v4.3.0 → v4.4.0 + ) + * fix(go): update charm.land/lipgloss/v2 ( v2.0.4 → v2.0.5 ) + * fix(go): update charm.land/bubbletea/v2 ( v2.0.7 → v2.0.8 ) + * ci(github-action): update docker/login-action ( v4.2.0 → v4.3.0 + ) + * chore: add mise lockfile (#249) + * ci(github-action): Update actions/checkout ( v6.0.3 → v7.0.0 ) + (#247) + * ci(github-action): update jdx/mise-action ( v4.1.0 → v4.2.0 ) + +------------------------------------------------------------------- Old: ---- kubectl-switch-2.4.21.obscpio New: ---- kubectl-switch-2.4.23.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubectl-switch.spec ++++++ --- /var/tmp/diff_new_pack.LXoL3L/_old 2026-07-06 12:36:52.532879363 +0200 +++ /var/tmp/diff_new_pack.LXoL3L/_new 2026-07-06 12:36:52.536879502 +0200 @@ -17,7 +17,7 @@ Name: kubectl-switch -Version: 2.4.21 +Version: 2.4.23 Release: 0 Summary: Simple tool to help manage multiple kubeconfig files License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.LXoL3L/_old 2026-07-06 12:36:52.596881583 +0200 +++ /var/tmp/diff_new_pack.LXoL3L/_new 2026-07-06 12:36:52.600881722 +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.21</param> + <param name="revision">refs/tags/v2.4.23</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.LXoL3L/_old 2026-07-06 12:36:52.648883387 +0200 +++ /var/tmp/diff_new_pack.LXoL3L/_new 2026-07-06 12:36:52.652883526 +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">1ec87ef650405d47258586dc16fb0828983f9d56</param></service></servicedata> + <param name="changesrevision">26e24506f4bae4e0003c1d3a1d06d10eed737f5c</param></service></servicedata> (No newline at EOF) ++++++ kubectl-switch-2.4.21.obscpio -> kubectl-switch-2.4.23.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubectl-switch-2.4.21/go.mod new/kubectl-switch-2.4.23/go.mod --- old/kubectl-switch-2.4.21/go.mod 2026-06-12 21:47:01.000000000 +0200 +++ new/kubectl-switch-2.4.23/go.mod 2026-07-04 14:46:56.000000000 +0200 @@ -6,9 +6,9 @@ retract [v2.0.0, v2.2.5] require ( - charm.land/bubbles/v2 v2.1.0 - charm.land/bubbletea/v2 v2.0.7 - charm.land/lipgloss/v2 v2.0.4 + charm.land/bubbles/v2 v2.1.1 + charm.land/bubbletea/v2 v2.0.8 + charm.land/lipgloss/v2 v2.0.5 github.com/sirupsen/logrus v1.9.4 github.com/spf13/cobra v1.10.2 github.com/spf13/viper v1.21.0 @@ -18,7 +18,7 @@ require ( github.com/charmbracelet/colorprofile v0.4.3 // indirect - github.com/charmbracelet/ultraviolet v0.0.0-20260525132238-948f4557a654 // indirect + github.com/charmbracelet/ultraviolet v0.0.0-20260703014108-f5a850f9c2b7 // indirect github.com/charmbracelet/x/ansi v0.11.7 // indirect github.com/charmbracelet/x/term v0.2.2 // indirect github.com/charmbracelet/x/termios v0.1.1 // indirect @@ -41,7 +41,7 @@ github.com/json-iterator/go v1.1.12 // indirect github.com/lucasb-eyer/go-colorful v1.4.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect - github.com/mattn/go-runewidth v0.0.23 // indirect + github.com/mattn/go-runewidth v0.0.24 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect github.com/muesli/cancelreader v0.2.2 // indirect @@ -60,8 +60,8 @@ go.yaml.in/yaml/v3 v3.0.4 // indirect golang.org/x/net v0.49.0 // indirect golang.org/x/oauth2 v0.34.0 // indirect - golang.org/x/sync v0.20.0 // indirect - golang.org/x/sys v0.45.0 // indirect + golang.org/x/sync v0.21.0 // indirect + golang.org/x/sys v0.46.0 // indirect golang.org/x/term v0.39.0 // indirect golang.org/x/text v0.33.0 // indirect golang.org/x/time v0.14.0 // indirect diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubectl-switch-2.4.21/go.sum new/kubectl-switch-2.4.23/go.sum --- old/kubectl-switch-2.4.21/go.sum 2026-06-12 21:47:01.000000000 +0200 +++ new/kubectl-switch-2.4.23/go.sum 2026-07-04 14:46:56.000000000 +0200 @@ -2,6 +2,8 @@ charm.land/bubbles/v2 v2.0.0/go.mod h1:rCHoleP2XhU8um45NTuOWBPNVHxnkXKTiZqcclL/qOI= charm.land/bubbles/v2 v2.1.0 h1:YSnNh5cPYlYjPxRrzs5VEn3vwhtEn3jVGRBT3M7/I0g= charm.land/bubbles/v2 v2.1.0/go.mod h1:l97h4hym2hvWBVfmJDtrEHHCtkIKeTEb3TTJ4ZOB3wY= +charm.land/bubbles/v2 v2.1.1 h1:7r55WzBxpo/R3z98hGmY7KKPd3ET6vsf0Fb9sDHOV60= +charm.land/bubbles/v2 v2.1.1/go.mod h1:GE6M31gaWZVXzGw73OeuTTgy4lX+OtkH0E5ymnNsHxo= charm.land/bubbletea/v2 v2.0.0 h1:p0d6CtWyJXJ9GfzMpUUqbP/XUUhhlk06+vCKWmox1wQ= charm.land/bubbletea/v2 v2.0.0/go.mod h1:3LRff2U4WIYXy7MTxfbAQ+AdfM3D8Xuvz2wbsOD9OHQ= charm.land/bubbletea/v2 v2.0.1 h1:B8e9zzK7x9JJ+XvHGF4xnYu9Xa0E0y0MyggY6dbaCfQ= @@ -18,6 +20,8 @@ charm.land/bubbletea/v2 v2.0.6/go.mod h1:MH/D8ZLlN3op37vQvijKuU29g3rqTp+aQapURFonF9g= charm.land/bubbletea/v2 v2.0.7 h1:7qw2tTAVar7m7klOPBYfTB0mniv/RuexsYwMRNxSeL0= charm.land/bubbletea/v2 v2.0.7/go.mod h1:DGW2q8gvzHnOpMpZTORs0aySVHCox5C+2Svk0fci1qs= +charm.land/bubbletea/v2 v2.0.8 h1:SxTJMhCAI3lbPmy4SgX5LWZ24AdINr4I6UEqzZvYJuY= +charm.land/bubbletea/v2 v2.0.8/go.mod h1:2SkdgoTXluXJHOUwAoRlRXF/28vklb1rFl6GcgV1/ss= charm.land/lipgloss/v2 v2.0.0 h1:sd8N/B3x892oiOjFfBQdXBQp3cAkvjGaU5TvVZC3ivo= charm.land/lipgloss/v2 v2.0.0/go.mod h1:w6SnmsBFBmEFBodiEDurGS/sdUY/u1+v72DqUzc6J14= charm.land/lipgloss/v2 v2.0.1 h1:6Xzrn49+Py1Um5q/wZG1gWgER2+7dUyZ9XMEufqPSys= @@ -28,6 +32,8 @@ charm.land/lipgloss/v2 v2.0.3/go.mod h1:7myLU9iG/3xluAWzpY/fSxYYHCgoKTie7laxk6ATwXA= charm.land/lipgloss/v2 v2.0.4 h1:lcPeVtcp23SNra7lHy8iYE4UC2aIipVQ47sbGyyxR5Q= charm.land/lipgloss/v2 v2.0.4/go.mod h1:0653x8epbZSzdDfO/XPS1a/uYPOBeSsCssOpJOqDzik= +charm.land/lipgloss/v2 v2.0.5 h1:kbNxgeeUOYv5J0YdpxFjfvf3dFvqH8Aci4zB6xqFtrY= +charm.land/lipgloss/v2 v2.0.5/go.mod h1:9oqhxt4yxIMe6q5A4kHr44DremZk7J9UNh74GlWa5nc= github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0= github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM= github.com/aymanbagabas/go-udiff v0.4.0 h1:TKnLPh7IbnizJIBKFWa9mKayRUBQ9Kh1BPCk6w2PnYM= @@ -46,6 +52,8 @@ github.com/charmbracelet/ultraviolet v0.0.0-20260416155717-489999b90468/go.mod h1:bAAz7dh/FTYfC+oiHavL4mX1tOIBZ0ZwYjSi3qE6ivM= github.com/charmbracelet/ultraviolet v0.0.0-20260525132238-948f4557a654 h1:FpSYhY28ucg9ZRr+2wj67FAQ0Ey5yiK0072PmRDJNek= github.com/charmbracelet/ultraviolet v0.0.0-20260525132238-948f4557a654/go.mod h1:hFpumms29Smx3LStRfku8vcCTBe1Kq8aCXtHUJa3mjY= +github.com/charmbracelet/ultraviolet v0.0.0-20260703014108-f5a850f9c2b7 h1:3FmWoGNWK4STvqg0O0Aeav2T7rodWJAPeF0QpH+8gFw= +github.com/charmbracelet/ultraviolet v0.0.0-20260703014108-f5a850f9c2b7/go.mod h1:f/jRa757WUmaOZrbPspXymbg/GnbF+rwe4OLsG7aXYo= github.com/charmbracelet/x/ansi v0.11.6 h1:GhV21SiDz/45W9AnV2R61xZMRri5NlLnl6CVF7ihZW8= github.com/charmbracelet/x/ansi v0.11.6/go.mod h1:2JNYLgQUsyqaiLovhU2Rv/pb8r6ydXKS3NIttu3VGZQ= github.com/charmbracelet/x/ansi v0.11.7 h1:kzv1kJvjg2S3r9KHo8hDdHFQLEqn4RBCb39dAYC84jI= @@ -126,6 +134,8 @@ github.com/mattn/go-runewidth v0.0.21/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs= github.com/mattn/go-runewidth v0.0.23 h1:7ykA0T0jkPpzSvMS5i9uoNn2Xy3R383f9HDx3RybWcw= github.com/mattn/go-runewidth v0.0.23/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs= +github.com/mattn/go-runewidth v0.0.24 h1:cpokDiIn0MGnhdHwuWnJBITySJ20QyNGnY2kR/ay2DU= +github.com/mattn/go-runewidth v0.0.24/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= @@ -203,6 +213,8 @@ golang.org/x/sync v0.19.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI= golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4= golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0= +golang.org/x/sync v0.21.0 h1:HLII4xRRTtCRkxYp4HNFF0Js/Og6q2i++KXbg0gHCwM= +golang.org/x/sync v0.21.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0= golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k= golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks= golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo= @@ -211,6 +223,8 @@ golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= golang.org/x/sys v0.45.0 h1:dO4czNzziLiiXplLQgBCEpCvXQ3dnkn0SdaZSYdQ+FY= golang.org/x/sys v0.45.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= +golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw= +golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= golang.org/x/term v0.37.0 h1:8EGAD0qCmHYZg6J17DvsMy9/wJ7/D/4pV/wfnld5lTU= golang.org/x/term v0.37.0/go.mod h1:5pB4lxRNYYVZuTLmy8oR2BH8dflOR+IbTYFD8fi3254= golang.org/x/term v0.39.0 h1:RclSuaJf32jOqZz74CkPA9qFuVTX7vhLlpfj/IGWlqY= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubectl-switch-2.4.21/mise.lock new/kubectl-switch-2.4.23/mise.lock --- old/kubectl-switch-2.4.21/mise.lock 1970-01-01 01:00:00.000000000 +0100 +++ new/kubectl-switch-2.4.23/mise.lock 2026-07-04 14:46:56.000000000 +0200 @@ -0,0 +1,346 @@ +# @generated - this file is auto-generated by `mise lock` https://mise.en.dev/dev-tools/mise-lock.html + +[[tools."aqua:derailed/k9s"]] +version = "0.51.0" +backend = "aqua:derailed/k9s" + +[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" + +[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" + +[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" + +[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" + +[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" + +[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" + +[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" + +[[tools."aqua:goreleaser/goreleaser"]] +version = "2.16.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" +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" +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" +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" +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" +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" +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" +provenance = "github-attestations" + +[[tools."aqua:helm/helm"]] +version = "4.2.2" +backend = "aqua:helm/helm" + +[tools."aqua:helm/helm"."platforms.linux-arm64"] +checksum = "sha256:78803142087a0069fa4b50d3f32a84d3ef25c14d1ee8a40fbccf86a6216d2f36" +url = "https://get.helm.sh/helm-v4.2.2-linux-arm64.tar.gz" + +[tools."aqua:helm/helm"."platforms.linux-arm64-musl"] +checksum = "sha256:78803142087a0069fa4b50d3f32a84d3ef25c14d1ee8a40fbccf86a6216d2f36" +url = "https://get.helm.sh/helm-v4.2.2-linux-arm64.tar.gz" + +[tools."aqua:helm/helm"."platforms.linux-x64"] +checksum = "sha256:9adafecab4d406853bba163a70e9f104f47dbbf65ce24b7653bae7e36150bcb6" +url = "https://get.helm.sh/helm-v4.2.2-linux-amd64.tar.gz" + +[tools."aqua:helm/helm"."platforms.linux-x64-musl"] +checksum = "sha256:9adafecab4d406853bba163a70e9f104f47dbbf65ce24b7653bae7e36150bcb6" +url = "https://get.helm.sh/helm-v4.2.2-linux-amd64.tar.gz" + +[tools."aqua:helm/helm"."platforms.macos-arm64"] +checksum = "sha256:5410a0dae3d5d91f45653b161260d9301aabc4ae80ae50a6605d66884b6df8ea" +url = "https://get.helm.sh/helm-v4.2.2-darwin-arm64.tar.gz" + +[tools."aqua:helm/helm"."platforms.macos-x64"] +checksum = "sha256:10c1e36ee8c5f2e2ee25a16599cb03ab74c0953cd889cacb980a49ba4b6574ba" +url = "https://get.helm.sh/helm-v4.2.2-darwin-amd64.tar.gz" + +[tools."aqua:helm/helm"."platforms.windows-x64"] +checksum = "sha256:29589dad546f8bcd3a6ad92261fcb4a6c9db4a32f9e4fc4f5212db189553dc60" +url = "https://get.helm.sh/helm-v4.2.2-windows-amd64.tar.gz" + +[[tools."aqua:kubernetes/kubectl"]] +version = "1.33.1" +backend = "aqua:kubernetes/kubectl" + +[tools."aqua:kubernetes/kubectl"."platforms.linux-arm64"] +checksum = "sha256:d595d1a26b7444e0beb122e25750ee4524e74414bbde070b672b423139295ce6" +url = "https://dl.k8s.io/v1.33.1/bin/linux/arm64/kubectl" + +[tools."aqua:kubernetes/kubectl"."platforms.linux-arm64-musl"] +checksum = "sha256:d595d1a26b7444e0beb122e25750ee4524e74414bbde070b672b423139295ce6" +url = "https://dl.k8s.io/v1.33.1/bin/linux/arm64/kubectl" + +[tools."aqua:kubernetes/kubectl"."platforms.linux-x64"] +checksum = "sha256:5de4e9f2266738fd112b721265a0c1cd7f4e5208b670f811861f699474a100a3" +url = "https://dl.k8s.io/v1.33.1/bin/linux/amd64/kubectl" + +[tools."aqua:kubernetes/kubectl"."platforms.linux-x64-musl"] +checksum = "sha256:5de4e9f2266738fd112b721265a0c1cd7f4e5208b670f811861f699474a100a3" +url = "https://dl.k8s.io/v1.33.1/bin/linux/amd64/kubectl" + +[tools."aqua:kubernetes/kubectl"."platforms.macos-arm64"] +checksum = "sha256:8ae6823839993bb2e394c3cf1919748e530642c625dc9100159595301f53bdeb" +url = "https://dl.k8s.io/v1.33.1/bin/darwin/arm64/kubectl" + +[tools."aqua:kubernetes/kubectl"."platforms.macos-x64"] +checksum = "sha256:8d36a5c66142547ad16e332942fd16a0ca2b3346d9ebaab6c348de2c70d9d875" +url = "https://dl.k8s.io/v1.33.1/bin/darwin/amd64/kubectl" + +[tools."aqua:kubernetes/kubectl"."platforms.windows-x64"] +checksum = "sha256:815c3c39984d1f7347486ad58b8e33e61ee87bc8ad79e0dbc9793e22200614fb" +url = "https://dl.k8s.io/v1.33.1/bin/windows/amd64/kubectl.exe" + +[[tools."aqua:kubernetes/minikube"]] +version = "1.38.1" +backend = "aqua:kubernetes/minikube" + +[tools."aqua:kubernetes/minikube"."platforms.linux-arm64"] +checksum = "sha256:a0b8a1ebfc8c07a247271d8df98ac0ddd7c8c855b601d402463e2e50c08c6bab" +url = "https://github.com/kubernetes/minikube/releases/download/v1.38.1/minikube-linux-arm64" + +[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" + +[tools."aqua:kubernetes/minikube"."platforms.linux-x64"] +checksum = "sha256:099477eaf248bcb5bcea8ce78a2898e93ac01461c35189da1848c3de82ecd22e" +url = "https://github.com/kubernetes/minikube/releases/download/v1.38.1/minikube-linux-amd64" + +[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" + +[tools."aqua:kubernetes/minikube"."platforms.macos-arm64"] +checksum = "sha256:f9b0c70bb7daf38c683c0b6e46dc1b612600247ae826bf74576807746a919ee8" +url = "https://github.com/kubernetes/minikube/releases/download/v1.38.1/minikube-darwin-arm64" + +[tools."aqua:kubernetes/minikube"."platforms.macos-x64"] +checksum = "sha256:db11dffba835609988e4e98c3a91a38653ce66ddfa8ea3aaea92d87c54a0a348" +url = "https://github.com/kubernetes/minikube/releases/download/v1.38.1/minikube-darwin-amd64" + +[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" + +[[tools."aqua:rhysd/actionlint"]] +version = "1.7.12" +backend = "aqua:rhysd/actionlint" + +[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" +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" +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" +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" +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" +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" +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" +provenance = "github-attestations" + +[[tools.direnv]] +version = "2.37.1" +backend = "aqua:direnv/direnv" + +[tools.direnv."platforms.linux-arm64"] +checksum = "sha256:2a9cef8d73521d6a3ec3f2871c4b747b8c4cc038628c1b57a7efa42b393a2d82" +url = "https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.linux-arm64" + +[tools.direnv."platforms.linux-arm64-musl"] +checksum = "sha256:2a9cef8d73521d6a3ec3f2871c4b747b8c4cc038628c1b57a7efa42b393a2d82" +url = "https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.linux-arm64" + +[tools.direnv."platforms.linux-x64"] +checksum = "sha256:1f1b93dd6f38523fde26dfac96151ef9d31a374e3005cd3345fb93555ae0c9b5" +url = "https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.linux-amd64" + +[tools.direnv."platforms.linux-x64-musl"] +checksum = "sha256:1f1b93dd6f38523fde26dfac96151ef9d31a374e3005cd3345fb93555ae0c9b5" +url = "https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.linux-amd64" + +[tools.direnv."platforms.macos-arm64"] +checksum = "sha256:4f569f3a36732bfd8b8fea7bfcc6ad87a59745c109022164d0ca4832451d5369" +url = "https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.darwin-arm64" + +[tools.direnv."platforms.macos-x64"] +checksum = "sha256:24fb9ce48b563d7e9fbdd3a4e3e836941654a31ce3e67eba9eaafc3dcd8ae73b" +url = "https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.darwin-amd64" + +[tools.direnv."platforms.windows-x64"] +checksum = "sha256:d96fc8b7cf020c2d4c1dbbc2ccec5fd1cab05b51c491f02c8527a7fa6c50a1cd" +url = "https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.windows-amd64" + +[[tools.go]] +version = "1.26.4" +backend = "core:go" + +[tools.go."platforms.linux-arm64"] +checksum = "sha256:ef758ae7c6cf9267c9c0ef080b8965f453d89ab2d25d9eb22de4405925238768" +url = "https://dl.google.com/go/go1.26.4.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" + +[tools.go."platforms.linux-x64"] +checksum = "sha256:1153d3d50e0ac764b447adfe05c2bcf08e889d42a02e0fe0259bd47f6733ad7f" +url = "https://dl.google.com/go/go1.26.4.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" + +[tools.go."platforms.macos-arm64"] +checksum = "sha256:b62ad2b6d7d2464f12a5bcad7ff47f19d08325773b5efd21610e445a05a9bf53" +url = "https://dl.google.com/go/go1.26.4.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" + +[tools.go."platforms.windows-x64"] +checksum = "sha256:3ca8fb4630b07c419cbdd51f754e31363cfcfb83b3a5354d9e895c90be2cc345" +url = "https://dl.google.com/go/go1.26.4.windows-amd64.zip" + +[[tools.golangci-lint]] +version = "2.12.2" +backend = "aqua:golangci/golangci-lint" + +[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" +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" +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" +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" +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" +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" +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" +provenance = "github-attestations" + +[[tools.shellcheck]] +version = "0.11.0" +backend = "aqua:koalaman/shellcheck" + +[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" + +[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" + +[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" + +[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" + +[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" + +[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" + +[tools.shellcheck."platforms.windows-x64"] +checksum = "sha256:8a4e35ab0b331c85d73567b12f2a444df187f483e5079ceffa6bda1faa2e740e" +url = "https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.zip" + +[[tools."ubi:caarlos0/svu"]] +version = "3.4.1" +backend = "ubi:caarlos0/svu" ++++++ kubectl-switch.obsinfo ++++++ --- /var/tmp/diff_new_pack.LXoL3L/_old 2026-07-06 12:36:52.892891851 +0200 +++ /var/tmp/diff_new_pack.LXoL3L/_new 2026-07-06 12:36:52.900892128 +0200 @@ -1,5 +1,5 @@ name: kubectl-switch -version: 2.4.21 -mtime: 1781293621 -commit: 1ec87ef650405d47258586dc16fb0828983f9d56 +version: 2.4.23 +mtime: 1783169216 +commit: 26e24506f4bae4e0003c1d3a1d06d10eed737f5c ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/kubectl-switch/vendor.tar.gz /work/SRC/openSUSE:Factory/.kubectl-switch.new.1982/vendor.tar.gz differ: char 14, line 1
