From 0fe103f4513af29c1ee02b6c49e83ee8499c8ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Tue, 7 Jan 2025 14:42:21 +0000 Subject: [PATCH] automated release 1.2.18 --- dist/plugin.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..76462cc7 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,72 @@ +{ + "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", + + "type": "datasource", + "name": "Google Sheets", + "id": "grafana-googlesheets-datasource", + + "backend": true, + "executable": "gpx_sheets", + "metrics": true, + "annotations": true, + + "info": { + "description": "The Google Sheets data source plugin for Grafana lets you to visualize your Google spreadsheets in Grafana", + "author": { + "name": "Grafana Labs", + "url": "https://grafana.com" + }, + "keywords": ["google", "sheets", "google sheets", "spreadsheets", "excel", "cloud provider", "google api", "analytics", "developer tools"], + "logos": { + "small": "img/sheets.svg", + "large": "img/sheets.svg" + }, + "links": [ + { + "name": "Docs", + "url": "https://grafana.com/docs/plugins/grafana-googlesheets-datasource/" + }, + { + "name": "Website", + "url": "https://github.com/grafana/google-sheets-datasource" + }, + { + "name": "Report bug", + "url": "https://github.com/grafana/google-sheets-datasource/issues" + } + ], + "screenshots": [ + { + "name": "Average temperature dashboard example", + "path": "img/dashboard.png" + }, + { + "name": "Average temperature spreadsheet example", + "path": "img/spreadsheet.png" + }, + { + "name": "Average temperature table example", + "path": "img/table.png" + }, + { + "name": "Average temperature graph example", + "path": "img/graph.png" + }, + { + "name": "Query editor", + "path": "img/query-editor.png" + }, + { + "name": "Config page - Google JWT File auth", + "path": "img/config-page.png" + } + ], + "version": "1.2.18", + "updated": "2025-01-07" + }, + "dependencies": { + "grafanaDependency": ">=9.5.18", + "grafanaVersion": "9.5.x", + "plugins": [] + } +}