Skip to content

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

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.290.0#647
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
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.280.0v0.290.0 age confidence

Release Notes

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

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.

v0.283.0

Compare Source

What's Changed

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

Compatibility

We adjusted the way the experimental v0alpha1.DataQuery objects get serialised to JSON to be more compatible with past versions, for details see #​1428

gorelease -base v0.282.0 -version v0.283.0

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

v0.282.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.281.0...v0.282.0

Compatibility

❯ gorelease -base v0.281.0 -version v0.282.0

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

## compatible changes
(*GrafanaCfg).Diff: added

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

## compatible changes
NewInstanceManagerWrapper: added
NewTTLInstanceManager: added

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

## compatible changes
TTLInstanceManager: added

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

v0.281.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.280.0...v0.281.0

Compatibility

The way experimental.DataQuery objects get serialised to JSON has slightly changed, for details see #​1420

gorelease -base v0.280.0 -version v0.281.0

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

Configuration

📅 Schedule: 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
Copy link
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):

  • 33 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.6 -> 1.25.7
github.com/apache/arrow-go/v18 v18.4.1 -> v18.5.1
github.com/fatih/color v1.15.0 -> v1.18.0
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 -> v2.3.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 -> v2.27.7
github.com/jaegertracing/jaeger-idl v0.5.0 -> v0.6.0
github.com/klauspost/compress v1.18.0 -> v1.18.2
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/pierrec/lz4/v4 v4.1.22 -> v4.1.23
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 -> v0.65.0
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.63.0 -> v0.65.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 -> v0.65.0
go.opentelemetry.io/contrib/propagators/jaeger v1.38.0 -> v1.40.0
go.opentelemetry.io/contrib/samplers/jaegerremote v0.32.0 -> v0.34.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 -> v1.40.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0 -> v1.40.0
go.opentelemetry.io/proto/otlp v1.7.1 -> v1.9.0
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3
golang.org/x/crypto v0.44.0 -> v0.47.0
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 -> v0.0.0-20251002181428-27f1f14c8bb9
golang.org/x/mod v0.29.0 -> v0.32.0
golang.org/x/sync v0.18.0 -> v0.19.0
golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 -> v0.0.0-20260109210033-bd525da824e2
golang.org/x/term v0.37.0 -> v0.39.0
golang.org/x/tools v0.38.0 -> v0.41.0
google.golang.org/genproto/googleapis/api v0.0.0-20251029180050-ab9386a59fda -> v0.0.0-20260128011058-8636f8732409
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda -> v0.0.0-20260128011058-8636f8732409
github.com/google/flatbuffers v25.2.10+incompatible -> v25.12.19+incompatible
github.com/mattn/go-runewidth v0.0.16 -> v0.0.19
github.com/olekukonko/tablewriter v0.0.5 -> v1.1.3
github.com/prometheus/common v0.66.1 -> v0.67.5
golang.org/x/net v0.47.0 -> v0.49.0
golang.org/x/text v0.31.0 -> v0.33.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 2 times, most recently from 1258090 to 4539b5a Compare February 6, 2026 13:13
@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 4539b5a to d24112c Compare February 6, 2026 16:10
@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 renovate-sh-app bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch 7 times, most recently from 8858afa to ace6e13 Compare February 11, 2026 16:12
@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 2 times, most recently from d46ffdc to 6dfcd06 Compare February 20, 2026 10:34
@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
…v0.290.0

| datasource | package                                  | from     | to       |
| ---------- | ---------------------------------------- | -------- | -------- |
| go         | github.com/grafana/grafana-plugin-sdk-go | v0.280.0 | v0.290.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 6dfcd06 to 04748d4 Compare February 27, 2026 07:18
@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
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.

0 participants