File kubectx.changes of Package kubectx
-------------------------------------------------------------------
Fri Mar 27 06:01:57 UTC 2026 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.11.0:
* Use case-insensitive comparison for Connection upgrade header
* Allow non-mutating POST endpoints and dry-run through readonly
proxy
* Extract common shell logic into shellSession
* Update README with readonly flag docs and reorganize examples
* Update help text for kubectx and kubens
* Add -r/--readonly flag for read-only shell mode
* Add readonly reverse proxy for kubectx
-------------------------------------------------------------------
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:11 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:54:44 UTC 2026 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.10.0:
* Release v0.10.0
* fix: skip fzf launch when no contexts exist in kubeconfig
(#480)
* 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)
-------------------------------------------------------------------
Fri Jul 14 05:26:46 UTC 2023 - kastl@b1-systems.de
- Update to version 0.9.5:
* Release v0.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)
* Release v0.9.4
-------------------------------------------------------------------
Fri Jan 07 14:23:11 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)
-------------------------------------------------------------------
Wed May 26 17:37:45 UTC 2021 - Johannes Kastl <kastl@b1-systems.de>
- rework spec with recommendations from SR#895481
-------------------------------------------------------------------
Tue May 18 20:28:41 UTC 2021 - Johannes Kastl <kastl@b1-systems.de>
- initial version of kubectx