All Versions
10
Latest Version
Avg Release Cycle
91 days
Latest Release
1805 days ago
Changelog History
Changelog History
-
v1.0.10 Changes
December 03, 2019๐ สโฯโส Release v1.0.10
๐ Bug fixes:
- ๐ Fix a bug of completion when using
logs -f
option (#65). - Start prompt if users don't have a permission to list namespaces (#70).
- ๐ Fix a bug of context suggestions contains a blank item (#71).
Internal changes:
- ๐ Build kube-prompt binaries with Go 1.13 (#66).
- ๐ Fix a bug of completion when using
-
v1.0.9 Changes
November 02, 2019๐ สโฯโส Release v1.0.9
- ๐ Support container name suggestions. (#64)
-
v1.0.8 Changes
September 09, 2019 -
v1.0.7 Changes
August 05, 2019๐ สโฯโส Release v1.0.7
- Migrate the version of client-go to v12.0
- Migrate to go modules.
- โ Add -o and --output as skipNext options
- Don't complete pod name when input 'get pod -o'
- ๐ Support --output=json style options
-
v1.0.6 Changes
February 21, 2019๐ สโฯโส 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).
- ๐ Fix namespace handling. Determine the namespace to use in following orders (refs #42).
-
v1.0.5 Changes
October 17, 2018 -
v1.0.4 Changes
August 25, 2018๐ สโฯโส 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.
-
v1.0.3 Changes
October 16, 2017๐ สโฯโส Release v1.0.3
- โก๏ธ Update go-prompt (it contains the change to fix race condition)
- ๐ Support the file path completing.
-
v1.0.2 Changes
October 10, 2017 -
v1.0.1 Changes
September 04, 2017๐ สโฯโส Release v1.0.1
- โก๏ธ Update completion of
kubectl delete
- โ Add
exit
command to exit kube-prompt - ๐ Fix the bug that kube-prompt is stop when type
Ctrl-C
inkubectl logs
.
- โก๏ธ Update completion of