Skip to content

Tags: alicankustemur/kubectx

Tags

v0.6.1

Toggle v0.6.1's commit message
v0.6.1

- FIX: fix crash when kubectx/kubens is installed --with-short-names and fzf(1)
  is in PATH, but calling the binaries with the wrong name. (ahmetb#78)

v0.6.0

Toggle v0.6.0's commit message
Release v0.6.0

- FEATURE: interactive search mode when kubectx and kubens are ran without any
  arguments and fzf(1) is detected in PATH. (ahmetb#71, ahmetb#74)
- FIX: kubectx -d now doesn't ignore arguments after the first argument. (ahmetb#75)
- FIX: empty output bug when TERM=vt100 even though NO_COLOR is set. (ahmetb#57, ahmetb#73)
- FIX: --help exits with code 0 now. (ahmetb#69, ahmetb#72)

v0.5.1

Toggle v0.5.1's commit message

Verified

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

v0.5.0

Toggle v0.5.0's commit message
v0.5.0 (2018-04-09)

- SECURITY FIX: A context name that contains '/' in the name could arbitrarily
  overwrite any on the filesystem through a crafted context name when it is
  used with kubectx.

  This is fixed in ahmetb#37 by @jvassev. kubectx now handles context names with '/'.

- FEATURE: Renaming context will now overwrite if the specified name already
  exists, through deleting the existing context entry in kubeconfig. (ahmetb#25)

- FEATURE: Deleting context entries in kubeconfig with "kubectx -d NAME" ('.'
  for current). This only deletes the context entry and does not touch 'users'
  and 'clusters' keys in kubeconfig (and therefore might leak those entries).
  Use this only if you do not care about the extra values in your kubeconfig.
  (ahmetb#23, ahmetb#38)

v0.4.1

Toggle v0.4.1's commit message
 v0.4.1 (2018-03-30)

- Removed utils.bash: kubectx and kubens can now be used as standalone
- Added fish shell completion support

v0.4.0

Toggle v0.4.0's commit message
v0.4.0

- kubectx A=B now renames the context instead of
  aliasing.

v0.3.1

Toggle v0.3.1's commit message
v0.3.1

- Fix readlink bug on macOS

v0.3.0

Toggle v0.3.0's commit message
v0.3.0

- Add kubens tool
- Add --with-short-names installation option
- Fix variables leaking to zsh session in completion

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ahmetb Ahmet Alp Balkan
Add zsh completion script (finally)

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

v0.1

Toggle v0.1's commit message
Update README.md