From 353e11b7719f01cb31d3349da5e6f3be4c3a5440 Mon Sep 17 00:00:00 2001 From: Nathan Marrs Date: Wed, 26 Apr 2023 23:34:51 +0200 Subject: [PATCH] Trend: Promote to beta (#67323) --- .../api/plugins/data/expectedListResp.json | 36 +++++++++++++++++++ public/app/plugins/panel/trend/plugin.json | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/pkg/tests/api/plugins/data/expectedListResp.json b/pkg/tests/api/plugins/data/expectedListResp.json index e0120dc9bae..a43dfdfadf4 100644 --- a/pkg/tests/api/plugins/data/expectedListResp.json +++ b/pkg/tests/api/plugins/data/expectedListResp.json @@ -1698,6 +1698,42 @@ "signatureType": "", "signatureOrg": "" }, + { + "name": "Trend", + "type": "panel", + "id": "trend", + "enabled": true, + "pinned": false, + "info": { + "author": { + "name": "Grafana Labs", + "url": "https://grafana.com" + }, + "description": "Like timeseries, but when x != time", + "links": null, + "logos": { + "small": "public/app/plugins/panel/trend/img/trend.svg", + "large": "public/app/plugins/panel/trend/img/trend.svg" + }, + "build": {}, + "screenshots": null, + "version": "", + "updated": "" + }, + "dependencies": { + "grafanaDependency": "", + "grafanaVersion": "*", + "plugins": [] + }, + "latestVersion": "", + "hasUpdate": false, + "defaultNavUrl": "/plugins/trend/", + "category": "", + "state": "beta", + "signature": "internal", + "signatureType": "", + "signatureOrg": "" + }, { "name": "Welcome", "type": "panel", diff --git a/public/app/plugins/panel/trend/plugin.json b/public/app/plugins/panel/trend/plugin.json index 91717e503bd..0433aa43064 100644 --- a/public/app/plugins/panel/trend/plugin.json +++ b/public/app/plugins/panel/trend/plugin.json @@ -3,7 +3,7 @@ "name": "Trend", "id": "trend", - "state": "alpha", + "state": "beta", "info": { "description": "Like timeseries, but when x != time",