Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@derailed derailed released this 01 Mar 21:32
· 1666 commits to master since this release

Release v0.2.0

Notes

Thank you to all that contributed with flushing out issues with 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.

Thank you so much for your support!!


Change Logs

  • Feature #97
    Changed log view to now use kubectl logs shell command.
    There was some issues with the previous implementation with missing info and panics.
    NOTE! User must type Ctrl-C to exit the logs and navigate back to K9s
  • Reordered containers to show spec.containers first vs spec.initcontainers.
  • Feature #29
    Side effect of #97 Log coloring if present, will now show in the terminal.

Resolved Bugs