34 lines
865 B
Markdown
34 lines
865 B
Markdown
# Release v0.1.6
|
|
|
|
<br/>
|
|
|
|
---
|
|
## 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!!
|
|
|
|
<br/>
|
|
|
|
---
|
|
## Change Logs
|
|
|
|
<br/>
|
|
|
|
+ [Feature request #43](https://github.com/derailed/k9s/issues/43) Add CronJob Manual Trigger.
|
|
All of this work is attributed to [dzoeteman](https://github.com/dzoeteman). Thank you!
|
|
+ Added ability to view logs on Job resource.
|
|
+ [Feature request #37](https://github.com/derailed/k9s/issues/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
|