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-17 14:53:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubectl-switch (Old) and /work/SRC/openSUSE:Factory/.kubectl-switch.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubectl-switch" Sat Jan 17 14:53:41 2026 rev:17 rq:1327531 version:2.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/kubectl-switch/kubectl-switch.changes 2026-01-13 21:24:29.759009078 +0100 +++ /work/SRC/openSUSE:Factory/.kubectl-switch.new.1928/kubectl-switch.changes 2026-01-17 14:54:29.906544595 +0100 @@ -1,0 +2,30 @@ +Fri Jan 16 06:14:28 UTC 2026 - Johannes Kastl <[email protected]> + +- Update to version 2.4.4: + * Bug Fixes + - 5caa034: fix(go): update github.com/sirupsen/logrus ( v1.9.3 + → v1.9.4 ) (@mr-borboto[bot]) + * CI/CD + - 71bf269: ci(github-action): update renovatebot/github-action + ( v44.2.0 → v44.2.1 ) (@mr-borboto[bot]) + - 5b5a7f1: ci(github-action): update renovatebot/github-action + ( v44.2.1 → v44.2.2 ) (@mr-borboto[bot]) + - 071d18e: ci(github-action): update renovatebot/github-action + ( v44.2.2 → v44.2.3 ) (@mr-borboto[bot]) + - d335b91: ci(github-action): update renovatebot/github-action + ( v44.2.3 → v44.2.4 ) (@mr-borboto[bot]) + - f0fd543: ci: remove custom codeql workflow -> will use + "default" one? (@mircea-pavel-anton) + * Code Style + - db5a10f: style: fix actionlint (@mircea-pavel-anton) + * Chores + - 04b43e5: chore(goreleaser): fix changelog headers + (@mircea-pavel-anton) + - 987723a: chore(mise): update aqua:golangci/golangci-lint ( + 2.7.2 → 2.8.0 ) (@mr-borboto[bot]) + - 1251944: chore(mise): update aqua:goreleaser/goreleaser ( + 2.13.1 → 2.13.2 ) (@mr-borboto[bot]) + - 3cdb09c: chore(mise): update aqua:goreleaser/goreleaser ( + 2.13.2 → 2.13.3 ) (@mr-borboto[bot]) + +------------------------------------------------------------------- Old: ---- kubectl-switch-2.4.3.obscpio New: ---- kubectl-switch-2.4.4.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubectl-switch.spec ++++++ --- /var/tmp/diff_new_pack.ObeoUY/_old 2026-01-17 14:54:31.734620804 +0100 +++ /var/tmp/diff_new_pack.ObeoUY/_new 2026-01-17 14:54:31.762621971 +0100 @@ -17,7 +17,7 @@ Name: kubectl-switch -Version: 2.4.3 +Version: 2.4.4 Release: 0 Summary: Simple tool to help manage multiple kubeconfig files License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ObeoUY/_old 2026-01-17 14:54:31.850625640 +0100 +++ /var/tmp/diff_new_pack.ObeoUY/_new 2026-01-17 14:54:31.886627140 +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.3</param> + <param name="revision">v2.4.4</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ObeoUY/_old 2026-01-17 14:54:32.090635645 +0100 +++ /var/tmp/diff_new_pack.ObeoUY/_new 2026-01-17 14:54:32.122636980 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/mirceanton/kubectl-switch</param> - <param name="changesrevision">21e3a4420663018dda57fb1c3c836ac395aadab7</param></service></servicedata> + <param name="changesrevision">5caa0346c3f2bc984e9a2b66527d73994bd49971</param></service></servicedata> (No newline at EOF) ++++++ kubectl-switch-2.4.3.obscpio -> kubectl-switch-2.4.4.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubectl-switch-2.4.3/.goreleaser.yaml new/kubectl-switch-2.4.4/.goreleaser.yaml --- old/kubectl-switch-2.4.3/.goreleaser.yaml 2025-12-22 22:05:57.000000000 +0100 +++ new/kubectl-switch-2.4.4/.goreleaser.yaml 2026-01-15 12:04:59.000000000 +0100 @@ -37,40 +37,40 @@ use: github sort: asc groups: - - title: "## 💥 Breaking Changes" + - title: "💥 Breaking Changes" regexp: '^.*?(feat|fix|patch)(\(.+\))?!:.+$' order: 0 - - title: "## ✨ New Features" + - title: "✨ New Features" regexp: '^.*?feat(\(.+\))?:.+$' order: 1 - - title: "## 🐛 Bug Fixes" + - title: "🐛 Bug Fixes" regexp: '^.*?(fix|patch)(\(.+\))?:.+$' order: 2 - - title: "## ⚡ Performance Improvements" + - title: "⚡ Performance Improvements" regexp: '^.*?perf(\(.+\))?:.+$' order: 3 - - title: "## 📚 Documentation" + - title: "📚 Documentation" regexp: '^.*?docs(\(.+\))?:.+$' order: 4 - - title: "## 📦 Build System" + - title: "📦 Build System" regexp: '^.*?build(\(.+\))?:.+$' order: 5 - - title: "## 👷 CI/CD" + - title: "👷 CI/CD" regexp: '^.*?ci(\(.+\))?:.+$' order: 6 - - title: "## 🧪 Tests" + - title: "🧪 Tests" regexp: '^.*?test(\(.+\))?:.+$' order: 7 - - title: "## ♻️ Code Refactoring" + - title: "♻️ Code Refactoring" regexp: '^.*?refactor(\(.+\))?:.+$' order: 8 - - title: "## 💄 Code Style" + - title: "💄 Code Style" regexp: '^.*?style(\(.+\))?:.+$' order: 9 - - title: "## 🧹 Chores" + - title: "🧹 Chores" regexp: '^.*?chore(\(.+\))?:.+$' order: 10 - - title: "## 🔧 Other Changes" + - title: "🔧 Other Changes" order: 999 nfpms: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubectl-switch-2.4.3/.mise.toml new/kubectl-switch-2.4.4/.mise.toml --- old/kubectl-switch-2.4.3/.mise.toml 2025-12-22 22:05:57.000000000 +0100 +++ new/kubectl-switch-2.4.4/.mise.toml 2026-01-15 12:04:59.000000000 +0100 @@ -3,8 +3,8 @@ # Project Tools -> pinned versions # ================================================================================================= go = "1.25.5" -"aqua:golangci/golangci-lint" = "2.7.2" -"aqua:goreleaser/goreleaser" = "2.13.1" +"aqua:golangci/golangci-lint" = "2.8.0" +"aqua:goreleaser/goreleaser" = "2.13.3" "aqua:kubernetes/kubectl" = "1.33.1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubectl-switch-2.4.3/go.mod new/kubectl-switch-2.4.4/go.mod --- old/kubectl-switch-2.4.3/go.mod 2025-12-22 22:05:57.000000000 +0100 +++ new/kubectl-switch-2.4.4/go.mod 2026-01-15 12:04:59.000000000 +0100 @@ -9,7 +9,7 @@ github.com/charmbracelet/bubbles v0.21.0 github.com/charmbracelet/bubbletea v1.3.10 github.com/charmbracelet/lipgloss v1.1.0 - github.com/sirupsen/logrus v1.9.3 + 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.35.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kubectl-switch-2.4.3/go.sum new/kubectl-switch-2.4.4/go.sum --- old/kubectl-switch-2.4.3/go.sum 2025-12-22 22:05:57.000000000 +0100 +++ new/kubectl-switch-2.4.4/go.sum 2026-01-15 12:04:59.000000000 +0100 @@ -116,6 +116,8 @@ github.com/sagikazarmark/locafero v0.11.0/go.mod h1:nVIGvgyzw595SUSUE6tvCp3YYTeHs15MvlmU87WwIik= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= +github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w= +github.com/sirupsen/logrus v1.9.4/go.mod h1:ftWc9WdOfJ0a92nsE2jF5u5ZwH8Bv2zdeOC42RjbV2g= github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 h1:+jumHNA0Wrelhe64i8F6HNlS8pkoyMv5sreGx2Ry5Rw= github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8/go.mod h1:3n1Cwaq1E1/1lhQhtRK2ts/ZwZEhjcQeJQ1RuC6Q/8U= github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I= ++++++ kubectl-switch.obsinfo ++++++ --- /var/tmp/diff_new_pack.ObeoUY/_old 2026-01-17 14:54:33.086677168 +0100 +++ /var/tmp/diff_new_pack.ObeoUY/_new 2026-01-17 14:54:33.158680170 +0100 @@ -1,5 +1,5 @@ name: kubectl-switch -version: 2.4.3 -mtime: 1766437557 -commit: 21e3a4420663018dda57fb1c3c836ac395aadab7 +version: 2.4.4 +mtime: 1768475099 +commit: 5caa0346c3f2bc984e9a2b66527d73994bd49971 ++++++ 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 13, line 1
