All Versions
10
Latest Version
Avg Release Cycle
91 days
Latest Release
1606 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.