Skip to content

Commit 4160045

Browse files
committed
Fix container docs
1 parent ede7680 commit 4160045

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 5.2.0
3+
## 5.2.0 (2024-11-08)
44

55
* **valkey**: new PCP Valkey datasource (replacement for PCP Redis)
66
* **redis**: PCP Redis datasource renamed to PCP Valkey due to licensing
@@ -10,9 +10,10 @@
1010
* **test**: update cypress tests for grafana 10
1111
* **docs**: update donations page link with new fiscal sponsor details
1212
* **docs**: add .readthedocs.yaml file to keep grafana-pcp.readthedocs.io working
13-
* **docs**: fix command in installation doc to allow loading unsigned plugins
13+
* **docs**: fix command in installation doc to allow loading unsigned plugins for both containers and from source
1414
* **build**: update grafana/plugin-validator and pin nodejs version
1515
* **build**: update Go and node dependencies
16+
* **ci**: update release scrip to use gh instead of deprecated hub command
1617
* **search**: metric search turned off until Valkey replacement arrives for RediSearch
1718

1819

docs/installation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,15 @@ Replace X.Y.Z with the version of grafana-pcp you wish to install.
5252
5353
$ podman run \
5454
-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" \
55+
-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" \
5556
-p 3000:3000 \
5657
docker.io/grafana/grafana
5758
5859
.. code-block:: shell
5960
6061
$ docker run \
6162
-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" \
63+
-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" \
6264
-p 3000:3000 \
6365
grafana/grafana
6466

0 commit comments

Comments
 (0)