Releases: derailed/k9s
0.1.6
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
andcron
vsjo
andcjo
Resolved Bugs
- Fix issue with ServiceAccounts not displaying
0.1.5
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
- Feature #54
Changed pod colorer to not show error status while initializing
Tx! jawahars16, jmreicha
Resolved Bugs
- Fixed release version not showing up on execs
0.1.4
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
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
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
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 usingk9s 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??