Skip to content

Tags: steynru/kubectx

Tags

v0.9.4

Toggle v0.9.4's commit message

Verified

This commit was signed with the committer’s verified signature.
ahmetb Ahmet Alp Balkan
Release v0.9.4

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was signed with the committer’s verified signature.
ahmetb Ahmet Alp Balkan
Provide binary release for darwin/arm64

Signed-off-by: Ahmet Alp Balkan <[email protected]>

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was signed with the committer’s verified signature.
ahmetb Ahmet Alp Balkan
Release v0.9.2

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ahmetb Ahmet Alp Balkan
Release v0.9.1

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ahmetb Ahmet Alp Balkan
Release v0.9.0

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ahmetb Ahmet Alp Balkan
Release v0.8.0

v0.7.1

Toggle v0.7.1's commit message

Unverified

The email in this signature doesn’t match the committer email.
Release v0.7.1

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ahmetb Ahmet Alp Balkan
Release v0.7.0

v0.6.3

Toggle v0.6.3's commit message
- FIX: Show current context/ns color in interactive (fzf) mode. (ahme…

…tb#109)

- TEST: Add integration tests for kubectx (ahmetb#111, ahmetb#113) and kubens (ahmetb#105, ahmetb#117)

v0.6.2

Toggle v0.6.2's commit message
v0.6.2

- FEATURE: use XDG_CACHE_HOME to store data instead of $HOME/.kube if available
  (ahmetb#93)
- FEATURE: introduce KUBECTX_IGNORE_FZF variable to override interactive mode
  when fzf is detected (ahmetb#82)
- FIX: support Windows Subsystem for Linux (WSL) by detecting kubectx.exe in
  PATH when kubectl is not (ahmetb#96)
- FIX: zsh completion script glitch that printed only two contexts (ahmetb#81)
- IMPROVED: print errors when kubectl[.exe] is not detected in PATH (ahmetb#92)
- IMPROVED: better error handling when executed subcommands (like kubectl) fail
  (ahmetb#95)