File kubens.changes of Package kubens
-------------------------------------------------------------------
Tue Mar 24 06:39:46 UTC 2026 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- convert package to use the golang-based implementation of kubectx
instead of the bash-based one
-------------------------------------------------------------------
Tue Mar 24 06:07:01 UTC 2026 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.10.2 (.1 was not released):
* Support interactive fzf selection for `kubectx -s` with no
arguments
* fix: use full git history in release workflow for changelog
generation
* Fix relative path resolution in exec credential plugins (#490)
* chore(deps): bump actions/checkout from 4 to 6 (#483)
* chore(deps): bump actions/github-script from 7 to 8 (#482)
* Support multiple kubeconfig files
(KUBECONFIG=file1:file2:file3) (#489)
* fix: replace deprecated set-output with GITHUB_OUTPUT env file
* chore(deps): bump github.com/fatih/color from 1.18.0 to 1.19.0
* chore(deps): bump the kubernetes group with 2 updates
-------------------------------------------------------------------
Mon Mar 23 06:55:18 UTC 2026 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.10.0:
* Release v0.10.0
* fix: skip fzf launch in kubens when no contexts exist in
kubeconfig (#481)
* refactor: replace testutil.WithEnvVar with t.Setenv (#479)
* feat: add XDG_CACHE_HOME support to Go implementations (#478)
* docs: simplify installation instructions into a single table
(#477)
* chore: update goreleaser config and release workflow (#475)
* fix: improve error handling and resource management in
kubeconfig (#476)
* refactor: modernize Go codebase for Go 1.25 (#473)
* ci: add workflow to warn PRs modifying frozen bash scripts
(#474)
-------------------------------------------------------------------
Wed Jul 19 12:12:53 UTC 2023 - kastl@b1-systems.de
- Update to version 0.9.5:
* k8s.io & go version bump (#393)
* Modify oh-my-zsh example (#346)
* fix go.sum tidy
* Fix README.md "alias" to "rename" (#375)
* Windows installation instructions (winget) (#365) (#381)
* Add prerequisite for completion to work after brew install
(#368)
* Bump golang.org/x/sys to fix compilation on M1 macs (#360)
* Windows installation instructions (Chocolatey) (#350)
* Run Go 1.17 mod tiny (#336)
* Fix typo on README.md (#341)
* add build cache to actions (#339)
* README.md: HTTP => HTTPS (#337)
* go mod tidy
* Bump Go to 1.17 in GHA (#335)
* overhaul the readme
* Make Completions Installable with Antibody (#263)
* Update README.md
* Wrap context names in single quotes to prevent completion
script to fail (#316)
* docs: fix starchart url (#306)
* Add s390x build (#270)
* Add interactive delete op (#304)
-------------------------------------------------------------------
Fri Jan 07 14:24:17 UTC 2022 - kastl@b1-systems.de
- Update to version 0.9.4:
* stop using XDG_CACHE_HOME as home directory (#299)
* add -V/--version flag to go implementations (#295)
-------------------------------------------------------------------
Tue Jun 1 11:25:56 UTC 2021 - Robert Munteanu <rombert@apache.org>
- Drop go BuildRequires, this is just a shell script
-------------------------------------------------------------------
Thu May 20 05:30:42 UTC 2021 - kastl@b1-systems.de
- Update to version 0.9.3:
* Provide binary release for darwin/arm64
* Bump up go-client to fix auth plugin panic (#281)
* Check correct variable after current namespace retrieval (#287)
* Update debian installation instructions
* Add license headers for 2021
* Fix color in kubens success message when using fzf (#228)
* make kubectx consistent with kubens wrt. KUBECTL environment variable (#274)
* fix: improve kubectx completion on fish (#269)
* Add Homebrew install for Linux (#261)
* Bump CI to Go 1.15 (#266)
-------------------------------------------------------------------
Tue May 18 20:28:41 UTC 2021 - Johannes Kastl <kastl@b1-systems.de>
- initial version of kubens