From cbe5741096a283fcbe7d0da15475365fdccbd843 Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Tue, 11 Feb 2025 12:08:19 +0100 Subject: [PATCH] Fix: Optimise frontend Postgresql plugin cache busting (#100406) fix(postgresql): add version for optimised cache busting --- .../datasource/grafana-postgresql-datasource/plugin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/grafana-postgresql-datasource/plugin.json b/public/app/plugins/datasource/grafana-postgresql-datasource/plugin.json index fc5ed6d136c..c6a68531161 100644 --- a/public/app/plugins/datasource/grafana-postgresql-datasource/plugin.json +++ b/public/app/plugins/datasource/grafana-postgresql-datasource/plugin.json @@ -14,7 +14,8 @@ "logos": { "small": "img/postgresql_logo.svg", "large": "img/postgresql_logo.svg" - } + }, + "version": "%VERSION%" }, "alerting": true,