Skip to content

Commit

Permalink
automated release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svennergr committed Oct 24, 2024
1 parent 9aa8741 commit e3570c1
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
"type": "app",
"name": "Explore Logs",
"id": "grafana-lokiexplore-app",
"autoEnabled": true,
"info": {
"keywords": ["app", "loki", "explore", "logs"],
"description": "Query-less exploration of log data stored in Loki",
"author": {
"name": "Grafana"
},
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"screenshots": [
{
"name": "patterns",
"path": "img/patterns.png"
},
{
"name": "fields",
"path": "img/fields.png"
},
{
"name": "table",
"path": "img/table.png"
}
],
"version": "1.0.2",
"updated": "2024-10-24",
"links": [
{
"name": "Github",
"url": "https://github.com/grafana/explore-logs"
},
{
"name": "Report bug",
"url": "https://github.com/grafana/explore-logs/issues/new"
}
]
},
"includes": [
{
"type": "page",
"name": "Logs",
"path": "/a/grafana-lokiexplore-app/explore",
"action": "datasources:explore",
"addToNav": true,
"defaultNav": true
}
],
"roles": [],
"dependencies": {
"grafanaDependency": ">=11.3.0",

This comment has been minimized.

Copy link
@CRC-Mismatch

CRC-Mismatch Nov 13, 2024

Is this correct? 👀
I ask because Grafana 11.2.2 plugin panel just installed version 1.0.2 here, although originally showing version 1.0.1, and the history saying that that was the latest compatible version...

"plugins": []
},
"preload": true,
"extensions": {
"addedLinks": [
{
"targets": ["grafana/dashboard/panel/menu", "grafana/explore/toolbar/action"],
"title": "Open in Explore Logs",
"description": "Open current query in the Explore Logs view"
}
]
}
}

0 comments on commit e3570c1

Please sign in to comment.