Releases: c-bata/kube-prompt
Releases · c-bata/kube-prompt
v1.0.11
v1.0.10
v1.0.9
v1.0.8
v1.0.7
v1.0.6
ʕ◔ϖ◔ʔ Release v1.0.6
- Fix namespace handling. Determine the namespace to use in following orders (refs #42).
- Use a command-line flag if it exists
--namespace
(or-n
). - Use the namespace of current context.
- Use a command-line flag if it exists
- Fix the bug that ingress completer doesn't work (refs #36).
- Add feature to complete jobs (refs #33).
- Deliver linux-arm64 binary (refs #32).
- See https://github.com/c-bata/kube-prompt#installation for more details.
- Support
oidc
andopenstack
plugin (refs #41).
v1.0.5
v1.0.4
ʕ◔ϖ◔ʔ Release v1.0.4
- Update go-client v08.0.0, k8s v1.11.
- Update go-prompt v0.2.2.
- See https://github.com/c-bata/go-prompt/blob/master/CHANGELOG.md#v022-20180628 for more details.
- Improve file path completions by using FilePathCompleter in go-prompt.
- See c-bata/go-prompt#79 for more details.
- Change default namespace to all.
- Support namespace completions.