Kube Prompt Versions Save

An interactive kubernetes client featuring auto-complete.

v1.0.11

3 years ago

ʕ◔ϖ◔ʔ Release v1.0.11

  • Fix panic (by @wzshiming at #73)
  • Update k8s.io dependencies to v0.17.0 (by @ghouscht at #74)

v1.0.10

4 years ago

ʕ◔ϖ◔ʔ 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

4 years ago

ʕ◔ϖ◔ʔ Release v1.0.9

  • Support container name suggestions. (#64)

v1.0.8

4 years ago

ʕ◔ϖ◔ʔ Release v1.0.8

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

v1.0.7

4 years ago

ʕ◔ϖ◔ʔ 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

5 years ago

ʕ◔ϖ◔ʔ Release v1.0.6

v1.0.5

5 years ago

ʕ◔ϖ◔ʔ Release v1.0.5

  • Fix bug when input --. refs #29.
  • Add -n to namespace completion handler #9

v1.0.4

5 years ago

ʕ◔ϖ◔ʔ Release v1.0.4

v1.0.3

6 years ago

ʕ◔ϖ◔ʔ Release v1.0.3

  • Update go-prompt (it contains the change to fix race condition)
  • Support the file path completing.

v1.0.2

6 years ago

ʕ◔ϖ◔ʔ Release v1.0.2

kube-prompt-port-forward

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