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 intomainfrom
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 intomainfrom
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.283.0v0.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.

v0.291.1

Compare Source

What's Changed

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

v0.291.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.290.1...v0.291.0

Compatibility

gorelease -base v0.290.1 -version v0.291.0

# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
PluginContext.Namespace: added

# github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2

## compatible changes
(*PluginContext).GetNamespace: added
PluginContext.Namespace: added

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

v0.290.1

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.290.0...v0.290.1

Compatibility

gorelease -base v0.290.0 -version v0.290.1

# github.com/grafana/grafana-plugin-sdk-go/data
## compatible changes
ConfFloat64.MarshalJSON: added

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

v0.290.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.289.0...v0.290.0

Compatibility

gorelease -base v0.289.0 -version v0.290.0

# github.com/grafana/grafana-plugin-sdk-go/backend
## incompatible changes
ConvertToProtobuf.QueryDataResponse: changed from func(*QueryDataResponse) (*github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.QueryDataResponse, error) to func(DataFrameFormat, *QueryDataResponse) (*github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.QueryDataResponse, error)

## compatible changes
QueryDataRequest.Format: added
QueryDataResponse.Format: added

# github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2

## compatible changes
(*DataResponse).GetFormat: added
(*QueryDataRequest).GetFormat: added
DataResponse.Format: added
QueryDataRequest.Format: added

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

v0.289.0

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.288.0...v0.289.0

Compatibility

gorelease -base v0.288.0 -version v0.289.0

# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
ChunkedDataCallback: added
DataFrameFormat: added
DataFrameFormat_ARROW: added
DataFrameFormat_JSON: added
NewChunkedDataWriter: added
QueryChunkedDataRequest.Format: added

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

## compatible changes
(*QueryTypeMux).HandleChunkedQueryType: added
(*QueryTypeMux).QueryChunkedData: added

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

## compatible changes
AppendJSONData: added

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

## incompatible changes
package removed

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

## compatible changes
package added

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

## compatible changes
AccumulateArrow: added
AccumulateJSON: added

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

## incompatible changes
(*Builder).UpdateQueryDefinition: changed from func(*testing.T, string) github.com/grafana/grafana-plugin-sdk-go/experimental/apis/data/v0alpha1.QueryTypeDefinitionList to func(*testing.T, string) github.com/grafana/grafana-plugin-sdk-go/experimental/apis/datasource/v0alpha1.QueryTypeDefinitionList
QuerySchemaOptions.QueryTypes: changed from []github.com/grafana/grafana-plugin-sdk-go/experimental/apis/data/v0alpha1.QueryTypeDefinition to []github.com/grafana/grafana-plugin-sdk-go/experimental/apis/datasource/v0alpha1.QueryTypeDefinition
QueryTypeInfo.Discriminators: changed from []github.com/grafana/grafana-plugin-sdk-go/experimental/apis/data/v0alpha1.DiscriminatorFieldValue to []github.com/grafana/grafana-plugin-sdk-go/experimental/apis/datasource/v0alpha1.DiscriminatorFieldValue
QueryTypeInfo.Examples: changed from []github.com/grafana/grafana-plugin-sdk-go/experimental/apis/data/v0alpha1.QueryExample to []github.com/grafana/grafana-plugin-sdk-go/experimental/apis/datasource/v0alpha1.QueryExample
SettingTypeInfo.Discriminators: changed from []github.com/grafana/grafana-plugin-sdk-go/experimental/apis/data/v0alpha1.DiscriminatorFieldValue to []github.com/grafana/grafana-plugin-sdk-go/experimental/apis/datasource/v0alpha1.DiscriminatorFieldValue

# github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2

## compatible changes
(*QueryChunkedDataRequest).GetFormat: added
(*QueryChunkedDataResponse).GetFormat: added
DataFrameFormat: added
DataFrameFormat_ARROW: added
DataFrameFormat_JSON: added
DataFrameFormat_name: added
DataFrameFormat_value: added
QueryChunkedDataRequest.Format: added
QueryChunkedDataResponse.Format: added

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

v0.288.0

Compare Source

What's Changed

  • fix(sqlutil): restore FrameFromRows proper handling of negative rowLimit by @​dgiagio in #​1479
  • feat: add QueryChunkedData endpoint constant and test support by @​dgiagio in #​1478

Full Changelog: grafana/grafana-plugin-sdk-go@v0.287.0...v0.288.0

Compatibility

gorelease -base v0.287.0 -version v0.288.0

# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
EndpointQueryChunkedData: added

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

## compatible changes
HandlerMiddlewareTest.QueryChunkedDataCtx: added
HandlerMiddlewareTest.QueryChunkedDataReq: added

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

v0.287.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.286.0...v0.287.0

Compatibility

gorelease -base v0.286.0 -version v0.287.0

# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
DataResponse.OpenAPIModelName: added

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

## compatible changes
(*Threshold).UnmarshalJSON: added
ErrFillMissingDisabled: added
Frame.OpenAPIModelName: added

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

## compatible changes
DataQuery.OpenAPIModelName: added
DataSourceRef.OpenAPIModelName: added
QueryTypeDefinitionList.OpenAPIModelName: added
QueryTypeDefinitionSpec.OpenAPIModelName: added
TimeRange.OpenAPIModelName: added

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

v0.286.0

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.285.0...v0.286.0

v0.285.0

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.284.0...v0.285.0

 gorelease -base v0.284.0 -version v0.285.0      

# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
LiveClientQueueMaxSize: added

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

v0.284.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.283.0...v0.284.0

Compatibility

Note: The below are false positives. The changes are due to a change in method receiver types (context)

❯ gorelease -base v0.283.0 -version v0.284.0

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

## incompatible changes
MiddlewareHandler.CallResource: removed
MiddlewareHandler.CheckHealth: removed
MiddlewareHandler.CollectMetrics: removed
MiddlewareHandler.ConvertObjects: removed
MiddlewareHandler.MutateAdmission: removed
MiddlewareHandler.PublishStream: removed
MiddlewareHandler.RunStream: removed
MiddlewareHandler.SubscribeStream: removed
MiddlewareHandler.ValidateAdmission: removed
MiddlewareHandler: no longer implements AdmissionHandler

# summary
v0.284.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 is behind base branch, 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):

  • 36 additional dependencies were updated

Details:

Package Change
github.com/apache/arrow-go/v18 v18.4.1 -> v18.5.2
github.com/fatih/color v1.15.0 -> v1.18.0
github.com/google/flatbuffers v25.2.10+incompatible -> v25.12.19+incompatible
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 -> v2.28.0
github.com/jaegertracing/jaeger-idl v0.5.0 -> v0.6.0
github.com/klauspost/compress v1.18.0 -> v1.18.4
github.com/magefile/mage v1.15.0 -> v1.17.1
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/mattn/go-runewidth v0.0.16 -> v0.0.19
github.com/pierrec/lz4/v4 v4.1.22 -> v4.1.25
github.com/prometheus/common v0.67.2 -> v0.67.5
github.com/zeebo/xxh3 v1.0.2 -> v1.1.0
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 -> v0.67.0
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.63.0 -> v0.67.0
go.opentelemetry.io/contrib/propagators/jaeger v1.38.0 -> v1.42.0
go.opentelemetry.io/contrib/samplers/jaegerremote v0.32.0 -> v0.36.0
go.opentelemetry.io/otel v1.38.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0 -> v1.43.0
go.opentelemetry.io/otel/metric v1.38.0 -> v1.43.0
go.opentelemetry.io/otel/sdk v1.38.0 -> v1.43.0
go.opentelemetry.io/otel/trace v1.38.0 -> v1.43.0
go.opentelemetry.io/proto/otlp v1.7.1 -> v1.10.0
golang.org/x/exp v0.0.0-20251002181428-27f1f14c8bb9 -> v0.0.0-20260112195511-716be5621a96
golang.org/x/mod v0.28.0 -> v0.33.0
golang.org/x/net v0.46.0 -> v0.52.0
golang.org/x/sync v0.18.0 -> v0.20.0
golang.org/x/sys v0.37.0 -> v0.43.0
golang.org/x/telemetry v0.0.0-20250908211612-aef8a434d053 -> v0.0.0-20260209163413-e7419c687ee4
golang.org/x/text v0.30.0 -> v0.35.0
golang.org/x/tools v0.37.0 -> v0.42.0
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 -> v0.0.0-20260401024825-9d38bb4040a9
google.golang.org/genproto/googleapis/rpc v0.0.0-20251002232023-7c0ddcbb5797 -> v0.0.0-20260401024825-9d38bb4040a9
google.golang.org/grpc v1.76.0 -> v1.80.0
google.golang.org/protobuf v1.36.10 -> v1.36.11

@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
…v0.292.0

| datasource | package                                  | from     | to       |
| ---------- | ---------------------------------------- | -------- | -------- |
| go         | github.com/grafana/grafana-plugin-sdk-go | v0.283.0 | 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 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
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