Skip to content

Commit 95f650d

Browse files
yesoreyeramzoltanbedidependabot[bot]
authored
dependencies update (#788)
Signed-off-by: Sriram <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Zoltán Bedi <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ca1c01 commit 95f650d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+157
-376
lines changed

CHANGELOG.md

+31-13
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,46 @@
11
# Change Log
22

3+
## 2.5.0
4+
5+
🚀 **PDC**: Added support for [grafana private datasource connect (PDC)](https://grafana.com/docs/grafana-cloud/connect-externally-hosted/private-data-source-connect/)
6+
7+
🛡️ **Security** Backend binaries compiled with go 1.22.1 which includes [security patches](https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg)
8+
9+
⚙️ **Dependencies update**: NodeJS dev dependency updated from Node 18 to Node 20
10+
11+
⚙️ **Dependencies update**: Updated backend dependencies and plugin SDK update
12+
13+
⚙️ **Chore**: Replaced gorilla mux library with http.ServeMux from standard library
14+
15+
⚙️ **Chore**: Removed unused graphql and open-api resource calls
16+
317
## 2.5.0-beta.1
418

5-
🚀 Updated health check messages to include details about custom health check settings
6-
🚀 Updated the grafana plugin SDK from v0.197.0 to v0.206.0
7-
🐛 Updated digest authentication backend SDK from [`github.com/xinsnake/go-http-digest-auth-client`](https://github.com/xinsnake/go-http-digest-auth-client) to [`github.com/icholy/digest`](https://github.com/icholy/digest)
8-
🐛 Fixed a bug where query columns editor is unusable when sandbox enabled
9-
🐛 Updated rudderstack analytics events
19+
🚀 **Chore**: Updated health check messages to include details about custom health check settings
20+
21+
🚀 **Authentication**: Updated digest authentication backend SDK from [`github.com/xinsnake/go-http-digest-auth-client`](https://github.com/xinsnake/go-http-digest-auth-client) to [`github.com/icholy/digest`](https://github.com/icholy/digest)
22+
23+
🐛 **Analytics**: Updated rudderstack analytics events
24+
25+
🐛 **Bug fixes**: Fixed a bug where query columns editor is unusable when sandbox enabled
26+
27+
⚙️ **Chore**: Updated the grafana plugin SDK from v0.197.0 to v0.206.0
1028

1129
## 2.4.0
1230

13-
🚀 Minimum supported grafana version updated to 9.5.15
31+
🚀 **Chore**: Minimum supported grafana version updated to 9.5.15
1432

15-
🚀 Added support for variables in the backend parser root selector
33+
🚀 **Variables**:Added support for variables in the backend parser root selector
1634

17-
🐛 Better support for variable handling when variable queries have more than 1 column
35+
🐛 **Variables**: Better support for variable handling when variable queries have more than 1 column
1836

19-
🐛 Fixed a bug where variable values were not passed with the nested variable queries
37+
🐛 **Bug fixes**: Fixed a bug where variable values were not passed with the nested variable queries
2038

21-
⚙️ Updated the grafana plugin SDK from v0.193.0 to v0.197.0
39+
⚙️ **Chore**: Updated the grafana plugin SDK from v0.193.0 to v0.197.0
2240

23-
⚙️ Plugin build system migrated from `@grafana/toolkit` to `@grafana/create-plugin`
41+
⚙️ **Chore**:Plugin build system migrated from `@grafana/toolkit` to `@grafana/create-plugin`
2442

25-
⚙️ NodeJS dev dependency updated from Node 16 to Node 18
43+
⚙️ **Chore**: NodeJS dev dependency updated from Node 16 to Node 18
2644

2745
## 2.3.1
2846

@@ -34,7 +52,7 @@
3452

3553
## 2.3.0
3654

37-
🎉 Infinity datasource plugin is now officially maintained by Grafana Labs
55+
🎉 Infinity datasource plugin is now officially maintained by Grafana Labs. Read more about this in the [blog post](https://grafana.com/blog/2024/02/05/infinity-plugin-for-grafana-grafana-labs-will-now-maintain-the-versatile-data-source-plugin/)
3856

3957
## 2.2.1
4058

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you want to contribute to the plugin, you can contribute in one of the follow
1010
You need following tools in your local machine for development
1111

1212
- NodeJS v20.0+
13-
- Go 1.21
13+
- Go 1.22
1414
- Mage
1515

1616
Once you clone the repo locally in the grafana's plugin folder. Do the following steps

docs/sources/_index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ keywords:
1818
labels:
1919
products:
2020
- oss
21-
- enterprise
22-
- grafana cloud
2321
weight: 10
2422
---
23+
2524
<!-- markdownlint-disable MD033 -->
2625

2726
# Infinity data source plugin for Grafana

docs/sources/annotations/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ keywords:
1818
labels:
1919
products:
2020
- oss
21-
- enterprise
22-
- grafana cloud
2321
weight: 500
2422
---
2523

docs/sources/annotations/annotations.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 501
2523
---
2624

docs/sources/csv.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 22
2523
---
2624

docs/sources/examples/_index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ keywords:
1818
labels:
1919
products:
2020
- oss
21-
- enterprise
22-
- grafana cloud
2321
weight: 8000
24-
---
22+
---

docs/sources/examples/aws.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 8100
2523
---
2624

docs/sources/examples/azure.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 8200
2523
---
2624

docs/sources/examples/github.md

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ keywords:
1717
labels:
1818
products:
1919
- oss
20-
- enterprise
21-
- grafana cloud
2220
weight: 8002
2321
---
2422

docs/sources/examples/rss-feeds.md

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ keywords:
1717
labels:
1818
products:
1919
- oss
20-
- enterprise
21-
- grafana cloud
2220
weight: 8003
2321
---
2422

docs/sources/examples/thingspeak.md

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ keywords:
1717
labels:
1818
products:
1919
- oss
20-
- enterprise
21-
- grafana cloud
2220
weight: 8001
2321
---
2422

docs/sources/graphql.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 23
2523
---
2624

docs/sources/html.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 25
2523
---
2624

docs/sources/json.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 21
2523
---
2624

docs/sources/query/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ keywords:
1818
labels:
1919
products:
2020
- oss
21-
- enterprise
22-
- grafana cloud
2321
weight: 300
2422
---
2523

docs/sources/query/backend.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 301
2523
---
2624

docs/sources/query/filters.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 360
2523
---
24+
2625
<!-- markdownlint-disable MD033 -->
2726

2827
# Filtering data / Using template variables in Query

docs/sources/query/groq.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 320
2523
---
2624

docs/sources/query/macros.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 350
2523
---
2624

docs/sources/query/time-formats.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 351
2523
---
2624

docs/sources/query/uql.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 310
2523
---
2624

docs/sources/references/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ keywords:
1818
labels:
1919
products:
2020
- oss
21-
- enterprise
22-
- grafana cloud
2321
weight: 7000
2422
---
2523

docs/sources/references/azure-blob-storage.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 7004
2523
---
2624

docs/sources/references/display-options/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ keywords:
1818
labels:
1919
products:
2020
- oss
21-
- enterprise
22-
- grafana cloud
2321
weight: 7100
2422
---
2523

docs/sources/references/display-options/format-tracing.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 7102
2523
---
2624

docs/sources/references/display-options/node-graph.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 7101
2523
---
2624

docs/sources/references/global-queries.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 7901
2523
---
24+
2625
<!-- markdownlint-disable MD028 -->
2726

2827
# Global Queries / Registered Queries

docs/sources/references/mock-series.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 7900
2523
---
2624

docs/sources/references/reference-data.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 7002
2523
---
2624

docs/sources/references/transformations.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 7003
2523
---
2624

docs/sources/references/url.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 7001
2523
---
2624

docs/sources/setup/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ keywords:
1818
labels:
1919
products:
2020
- oss
21-
- enterprise
22-
- grafana cloud
2321
weight: 100
2422
---
2523

docs/sources/setup/authentication.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 231
2523
---
2624

docs/sources/setup/configuration.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 201
2523
---
2624

docs/sources/setup/installation.md

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ keywords:
1919
labels:
2020
products:
2121
- oss
22-
- enterprise
23-
- grafana cloud
2422
weight: 101
2523
---
2624

0 commit comments

Comments
 (0)