From f6b2a8c66dd4f1497b0483da983aeb321b0724dd Mon Sep 17 00:00:00 2001 From: Andrei Pohilko Date: Mon, 31 Oct 2022 15:45:14 +0000 Subject: [PATCH] Release 0.2.4 --- README.md | 2 +- plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eddbfe78..16433499 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ If you don't want browser tab to automatically open, add `--no-browser` flag in If you want to increase the logging verbosity and see all the debug info, use the `--verbose` flag. -> Disclaimer: For the sake of improving the project quality, there is user analytics collected by the tool. You can disable this collecting with `--no-analytics` option. The collection is done via DataDog RUM and Heap Analytics. Only the anonymous data is collected, no sensitive information is used. No session recording is performed. +> Disclaimer: For the sake of improving the project quality, there is user analytics collected by the tool. You can disable this collecting with `--no-analytics` option. The collection is done via DataDog RUM and Heap Analytics. Only the anonymous data is collected, no sensitive information is used. ## Scanner Integrations diff --git a/plugin.yaml b/plugin.yaml index 0e52a100..578f8f0f 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "dashboard" -version: "0.2.3" +version: "0.2.4" usage: "A simplified way of working with Helm" description: "View HELM situation in nice web UI" command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"