Skip to content

fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.292.0#811

Open
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-grafana-grafana-plugin-sdk-go-0.x
Open

fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.292.0#811
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-grafana-grafana-plugin-sdk-go-0.x

Conversation

@renovate-sh-app
Copy link
Copy Markdown
Contributor

@renovate-sh-app renovate-sh-app Bot commented Feb 6, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/grafana/grafana-plugin-sdk-go v0.291.1v0.292.0 age confidence

Release Notes

grafana/grafana-plugin-sdk-go (github.com/grafana/grafana-plugin-sdk-go)

v0.292.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.291.1...v0.292.0

Compatibility

gorelease -base v0.291.1 -version v0.292.0

# github.com/grafana/grafana-plugin-sdk-go/backend

## incompatible changes
ConvertFromProtobuf.GrafanaConfig: changed from func(map[string]string) *GrafanaCfg to func(map[string]string) *github.com/grafana/grafana-plugin-sdk-go/config.GrafanaCfg
ConvertToProtobuf.GrafanaConfig: changed from func(*GrafanaCfg) map[string]string to func(*github.com/grafana/grafana-plugin-sdk-go/config.GrafanaCfg) map[string]string
FeatureToggles: changed from FeatureToggles to github.com/grafana/grafana-plugin-sdk-go/config.FeatureToggles
GrafanaCfg: changed from GrafanaCfg to github.com/grafana/grafana-plugin-sdk-go/config.GrafanaCfg
GrafanaConfigFromContext: changed from func(context.Context) *GrafanaCfg to func(context.Context) *github.com/grafana/grafana-plugin-sdk-go/config.GrafanaCfg
NewGrafanaCfg: changed from func(map[string]string) *GrafanaCfg to func(map[string]string) *github.com/grafana/grafana-plugin-sdk-go/config.GrafanaCfg
PluginContext.GrafanaConfig: changed from *GrafanaCfg to *github.com/grafana/grafana-plugin-sdk-go/config.GrafanaCfg
Proxy: changed from Proxy to github.com/grafana/grafana-plugin-sdk-go/config.Proxy
SQLConfig: changed from SQLConfig to github.com/grafana/grafana-plugin-sdk-go/config.SQLConfig
WithGrafanaConfig: changed from func(context.Context, *GrafanaCfg) context.Context to func(context.Context, *github.com/grafana/grafana-plugin-sdk-go/config.GrafanaCfg) context.Context

# github.com/grafana/grafana-plugin-sdk-go/config

## compatible changes
package added

# github.com/grafana/grafana-plugin-sdk-go/experimental/apis/datasource/v0alpha1

## incompatible changes
QueryTypeDefinitionSpec.Examples: removed

## compatible changes
(*Unstructured).IsZero: added
QueryExample.QueryType: added
QueryExamples: added

# github.com/grafana/grafana-plugin-sdk-go/experimental/pluginschema

## compatible changes
package added

# github.com/grafana/grafana-plugin-sdk-go/experimental/schemabuilder

## incompatible changes
(*Builder).AddQueries: changed from func(...QueryTypeInfo) error to func([]QueryTypeInfo) error
(*Builder).UpdateQueryDefinition: removed
SettingTypeInfo: removed

## compatible changes
(*Builder).ConfigureSettings: added
(*Builder).SetRoutes: added
(*Builder).UpdateProviderFiles: added
Diff: added

# summary
v0.292.0 is a valid semantic version for this release.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app renovate-sh-app Bot requested a review from a team as a code owner February 6, 2026 02:20
@renovate-sh-app renovate-sh-app Bot enabled auto-merge (squash) February 6, 2026 02:20
@alyssajoyner alyssajoyner moved this from Incoming to Dependencies in Partner Datasources Feb 6, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from c87d73e to 812928e Compare February 6, 2026 17:16
@renovate-sh-app renovate-sh-app Bot changed the title fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.286.0 fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.287.0 Feb 6, 2026
@renovate-sh-app
Copy link
Copy Markdown
Contributor Author

renovate-sh-app Bot commented Feb 6, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/magefile/mage v1.16.1 -> v1.17.1
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 -> v1.43.0
go.opentelemetry.io/proto/otlp v1.9.0 -> v1.10.0
golang.org/x/sys v0.42.0 -> v0.43.0
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 -> v0.0.0-20260401024825-9d38bb4040a9
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 -> v0.0.0-20260401024825-9d38bb4040a9
google.golang.org/grpc v1.79.3 -> v1.80.0

@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 812928e to 7ad3923 Compare February 11, 2026 17:24
@renovate-sh-app renovate-sh-app Bot changed the title fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.287.0 fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.288.0 Feb 11, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 7ad3923 to 93bad9b Compare February 20, 2026 11:16
@renovate-sh-app renovate-sh-app Bot changed the title fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.288.0 fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.289.0 Feb 20, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 93bad9b to 4e882ac Compare February 27, 2026 08:25
@renovate-sh-app renovate-sh-app Bot changed the title fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.289.0 fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.290.0 Feb 27, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch 2 times, most recently from 739c3e4 to bb960a0 Compare March 3, 2026 20:16
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from bb960a0 to b370f61 Compare March 11, 2026 14:10
@renovate-sh-app renovate-sh-app Bot changed the title fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.290.0 fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.290.1 Mar 11, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from b370f61 to 90154af Compare April 1, 2026 11:07
@renovate-sh-app renovate-sh-app Bot changed the title fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.290.1 fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.291.0 Apr 1, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 90154af to ce21621 Compare April 10, 2026 08:09
@renovate-sh-app renovate-sh-app Bot changed the title fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.291.0 fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.291.1 Apr 10, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from ce21621 to cfb6106 Compare April 15, 2026 14:11
@renovate-sh-app renovate-sh-app Bot requested a review from a team as a code owner April 15, 2026 14:11
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from cfb6106 to 4209f35 Compare April 22, 2026 17:18
@renovate-sh-app renovate-sh-app Bot changed the title fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.291.1 fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.292.0 Apr 22, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 4209f35 to 253fdf9 Compare May 6, 2026 23:09
…v0.292.0

| datasource | package                                  | from     | to       |
| ---------- | ---------------------------------------- | -------- | -------- |
| go         | github.com/grafana/grafana-plugin-sdk-go | v0.291.1 | v0.292.0 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 253fdf9 to 6575260 Compare May 13, 2026 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Dependencies

Development

Successfully merging this pull request may close these issues.

1 participant