Skip to content

Commit 521a706

Browse files
Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.279.0 to 0.280.0 (#513)
Bumps [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go) from 0.279.0 to 0.280.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grafana/grafana-plugin-sdk-go/releases">github.com/grafana/grafana-plugin-sdk-go's releases</a>.</em></p> <blockquote> <h2>v0.280.0</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): Update module google.golang.org/protobuf to v1.36.8 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1393">grafana/grafana-plugin-sdk-go#1393</a></li> <li>chore(deps): Update module github.com/stretchr/testify to v1.11.0 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1394">grafana/grafana-plugin-sdk-go#1394</a></li> <li>chore(deps): Update module google.golang.org/grpc to v1.75.0 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1395">grafana/grafana-plugin-sdk-go#1395</a></li> <li>chore(deps): Update module github.com/grafana/pyroscope-go/godeltaprof to v0.1.9 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1397">grafana/grafana-plugin-sdk-go#1397</a></li> <li>chore(deps): Update module github.com/stretchr/testify to v1.11.1 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1398">grafana/grafana-plugin-sdk-go#1398</a></li> <li>chore(deps): Update module github.com/apache/arrow-go/v18 to v18.4.1 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1396">grafana/grafana-plugin-sdk-go#1396</a></li> <li>chore(deps): Update OpenTelemetry packages by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1387">grafana/grafana-plugin-sdk-go#1387</a></li> <li>chore(deps): Update module github.com/getkin/kin-openapi to v0.133.0 by <a href="https://github.com/renovate-sh-app"><code>@​renovate-sh-app</code></a>[bot] in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1402">grafana/grafana-plugin-sdk-go#1402</a></li> <li>Build: Move build info to new package by <a href="https://github.com/toddtreece"><code>@​toddtreece</code></a> in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1399">grafana/grafana-plugin-sdk-go#1399</a></li> <li>E2E: Move e2e mage targets to new package by <a href="https://github.com/toddtreece"><code>@​toddtreece</code></a> in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1404">grafana/grafana-plugin-sdk-go#1404</a></li> <li>Build: Rename build/info to build/buildinfo by <a href="https://github.com/toddtreece"><code>@​toddtreece</code></a> in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1405">grafana/grafana-plugin-sdk-go#1405</a></li> <li>Chore: Upgade github.com/prometheus/client_golang v1.23.0 =&gt; v1.23.2 by <a href="https://github.com/wbrowne"><code>@​wbrowne</code></a> in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1406">grafana/grafana-plugin-sdk-go#1406</a></li> <li>Feat: add session token support for sigv4 to support auth service by <a href="https://github.com/njvrzm"><code>@​njvrzm</code></a> in <a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1410">grafana/grafana-plugin-sdk-go#1410</a></li> </ul> <h2>Compatibility</h2> <pre><code>❯ gorelease -base v0.279.0 -version v0.280.0 <h1>github.com/grafana/grafana-plugin-sdk-go/backend</h1> <h2>compatible changes</h2> <p>HTTPSettings.SigV4SessionToken: added</p> <h1>github.com/grafana/grafana-plugin-sdk-go/backend/httpclient</h1> <h2>compatible changes</h2> <p>SigV4Config.SessionToken: added</p> <h1>github.com/grafana/grafana-plugin-sdk-go/build</h1> <h2>incompatible changes</h2> <p>E2E: removed GetBuildInfo: changed from InfoGetterFunc to github.com/grafana/grafana-plugin-sdk-go/build/buildinfo.GetterFunc Info: changed from Info to github.com/grafana/grafana-plugin-sdk-go/build/buildinfo.Info InfoGetter: changed from InfoGetter to github.com/grafana/grafana-plugin-sdk-go/build/buildinfo.Getter InfoGetterFunc: changed from InfoGetterFunc to github.com/grafana/grafana-plugin-sdk-go/build/buildinfo.GetterFunc</p> <h1>github.com/grafana/grafana-plugin-sdk-go/build/buildinfo</h1> <h2>compatible changes</h2> <p>package added</p> <h1>github.com/grafana/grafana-plugin-sdk-go/data</h1> <h2>incompatible changes</h2> <p>ArrowToJSON: changed from func(github.com/apache/arrow-go/v18/arrow.Record, FrameInclude) ([]byte, error) to func(github.com/apache/arrow-go/v18/arrow.RecordBatch, FrameInclude) ([]byte, error) FromArrowRecord: changed from func(github.com/apache/arrow-go/v18/arrow.Record) (*Frame, error) to func(github.com/apache/arrow-go/v18/arrow.RecordBatch) (*Frame, error)</p> <h1>github.com/grafana/grafana-plugin-sdk-go/experimental/e2e/mage</h1> <h2>compatible changes</h2> <p>package added</p> <p>&lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/896568c764b7dc295d652f527fc21ab937078543"><code>896568c</code></a> Feat: add session token support for sigv4 to support auth service (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1410">#1410</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/7abb93a802a8c20f18ec67a699189311fbf20ec7"><code>7abb93a</code></a> upgade github.com/prometheus/client_golang v1.23.0 =&gt; v1.23.2 (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1406">#1406</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/39c18dd1804d55dfe322c045315a3354e22777da"><code>39c18dd</code></a> Build: Rename build/info to build/buildinfo (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1405">#1405</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/0882e1cc7156f156a587399277605b1ed4a623da"><code>0882e1c</code></a> E2E: Move e2e mage targets to new package (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1404">#1404</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/7bb0803ab87f48dd9d676e6108a915243f1c2c4d"><code>7bb0803</code></a> Build: Move build info to new package (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1399">#1399</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/81674361f9c6508a65e224c958cf5dcfa25dd0de"><code>8167436</code></a> chore(deps): Update module github.com/getkin/kin-openapi to v0.133.0 (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1402">#1402</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/582752cb405fcb2bf717b72985ab15afa37dee86"><code>582752c</code></a> chore(deps): Update OpenTelemetry packages (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1387">#1387</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/b31c8c988f728cd69d90c085af6fb5419d636e5b"><code>b31c8c9</code></a> chore(deps): Update module github.com/apache/arrow-go/v18 to v18.4.1 (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1396">#1396</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/189431b3c06adf3200520e82d1038b878ce58f26"><code>189431b</code></a> chore(deps): Update module github.com/stretchr/testify to v1.11.1 (<a href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1398">#1398</a>)</li> <li><a href="https://github.com/grafana/grafana-plugin-sdk-go/commit/4683740baa062a14aa804afc3c99642485552e49"><code>4683740</code></a> chore(deps): Update module github.com/grafana/pyroscope-go/godeltaprof to v0....</li> <li>Additional commits viewable in <a href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.279.0...v0.280.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/grafana/grafana-plugin-sdk-go&package-manager=go_modules&previous-version=0.279.0&new-version=0.280.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31ea30a commit 521a706

File tree

2 files changed

+79
-115
lines changed

2 files changed

+79
-115
lines changed

go.mod

Lines changed: 25 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,56 +5,44 @@ go 1.25
55
require (
66
github.com/bradleyfalzon/ghinstallation/v2 v2.14.0
77
github.com/google/go-github/v72 v72.0.0
8-
github.com/grafana/grafana-plugin-sdk-go v0.279.0
8+
github.com/grafana/grafana-plugin-sdk-go v0.280.0
99
github.com/influxdata/tdigest v0.0.1
1010
github.com/pkg/errors v0.9.1
1111
github.com/shurcooL/githubv4 v0.0.0-20230305132112-efb623903184
12-
github.com/stretchr/testify v1.10.0
12+
github.com/stretchr/testify v1.11.1
1313
golang.org/x/oauth2 v0.30.0
1414
pgregory.net/rapid v1.0.0
1515
)
1616

1717
require (
1818
github.com/BurntSushi/toml v1.5.0 // indirect
19-
github.com/apache/arrow-go/v18 v18.4.0 // indirect
20-
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
21-
github.com/chromedp/cdproto v0.0.0-20250803210736-d308e07a266d // indirect
19+
github.com/apache/arrow-go/v18 v18.4.1 // indirect
20+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
2221
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
23-
github.com/elazarl/goproxy v1.7.2 // indirect
2422
github.com/fatih/color v1.15.0 // indirect
25-
github.com/getkin/kin-openapi v0.132.0 // indirect
2623
github.com/go-logr/logr v1.4.3 // indirect
2724
github.com/go-logr/stdr v1.2.2 // indirect
28-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
29-
github.com/go-openapi/swag v0.23.0 // indirect
3025
github.com/goccy/go-json v0.10.5 // indirect
3126
github.com/gogo/googleapis v1.4.1 // indirect
3227
github.com/gogo/protobuf v1.3.2 // indirect
3328
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
3429
github.com/google/go-github/v69 v69.0.0 // indirect
3530
github.com/google/go-querystring v1.1.0 // indirect
3631
github.com/google/uuid v1.6.0 // indirect
37-
github.com/gorilla/mux v1.8.1 // indirect
3832
github.com/grafana/otel-profiling-go v0.5.1 // indirect
39-
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // indirect
33+
github.com/grafana/pyroscope-go/godeltaprof v0.1.9 // indirect
4034
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 // indirect
4135
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
42-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
36+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
4337
github.com/jaegertracing/jaeger-idl v0.5.0 // indirect
44-
github.com/josharian/intern v1.0.0 // indirect
4538
github.com/json-iterator/go v1.1.12 // indirect
4639
github.com/klauspost/compress v1.18.0 // indirect
47-
github.com/klauspost/cpuid/v2 v2.2.11 // indirect
48-
github.com/mailru/easyjson v0.7.7 // indirect
40+
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
4941
github.com/mattn/go-colorable v0.1.13 // indirect
5042
github.com/mattn/go-isatty v0.0.20 // indirect
5143
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5244
github.com/modern-go/reflect2 v1.0.2 // indirect
53-
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
5445
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
55-
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
56-
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
57-
github.com/perimeterx/marshmallow v1.1.5 // indirect
5846
github.com/pierrec/lz4/v4 v4.1.22 // indirect
5947
github.com/rivo/uniseg v0.4.7 // indirect
6048
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -64,23 +52,24 @@ require (
6452
github.com/urfave/cli v1.22.17 // indirect
6553
github.com/zeebo/xxh3 v1.0.2 // indirect
6654
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
67-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
68-
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.62.0 // indirect
69-
go.opentelemetry.io/contrib/propagators/jaeger v1.37.0 // indirect
70-
go.opentelemetry.io/contrib/samplers/jaegerremote v0.31.0 // indirect
71-
go.opentelemetry.io/otel v1.37.0 // indirect
72-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
73-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 // indirect
74-
go.opentelemetry.io/otel/metric v1.37.0 // indirect
75-
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
76-
go.opentelemetry.io/otel/trace v1.37.0 // indirect
77-
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
55+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
56+
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.63.0 // indirect
57+
go.opentelemetry.io/contrib/propagators/jaeger v1.38.0 // indirect
58+
go.opentelemetry.io/contrib/samplers/jaegerremote v0.32.0 // indirect
59+
go.opentelemetry.io/otel v1.38.0 // indirect
60+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
61+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0 // indirect
62+
go.opentelemetry.io/otel/metric v1.38.0 // indirect
63+
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
64+
go.opentelemetry.io/otel/trace v1.38.0 // indirect
65+
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
66+
go.yaml.in/yaml/v2 v2.4.2 // indirect
7867
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 // indirect
7968
golang.org/x/mod v0.27.0 // indirect
8069
golang.org/x/sync v0.16.0 // indirect
8170
golang.org/x/tools v0.36.0 // indirect
82-
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
83-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a // indirect
71+
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
72+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
8473
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
8574
gopkg.in/yaml.v3 v3.0.1 // indirect
8675
)
@@ -103,15 +92,15 @@ require (
10392
github.com/oklog/run v1.1.0 // indirect
10493
github.com/olekukonko/tablewriter v0.0.5 // indirect
10594
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
106-
github.com/prometheus/client_golang v1.23.0 // indirect
95+
github.com/prometheus/client_golang v1.23.2 // indirect
10796
github.com/prometheus/client_model v0.6.2 // indirect
108-
github.com/prometheus/common v0.65.0 // indirect
97+
github.com/prometheus/common v0.66.1 // indirect
10998
github.com/prometheus/procfs v0.16.1 // indirect
11099
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
111100
golang.org/x/net v0.43.0 // indirect
112101
golang.org/x/sys v0.35.0 // indirect
113102
golang.org/x/text v0.28.0 // indirect
114103
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
115-
google.golang.org/grpc v1.74.2 // indirect
116-
google.golang.org/protobuf v1.36.7 // indirect
104+
google.golang.org/grpc v1.75.0 // indirect
105+
google.golang.org/protobuf v1.36.8 // indirect
117106
)

0 commit comments

Comments
 (0)