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-01-13 21:23:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubectl-switch (Old) and /work/SRC/openSUSE:Factory/.kubectl-switch.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubectl-switch" Tue Jan 13 21:23:59 2026 rev:16 rq:1326685 version:2.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kubectl-switch/kubectl-switch.changes 2025-12-19 16:47:39.422416181 +0100 +++ /work/SRC/openSUSE:Factory/.kubectl-switch.new.1928/kubectl-switch.changes 2026-01-13 21:24:29.759009078 +0100 @@ -1,0 +2,27 @@ +Mon Jan 12 06:35:34 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 2.4.3: + * Bug Fixes + - 684948f: fix: precompiled binaries not uploaded to releases + (@mircea-pavel-anton) + * CI/CD + - e8634a2: ci: remove commitlint and pr labelers + (@mircea-pavel-anton) + - 9f94bde: ci: replace semantic release with svu-based semantic + tags (@mircea-pavel-anton) + - 21e3a44: ci: use goreleaser to create releases from scratch + (@mircea-pavel-anton) + +------------------------------------------------------------------- +Mon Jan 12 06:15:42 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 2.4.2: + * Bug Fixes + - go: update k8s.io/client-go ( v0.34.3 โ v0.35.0 ) (1dec436) + * CI/CD + - github-action: update github/codeql-action ( v4.31.8 โ + v4.31.9 ) (f26d1f2) + - github-action: update mirceanton/action-semver-release ( + v2.2.0 โ v2.2.1 ) (ea170bd) + +------------------------------------------------------------------- Old: ---- kubectl-switch-2.4.1.obscpio New: ---- kubectl-switch-2.4.3.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubectl-switch.spec ++++++ --- /var/tmp/diff_new_pack.pL1b1k/_old 2026-01-13 21:24:30.887055636 +0100 +++ /var/tmp/diff_new_pack.pL1b1k/_new 2026-01-13 21:24:30.891055802 +0100 @@ -1,7 +1,7 @@ # # spec file for package kubectl-switch # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: kubectl-switch -Version: 2.4.1 +Version: 2.4.3 Release: 0 Summary: Simple tool to help manage multiple kubeconfig files License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.pL1b1k/_old 2026-01-13 21:24:30.935057617 +0100 +++ /var/tmp/diff_new_pack.pL1b1k/_new 2026-01-13 21:24:30.939057783 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/mirceanton/kubectl-switch</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v2.4.1</param> + <param name="revision">v2.4.3</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.pL1b1k/_old 2026-01-13 21:24:30.971059103 +0100 +++ /var/tmp/diff_new_pack.pL1b1k/_new 2026-01-13 21:24:30.975059269 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/mirceanton/kubectl-switch</param> - <param name="changesrevision">a51a5b3111954636b3259e1bc3164ac21ea440c4</param></service></servicedata> + <param name="changesrevision">21e3a4420663018dda57fb1c3c836ac395aadab7</param></service></servicedata> (No newline at EOF) ++++++ kubectl-switch-2.4.1.obscpio -> kubectl-switch-2.4.3.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubectl-switch-2.4.1/.commitlintrc.json new/kubectl-switch-2.4.3/.commitlintrc.json --- old/kubectl-switch-2.4.1/.commitlintrc.json 2025-12-18 13:06:48.000000000 +0100 +++ new/kubectl-switch-2.4.3/.commitlintrc.json 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ -{ - "rules": { - "subject-case": [ - 2, - "never", - [ - "start-case", - "pascal-case", - "upper-case" - ] - ], - "header-max-length": [ - 2, - "always", - 150 - ] - } -} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubectl-switch-2.4.1/.goreleaser.yaml new/kubectl-switch-2.4.3/.goreleaser.yaml --- old/kubectl-switch-2.4.1/.goreleaser.yaml 2025-12-18 13:06:48.000000000 +0100 +++ new/kubectl-switch-2.4.3/.goreleaser.yaml 2025-12-22 22:05:57.000000000 +0100 @@ -26,21 +26,51 @@ disable: false name_template: "checksums.txt" +release: + draft: false #? do we want to leave the release as draft? + prerelease: auto #? auto-detect pre-releases from git tags + make_latest: true + mode: replace #? replace existing release notes if present + changelog: disable: false use: github sort: asc groups: - - title: Features - regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$' + - title: "## ๐ฅ Breaking Changes" + regexp: '^.*?(feat|fix|patch)(\(.+\))?!:.+$' order: 0 - - title: "Patches" - regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$' + - title: "## โจ New Features" + regexp: '^.*?feat(\(.+\))?:.+$' order: 1 - - title: "CI" - regexp: ".*ci.*" - order: 998 - - title: Others + - title: "## ๐ Bug Fixes" + regexp: '^.*?(fix|patch)(\(.+\))?:.+$' + order: 2 + - title: "## โก Performance Improvements" + regexp: '^.*?perf(\(.+\))?:.+$' + order: 3 + - title: "## ๐ Documentation" + regexp: '^.*?docs(\(.+\))?:.+$' + order: 4 + - title: "## ๐ฆ Build System" + regexp: '^.*?build(\(.+\))?:.+$' + order: 5 + - title: "## ๐ท CI/CD" + regexp: '^.*?ci(\(.+\))?:.+$' + order: 6 + - title: "## ๐งช Tests" + regexp: '^.*?test(\(.+\))?:.+$' + order: 7 + - title: "## โป๏ธ Code Refactoring" + regexp: '^.*?refactor(\(.+\))?:.+$' + order: 8 + - title: "## ๐ Code Style" + regexp: '^.*?style(\(.+\))?:.+$' + order: 9 + - title: "## ๐งน Chores" + regexp: '^.*?chore(\(.+\))?:.+$' + order: 10 + - title: "## ๐ง Other Changes" order: 999 nfpms: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubectl-switch-2.4.1/.mise.toml new/kubectl-switch-2.4.3/.mise.toml --- old/kubectl-switch-2.4.1/.mise.toml 2025-12-18 13:06:48.000000000 +0100 +++ new/kubectl-switch-2.4.3/.mise.toml 2025-12-22 22:05:57.000000000 +0100 @@ -20,9 +20,9 @@ # ================================================================================================= # CI Tools # ================================================================================================= -"npm:@commitlint/cli" = "20" "aqua:rhysd/actionlint" = "1" "shellcheck" = "0.11" +svu = "latest" # ================================================================================================= # TASKS -> GO diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubectl-switch-2.4.1/go.mod new/kubectl-switch-2.4.3/go.mod --- old/kubectl-switch-2.4.1/go.mod 2025-12-18 13:06:48.000000000 +0100 +++ new/kubectl-switch-2.4.3/go.mod 2025-12-22 22:05:57.000000000 +0100 @@ -13,7 +13,7 @@ github.com/spf13/cobra v1.10.2 github.com/spf13/viper v1.21.0 k8s.io/apimachinery v0.35.0 - k8s.io/client-go v0.34.3 + k8s.io/client-go v0.35.0 ) require ( @@ -63,7 +63,7 @@ go.yaml.in/yaml/v2 v2.4.3 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect golang.org/x/net v0.47.0 // indirect - golang.org/x/oauth2 v0.27.0 // indirect + golang.org/x/oauth2 v0.30.0 // indirect golang.org/x/sys v0.38.0 // indirect golang.org/x/term v0.37.0 // indirect golang.org/x/text v0.31.0 // indirect @@ -72,7 +72,7 @@ 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.34.3 // indirect + k8s.io/api v0.35.0 // indirect k8s.io/klog/v2 v2.130.1 // indirect k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubectl-switch-2.4.1/go.sum new/kubectl-switch-2.4.3/go.sum --- old/kubectl-switch-2.4.1/go.sum 2025-12-18 13:06:48.000000000 +0100 +++ new/kubectl-switch-2.4.3/go.sum 2025-12-22 22:05:57.000000000 +0100 @@ -172,6 +172,8 @@ golang.org/x/net v0.47.0/go.mod h1:/jNxtkgq5yWUGYkaZGqo27cfGZ1c5Nen03aYrrKpVRU= golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M= golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8= +golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI= +golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -225,12 +227,16 @@ gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= k8s.io/api v0.34.3 h1:D12sTP257/jSH2vHV2EDYrb16bS7ULlHpdNdNhEw2S4= k8s.io/api v0.34.3/go.mod h1:PyVQBF886Q5RSQZOim7DybQjAbVs8g7gwJNhGtY5MBk= +k8s.io/api v0.35.0 h1:iBAU5LTyBI9vw3L5glmat1njFK34srdLmktWwLTprlY= +k8s.io/api v0.35.0/go.mod h1:AQ0SNTzm4ZAczM03QH42c7l3bih1TbAXYo0DkF8ktnA= k8s.io/apimachinery v0.34.3 h1:/TB+SFEiQvN9HPldtlWOTp0hWbJ+fjU+wkxysf/aQnE= k8s.io/apimachinery v0.34.3/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw= k8s.io/apimachinery v0.35.0 h1:Z2L3IHvPVv/MJ7xRxHEtk6GoJElaAqDCCU0S6ncYok8= k8s.io/apimachinery v0.35.0/go.mod h1:jQCgFZFR1F4Ik7hvr2g84RTJSZegBc8yHgFWKn//hns= k8s.io/client-go v0.34.3 h1:wtYtpzy/OPNYf7WyNBTj3iUA0XaBHVqhv4Iv3tbrF5A= k8s.io/client-go v0.34.3/go.mod h1:OxxeYagaP9Kdf78UrKLa3YZixMCfP6bgPwPwNBQBzpM= +k8s.io/client-go v0.35.0 h1:IAW0ifFbfQQwQmga0UdoH0yvdqrbwMdq9vIFEhRpxBE= +k8s.io/client-go v0.35.0/go.mod h1:q2E5AAyqcbeLGPdoRB+Nxe3KYTfPce1Dnu1myQdqz9o= k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk= k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE= k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b h1:MloQ9/bdJyIu9lb1PzujOPolHyvO06MXG5TUIj2mNAA= ++++++ kubectl-switch.obsinfo ++++++ --- /var/tmp/diff_new_pack.pL1b1k/_old 2026-01-13 21:24:31.151066533 +0100 +++ /var/tmp/diff_new_pack.pL1b1k/_new 2026-01-13 21:24:31.159066864 +0100 @@ -1,5 +1,5 @@ name: kubectl-switch -version: 2.4.1 -mtime: 1766059608 -commit: a51a5b3111954636b3259e1bc3164ac21ea440c4 +version: 2.4.3 +mtime: 1766437557 +commit: 21e3a4420663018dda57fb1c3c836ac395aadab7 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/kubectl-switch/vendor.tar.gz /work/SRC/openSUSE:Factory/.kubectl-switch.new.1928/vendor.tar.gz differ: char 48, line 2
