Skip to content

Releases: derailed/k9s

0.1.6

20 Feb 01:55
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release

Release v0.1.6



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 request #43 Add CronJob Manual Trigger.
    All of this work is attributed to dzoeteman. Thank you!
  • Added ability to view logs on Job resource.
  • Feature request #37 Added Describe on resources as
    in kubectl describe xxx
  • NOTE! Changed alias to job and cron vs jo and cjo

Resolved Bugs

  • Fix issue with ServiceAccounts not displaying

0.1.5

19 Feb 07:05
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

Release v0.1.5



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

  • Fixed release version not showing up on execs

0.1.4

19 Feb 06:24
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

Release v0.1.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 file an issue please help me verify and close.

Thank you so much for your support!!



Change Logs


  • IMPORTANT! Breaking change! The K9s config was changed
    If K9s does not launch, move over .k9s/config.yml
  • Reworked CLI args to better support contexts

Resolved Bugs

0.1.3

08 Feb 22:00
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

Release v0.1.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 file an issue please help me verify and close.

Thank you so much for your support!!



Change Logs


  • IMPORTANT: Changed HotKeys to single chars for most non destructive operations
    For command mode use the <:> key
    For search mode use the </> key
  • Revert Delete to Ctrl-D. (Sorry for the brain fart on this!)
  • IMPORTANT! Breaking change! The K9s config has changed to handle multi-clusters.
    If K9s does not launch, please move over .k9s/config.yml.
  • Added Resource for ReplicaController
  • Added auth support for cloud provider using the same auth options as kubectl

Resolved Bugs

0.1.2

06 Feb 23:48
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Release v0.1.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!



Change Logs

  • Navigation changed! Thanks to Teppei Fukuda for
    hinting about the different modes ie command vs navigation. Now in order to
    navigate to a specific kubernetes resource you need to issue this command
    to say see all pods (using key >):

    >po<ENTER>
    
  • Similarly to filter on a given resource you can use `/' and type your filter.

  • In both instances <ESC> will back you out of command mode and into navigation mode.



Resolved Bugs

0.1.1

06 Feb 01:31
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Release v0.1.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!



Change Logs

  • Added config file to tracks K9s configuration ~/.k9s/config.yml
  • Changeg log file location to use Go tmp dir stdlib package.
    Check the log destination and config file location using
    k9s info
  • Removed 9 namespaces limitation by allowing user to manage namespaces using
    the namespace view or the dotfile configuration.
  • Updated keyboard navigation on log view. Up/Down, PageUp/PageDown
  • Added configuration to manage buffer size while viewing container logs
  • Added fail early countermeasures. Hopefully will help us figure out non starts??
  • Beefed up CLI arguments
  • Changed help command to just ?
  • Changed back command to just Esc
  • Added filtering feature to trim down viewed resources
    Use **/**term or Esc to kill filtering


Resolved Bugs

  • [Issue 17] Multi user log usage. Added user descriptor on log files
  • [Issue 18] Non starts due to color. Added preflight item on README.
  • [Issue 13] ? does not do anything.
  • [Issue 8] Don't reset selection after deletion.
  • [Issue 1,7] Limit available namespaces. Added config file to manage top 5 namespaces
    and also added a switch command while in the namespace resource view.
  • [Issue 6] Sorting/filtering. Added preliminary filtering capability. Raw search
    on table item using /filter_me command. Use Esc to turn off filtering.
  • [Issue 5] Scrolling in log view. Added up/down/pageUp/pageDown.
  • [Issue 3] No output when failing. Added fail early countermeasures. Hopefully
    will give us a heads up now to track down config issues??

0.1.0

02 Feb 01:12
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Changelog

04544ef Update docs
ae6d339 cleanup + tests check
7129484 documentation + graphics updates
3e210f0 fix broken tests
da190c2 init drop
0ebc298 update assets
487cb43 update docs
b9f2a52 update docs
508d1f3 update release meta