From daf7950aedc0475d30d696a85e3fefa0de637707 Mon Sep 17 00:00:00 2001 From: derailed Date: Thu, 2 Jan 2020 07:23:56 -0700 Subject: [PATCH] update rel notes --- change_logs/release_0.10.7.md | 25 +++++++++++++++++++++++++ internal/view/helpers.go | 1 - 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 change_logs/release_0.10.7.md diff --git a/change_logs/release_0.10.7.md b/change_logs/release_0.10.7.md new file mode 100644 index 00000000..6335ebca --- /dev/null +++ b/change_logs/release_0.10.7.md @@ -0,0 +1,25 @@ + + +# Release v0.10.7 + +## Notes + +Thank you to all that contributed with flushing out issues and enhancements for 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 ever very much noticed and appreciated! + +Also if you dig this tool, please make some noise on social! [@kitesurfer](https://twitter.com/kitesurfer) + +--- + +## Change Logs + +Maintenance release! + +--- + +## Resolved Bugs/Features + +* [Issue #458](https://github.com/derailed/k9s/issues/458) + +--- + + © 2019 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0) diff --git a/internal/view/helpers.go b/internal/view/helpers.go index 8e917664..a1d24e95 100644 --- a/internal/view/helpers.go +++ b/internal/view/helpers.go @@ -119,7 +119,6 @@ func podCtx(app *App, path, labelSel, fieldSel string) ContextFunc { ctx = context.WithValue(ctx, internal.KeyLabels, labelSel) ns, _ := client.Namespaced(path) - log.Debug().Msgf("POD METRICS in NS %q", ns) mx := client.NewMetricsServer(app.factory.Client()) nmx, err := mx.FetchPodsMetrics(ns) if err != nil {