Skip to content

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

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.288.0#684
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.278.0v0.288.0 age confidence

Release Notes

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

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.

v0.280.0

Compare Source

What's Changed

Compatibility

❯ gorelease -base v0.279.0 -version v0.280.0

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

### github.com/grafana/grafana-plugin-sdk-go/backend/httpclient
#### compatible changes
SigV4Config.SessionToken: added

### github.com/grafana/grafana-plugin-sdk-go/build
#### incompatible changes
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

### github.com/grafana/grafana-plugin-sdk-go/build/buildinfo
#### compatible changes
package added

### github.com/grafana/grafana-plugin-sdk-go/data
#### incompatible changes
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)

### github.com/grafana/grafana-plugin-sdk-go/experimental/e2e/mage
#### compatible changes
package added

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

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

v0.279.0

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.278.0...v0.279.0

Compatibility

❯ gorelease --base v0.278.0 --version v0.279.0

### summary
v0.279.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
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):

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

Details:

Package Change
go 1.24.1 -> 1.25.6
github.com/BurntSushi/toml v1.4.0 -> v1.5.0
github.com/apache/arrow-go/v18 v18.3.0 -> v18.5.1
github.com/cenkalti/backoff/v5 v5.0.2 -> v5.0.3
github.com/cpuguy83/go-md2man/v2 v2.0.5 -> v2.0.7
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/google/flatbuffers v25.2.10+incompatible -> v25.12.19+incompatible
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 -> v0.1.9
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 -> v2.3.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 -> v2.27.3
github.com/hashicorp/go-plugin v1.6.3 -> v1.7.0
github.com/hashicorp/yamux v0.1.1 -> v0.1.2
github.com/jaegertracing/jaeger-idl v0.5.0 -> v0.6.0
github.com/klauspost/compress v1.18.0 -> v1.18.2
github.com/klauspost/cpuid/v2 v2.2.10 -> v2.3.0
github.com/pierrec/lz4/v4 v4.1.22 -> v4.1.23
github.com/prometheus/client_golang v1.20.5 -> v1.23.2
github.com/prometheus/common v0.64.0 -> v0.67.5
github.com/prometheus/procfs v0.15.1 -> v0.16.1
github.com/rivo/uniseg v0.4.4 -> v0.4.7
github.com/urfave/cli v1.22.16 -> v1.22.17
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 -> v0.64.0
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.61.0 -> v0.64.0
go.opentelemetry.io/contrib/propagators/jaeger v1.36.0 -> v1.39.0
go.opentelemetry.io/contrib/samplers/jaegerremote v0.30.0 -> v0.33.0
go.opentelemetry.io/otel v1.36.0 -> v1.39.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 -> v1.39.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0 -> v1.39.0
go.opentelemetry.io/otel/metric v1.36.0 -> v1.39.0
go.opentelemetry.io/otel/sdk v1.36.0 -> v1.39.0
go.opentelemetry.io/otel/trace v1.36.0 -> v1.39.0
go.opentelemetry.io/proto/otlp v1.6.0 -> v1.9.0
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 -> v0.0.0-20251002181428-27f1f14c8bb9
golang.org/x/mod v0.27.0 -> v0.32.0
golang.org/x/net v0.45.0 -> v0.49.0
golang.org/x/sync v0.17.0 -> v0.19.0
golang.org/x/sys v0.36.0 -> v0.40.0
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/grpc v1.73.0 -> v1.78.0
google.golang.org/protobuf v1.36.6 -> 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 13d472b to c0aac9a Compare February 6, 2026 14:07
@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 c0aac9a to 47b74e6 Compare February 6, 2026 17:12
@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 10 times, most recently from 2e6fbab to 09d0d82 Compare February 7, 2026 20:14
…v0.288.0

| datasource | package                                  | from     | to       |
| ---------- | ---------------------------------------- | -------- | -------- |
| go         | github.com/grafana/grafana-plugin-sdk-go | v0.278.0 | v0.288.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 09d0d82 to 2b69af1 Compare February 11, 2026 17:03
@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
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