Skip to content

Releases: derailed/k9s

0.2.4

12 Mar 04:45
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release

Release v0.2.4

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

  • Issue #87 Added confirmation dialog on
    resource deletion. Either hit or button to bail out of deletion.

Resolved Bugs

0.2.3

11 Mar 12:20
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

Release v0.2.3

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


Resolved Bugs

0.2.2

10 Mar 01:03
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Release v0.2.2

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


Resolved Bugs

0.2.1

03 Mar 03:07
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Release v0.2.1

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

  • Bad call on the log view! Reverted to original and on the radar
    for a rewrite. This will most likely introduce some
    disturbance in the log force, but the previous solution would not
    work for init containers and not running pods.
  • Added live resource filters + alias view
  • Surfaced elevator control for table view navigation

Resolved Bugs

0.2.0

01 Mar 21:32
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-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

0.1.11

01 Mar 06:06
Compare
Choose a tag to compare
0.1.11 Pre-release
Pre-release

Release v0.1.11

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


Resolved Bugs

0.1.10

28 Feb 04:52
Compare
Choose a tag to compare
0.1.10 Pre-release
Pre-release

Release v0.1.10

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


Resolved Bugs

0.1.9

26 Feb 15:32
Compare
Choose a tag to compare
0.1.9 Pre-release
Pre-release

Release v0.1.9

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


Resolved Bugs

0.1.8

26 Feb 05:20
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release

Release v0.1.8

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


Resolved Bugs

0.1.7

23 Feb 01:13
Compare
Choose a tag to compare
0.1.7 Pre-release
Pre-release

Release v0.1.7

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


Resolved Bugs

  • Issue #71 K9s no longer assumes a metrics server is
    running. Better if it is but should not prevent from viewing resources.
  • Issue #77