Skip to content

Releases: c-bata/kube-prompt

v1.0.11

10 Feb 03:46
Compare
Choose a tag to compare

ʕ◔ϖ◔ʔ Release v1.0.11

v1.0.10

03 Dec 06:22
Compare
Choose a tag to compare

ʕ◔ϖ◔ʔ 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
e384176
Compare
Choose a tag to compare

ʕ◔ϖ◔ʔ Release v1.0.9

  • Support container name suggestions. (#64)

v1.0.8

09 Sep 07:08
eed9b10
Compare
Choose a tag to compare

ʕ◔ϖ◔ʔ Release v1.0.8

  • Added support to build ARM32 binary (#61) by @kopwei

v1.0.7

05 Aug 04:20
Compare
Choose a tag to compare

ʕ◔ϖ◔ʔ 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
Choose a tag to compare

ʕ◔ϖ◔ʔ Release v1.0.6

  • Fix namespace handling. Determine the namespace to use in following orders (refs #42).
    1. Use a command-line flag if it exists --namespace (or -n).
    2. 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
Choose a tag to compare

ʕ◔ϖ◔ʔ 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
Choose a tag to compare

ʕ◔ϖ◔ʔ Release v1.0.4

v1.0.3

16 Oct 02:40
Compare
Choose a tag to compare

ʕ◔ϖ◔ʔ 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
Choose a tag to compare

ʕ◔ϖ◔ʔ Release v1.0.2

kube-prompt-port-forward

  • Support completion for port-forwarding
  • Support namespace completion
  • Add edit deployments and replicationcontrollers completions