Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.281.0 to 0.283.0 (#2124)

Bumps
[github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go)
from 0.281.0 to 0.283.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.283.0</h2>
<h2>What's Changed</h2>
<ul>
<li>experimental: change time-range behavior by <a
href="https://github.com/gabor"><code>@​gabor</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1428">grafana/grafana-plugin-sdk-go#1428</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.282.0...v0.283.0">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.282.0...v0.283.0</a></p>
<h2>Compatibility</h2>
<p>We adjusted the way the experimental <code>v0alpha1.DataQuery</code>
objects get serialised to JSON to be more compatible with past versions,
for details see <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1428">grafana/grafana-plugin-sdk-go#1428</a></p>
<pre><code>gorelease -base v0.282.0 -version v0.283.0
# summary
v0.283.0 is a valid semantic version for this release.
</code></pre>
<h2>v0.282.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): Update module google.golang.org/grpc to v1.76.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/1423">grafana/grafana-plugin-sdk-go#1423</a></li>
<li>chore(deps): Update Upstream 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/1424">grafana/grafana-plugin-sdk-go#1424</a></li>
<li>chore(deps): Update Upstream 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/1425">grafana/grafana-plugin-sdk-go#1425</a></li>
<li>experimental: conversion: improved tests by <a
href="https://github.com/gabor"><code>@​gabor</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1427">grafana/grafana-plugin-sdk-go#1427</a></li>
<li>chore(deps): Update module
github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.3.3 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/1430">grafana/grafana-plugin-sdk-go#1430</a></li>
<li>chore(deps): Update module github.com/prometheus/common to v0.67.2
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/1431">grafana/grafana-plugin-sdk-go#1431</a></li>
<li>Add debug logs to highlight provider behaviour by <a
href="https://github.com/wbrowne"><code>@​wbrowne</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1432">grafana/grafana-plugin-sdk-go#1432</a></li>
<li>Context-aware instance manager by <a
href="https://github.com/wbrowne"><code>@​wbrowne</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1352">grafana/grafana-plugin-sdk-go#1352</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.281.0...v0.282.0">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.281.0...v0.282.0</a></p>
<h2>Compatibility</h2>
<pre><code>❯ gorelease -base v0.281.0 -version v0.282.0
<h1>github.com/grafana/grafana-plugin-sdk-go/backend</h1>
<h2>compatible changes</h2>
<p>(*GrafanaCfg).Diff: added</p>
<h1>github.com/grafana/grafana-plugin-sdk-go/backend/instancemgmt</h1>
<h2>compatible changes</h2>
<p>NewInstanceManagerWrapper: added
NewTTLInstanceManager: added</p>

<h1>github.com/grafana/grafana-plugin-sdk-go/experimental/featuretoggles</h1>
<h2>compatible changes</h2>
<p>TTLInstanceManager: added</p>
<h1>summary</h1>
<p>v0.282.0 is a valid semantic version for this release.
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6cc3416207"><code>6cc3416</code></a>
experimental: change time-range behavior (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1428">#1428</a>)</li>
<li><a
href="db0b55a74e"><code>db0b55a</code></a>
Context-aware instance manager (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1352">#1352</a>)</li>
<li><a
href="a5f1dacfec"><code>a5f1dac</code></a>
add debug logs to highlight provider behaviour (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1432">#1432</a>)</li>
<li><a
href="178067a21b"><code>178067a</code></a>
chore(deps): Update module github.com/prometheus/common to v0.67.2 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1431">#1431</a>)</li>
<li><a
href="3e53aff31a"><code>3e53aff</code></a>
chore(deps): Update module
github.com/grpc-ecosystem/go-grpc-middleware/v2 to...</li>
<li><a
href="d198094e3a"><code>d198094</code></a>
experimental: conversion: improved tests (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1427">#1427</a>)</li>
<li><a
href="055dafe220"><code>055dafe</code></a>
chore(deps): Update Upstream packages (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1425">#1425</a>)</li>
<li><a
href="815b1154b5"><code>815b115</code></a>
chore(deps): Update Upstream packages (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1424">#1424</a>)</li>
<li><a
href="f2ba9e7c05"><code>f2ba9e7</code></a>
chore(deps): Update module google.golang.org/grpc to v1.76.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1423">#1423</a>)</li>
<li>See full diff in <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.281.0...v0.283.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.281.0&new-version=0.283.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>
This commit is contained in:
dependabot[bot]
2025-11-24 12:03:45 +01:00
committed by GitHub
parent 5790b9a68d
commit 631d3bdc4f
2 changed files with 21 additions and 21 deletions

14
go.mod
View File

@@ -11,11 +11,11 @@ godebug tlsmlkem=0
require (
github.com/bitly/go-simplejson v0.5.1
github.com/dlclark/regexp2 v1.10.0
github.com/grafana/grafana-plugin-sdk-go v0.281.0
github.com/grafana/grafana-plugin-sdk-go v0.283.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.23.2
github.com/stretchr/testify v1.11.1
golang.org/x/net v0.44.0
golang.org/x/net v0.46.0
gotest.tools v2.2.0+incompatible
)
@@ -41,7 +41,7 @@ require (
github.com/grafana/otel-profiling-go v0.5.1 // indirect
github.com/grafana/pyroscope-go/godeltaprof v0.1.9 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-plugin v1.7.0 // indirect
@@ -64,7 +64,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.67.1 // indirect
github.com/prometheus/common v0.67.2 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -88,15 +88,15 @@ require (
go.yaml.in/yaml/v2 v2.4.3 // indirect
golang.org/x/exp v0.0.0-20251002181428-27f1f14c8bb9 // indirect
golang.org/x/mod v0.28.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/telemetry v0.0.0-20250908211612-aef8a434d053 // indirect
golang.org/x/text v0.29.0 // indirect
golang.org/x/text v0.30.0 // indirect
golang.org/x/tools v0.37.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251002232023-7c0ddcbb5797 // indirect
google.golang.org/grpc v1.75.1 // indirect
google.golang.org/grpc v1.76.0 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect