Skip to content

v0.24.12

Compare
Choose a tag to compare
@derailed derailed released this 29 Jun 14:36
· 471 commits to master since this release

Release v0.24.12

Notes

Thank you to all that contributed with flushing out issues and enhancements for K9s! I'll try to mark some of these issues as fixed. But if you don't mind grab the latest rev and see if we're happier with some of the fixes! If you've filed an issue please help me verify and close. Your support, kindness and awesome suggestions to make K9s better are as ever very much noted and appreciated!

If you feel K9s is helping your Kubernetes journey, please consider joining our sponsorship program and/or make some noise on social! @kitesurfer

On Slack? Please join us K9slackers

Prompt GOT Styles!

Added a new configuration for styling your command/search prompts. So you can now specify foreground/background and suggestion color to your heart content. For example:

# $HOME/.k9s/skin.yml
k9s:
  body:
    fgColor: aqua
    bgColor: black
    logoColor: purple
  # Prompt styles
  prompt:
    fgColor: blue
    bgColor: black
    suggestColor: orange
  ...

Resolved Issues


漏 2020 Imhotep Software LLC. All materials licensed under Apache v2.0