From 41600453c8c1d7d15e19172e592f925d7c35547e Mon Sep 17 00:00:00 2001 From: Sam Feifer Date: Fri, 8 Nov 2024 09:56:42 -0500 Subject: [PATCH] Fix container docs --- CHANGELOG.md | 5 +++-- docs/installation.rst | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77af4ae3..851a7774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 5.2.0 +## 5.2.0 (2024-11-08) * **valkey**: new PCP Valkey datasource (replacement for PCP Redis) * **redis**: PCP Redis datasource renamed to PCP Valkey due to licensing @@ -10,9 +10,10 @@ * **test**: update cypress tests for grafana 10 * **docs**: update donations page link with new fiscal sponsor details * **docs**: add .readthedocs.yaml file to keep grafana-pcp.readthedocs.io working -* **docs**: fix command in installation doc to allow loading unsigned plugins +* **docs**: fix command in installation doc to allow loading unsigned plugins for both containers and from source * **build**: update grafana/plugin-validator and pin nodejs version * **build**: update Go and node dependencies +* **ci**: update release scrip to use gh instead of deprecated hub command * **search**: metric search turned off until Valkey replacement arrives for RediSearch diff --git a/docs/installation.rst b/docs/installation.rst index 2ffdbf3a..5765df42 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -52,6 +52,7 @@ Replace X.Y.Z with the version of grafana-pcp you wish to install. $ podman run \ -e GF_INSTALL_PLUGINS="https://github.com/performancecopilot/grafana-pcp/releases/download/vX.Y.Z/performancecopilot-pcp-app-X.Y.Z.zip;performancecopilot-pcp-app" \ + -e GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS="performancecopilot-pcp-app,pcp-valkey-datasource,pcp-vector-datasource,pcp-bpftrace-datasource,pcp-flamegraph-panel,pcp-breadcrumbs-panel,pcp-troubleshooting-panel,performancecopilot-valkey-datasource,performancecopilot-vector-datasource,performancecopilot-bpftrace-datasource,performancecopilot-flamegraph-panel,performancecopilot-breadcrumbs-panel,performancecopilot-troubleshooting-panel" \ -p 3000:3000 \ docker.io/grafana/grafana @@ -59,6 +60,7 @@ Replace X.Y.Z with the version of grafana-pcp you wish to install. $ docker run \ -e GF_INSTALL_PLUGINS="https://github.com/performancecopilot/grafana-pcp/releases/download/vX.Y.Z/performancecopilot-pcp-app-X.Y.Z.zip;performancecopilot-pcp-app" \ + -e GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS="performancecopilot-pcp-app,pcp-valkey-datasource,pcp-vector-datasource,pcp-bpftrace-datasource,pcp-flamegraph-panel,pcp-breadcrumbs-panel,pcp-troubleshooting-panel,performancecopilot-valkey-datasource,performancecopilot-vector-datasource,performancecopilot-bpftrace-datasource,performancecopilot-flamegraph-panel,performancecopilot-breadcrumbs-panel,performancecopilot-troubleshooting-panel" \ -p 3000:3000 \ grafana/grafana