Releases: c-bata/kube-prompt
Releases · c-bata/kube-prompt
v1.0.11
10 Feb 03:46
Compare
Sorry, something went wrong.
No results found
v1.0.10
03 Dec 06:22
Compare
Sorry, something went wrong.
No results found
ʕ◔ϖ◔ʔ 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 ).
v1.0.9
02 Nov 14:39
Compare
Sorry, something went wrong.
No results found
ʕ◔ϖ◔ʔ Release v1.0.9
Support container name suggestions. (#64 )
v1.0.8
09 Sep 07:08
Compare
Sorry, something went wrong.
No results found
ʕ◔ϖ◔ʔ Release v1.0.8
Added support to build ARM32 binary (#61 ) by @kopwei
v1.0.7
05 Aug 04:20
Compare
Sorry, something went wrong.
No results found
ʕ◔ϖ◔ʔ 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
21 Feb 14:34
Compare
Sorry, something went wrong.
No results found
ʕ◔ϖ◔ʔ 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.
Fix the bug that ingress completer doesn't work (refs #36 ).
Add feature to complete jobs (refs #33 ).
Deliver linux-arm64 binary (refs #32 ).
Support oidc and openstack plugin (refs #41 ).
v1.0.5
17 Oct 17:10
Compare
Sorry, something went wrong.
No results found
ʕ◔ϖ◔ʔ Release v1.0.5
Fix bug when input --. refs #29 .
Add -n to namespace completion handler #9
v1.0.4
25 Aug 04:01
Compare
Sorry, something went wrong.
No results found
ʕ◔ϖ◔ʔ Release v1.0.4
Update go-client v08.0.0, k8s v1.11.
Update go-prompt v0.2.2.
Improve file path completions by using FilePathCompleter in go-prompt.
Change default namespace to all.
Support namespace completions.
v1.0.3
16 Oct 02:40
Compare
Sorry, something went wrong.
No results found
ʕ◔ϖ◔ʔ Release v1.0.3
Update go-prompt (it contains the change to fix race condition)
Support the file path completing.
v1.0.2
10 Oct 10:04
Compare
Sorry, something went wrong.
No results found
ʕ◔ϖ◔ʔ Release v1.0.2
Support completion for port-forwarding
Support namespace completion
Add edit deployments and replicationcontrollers completions