From 641058bdac46b63306ca4d86fb216039d5b35016 Mon Sep 17 00:00:00 2001 From: derailed Date: Fri, 7 Jun 2019 16:10:36 -0600 Subject: [PATCH] add release notes --- change_logs/release_0.7.6.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 change_logs/release_0.7.6.md diff --git a/change_logs/release_0.7.6.md b/change_logs/release_0.7.6.md new file mode 100644 index 00000000..53d94cd2 --- /dev/null +++ b/change_logs/release_0.7.6.md @@ -0,0 +1,36 @@ + + +# Release v0.7.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. Your support, kindness and awesome suggestions to make K9s better is as always very much appreciated! + +Also if you dig this tool, please make some noise on social! [@kitesurfer](https://twitter.com/kitesurfer) + +--- + +## Change Logs + +### MultiLogs Initial Support + +This is an experimental enhancement to allow to view logs for associated resources ie view logs for all containers in a pod or view container logs for pods fronted by a service, deployment, etc... directly in K9s. We've contemplated integrating the excellent `stern` CLI for this which is more full featured than the current implementation, but decided that shelling out for logs was at this juncture not ideal. Based on your feedback, we might revisit in future releases should this feature be a total dud... + +### Delete Dialog + +The resource delete dialog was updated to provide affordance for force and cascade deletes. This should now provide an on par behavior with the `kubectl` CLI. Cascade and force options are checkboxes, please use `` to toggle the flags. + +--- + +## Resolved Bugs/Features + ++ [Feature #193](https://github.com/derailed/k9s/issues/193) ++ [Issue #205](https://github.com/derailed/k9s/issues/205) ++ [Issue #212](https://github.com/derailed/k9s/issues/212) ++ [Issue #215](https://github.com/derailed/k9s/issues/215) ++ [Issue #220](https://github.com/derailed/k9s/issues/220) + + +--- + + © 2019 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)