All Versions
10
Latest Version
Avg Release Cycle
91 days
Latest Release
1568 days ago

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).
  • v1.0.9 Changes

    November 02, 2019

    ๐Ÿš€ ส•โ—”ฯ–โ—”ส” Release v1.0.9

    • ๐Ÿ‘Œ Support container name suggestions. (#64)
  • v1.0.8 Changes

    September 09, 2019

    ๐Ÿš€ ส•โ—”ฯ–โ—”ส” Release v1.0.8

    • โž• Added support to build ARM32 binary (#61) by @kopwei
  • 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).
      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 Changes

    October 17, 2018

    ๐Ÿš€ ส•โ—”ฯ–โ—”ส” Release v1.0.5

    • ๐Ÿ›  Fix bug when input --. refs #29.
    • โž• Add -n to namespace completion handler #9
  • v1.0.4 Changes

    August 25, 2018

    ๐Ÿš€ ส•โ—”ฯ–โ—”ส” Release v1.0.4

  • 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

    ๐Ÿš€ ส•โ—”ฯ–โ—”ส” Release v1.0.2

    kube-prompt-port-forward

    • ๐Ÿ‘Œ Support completion for port-forwarding
    • ๐Ÿ‘Œ Support namespace completion
    • โž• Add edit deployments and replicationcontrollers completions
  • 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 in kubectl logs.