Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/grafana/grafana-plugin-sdk-go v0.278.0 -> v0.284.0 age confidence

Release Notes

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

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 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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 20, 2025 15:04
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Nov 20, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 20, 2025

ℹ 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
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.1 -> 1.24.6
github.com/BurntSushi/toml v1.4.0 -> v1.5.0
github.com/apache/arrow-go/v18 v18.3.0 -> v18.4.1
github.com/cenkalti/backoff/v5 v5.0.2 -> v5.0.3
github.com/chromedp/cdproto v0.0.0-20250429231605-6ed5b53462d4 -> v0.0.0-20250803210736-d308e07a266d
github.com/cpuguy83/go-md2man/v2 v2.0.5 -> v2.0.7
github.com/getkin/kin-openapi v0.132.0 -> v0.133.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/go-openapi/jsonpointer v0.21.0 -> v0.22.1
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.2
github.com/hashicorp/go-plugin v1.6.3 -> v1.7.0
github.com/hashicorp/yamux v0.1.1 -> v0.1.2
github.com/klauspost/cpuid/v2 v2.2.10 -> v2.3.0
github.com/prometheus/client_golang v1.20.5 -> v1.23.2
github.com/prometheus/common v0.64.0 -> v0.67.2
github.com/prometheus/procfs v0.15.1 -> v0.16.1
github.com/urfave/cli v1.22.16 -> v1.22.17
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 -> v0.63.0
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.61.0 -> v0.63.0
go.opentelemetry.io/contrib/propagators/jaeger v1.36.0 -> v1.38.0
go.opentelemetry.io/contrib/samplers/jaegerremote v0.30.0 -> v0.32.0
go.opentelemetry.io/otel v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/metric v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/sdk v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.36.0 -> v1.38.0
go.opentelemetry.io/proto/otlp v1.6.0 -> v1.7.1
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 -> v0.0.0-20251002181428-27f1f14c8bb9
golang.org/x/mod v0.25.0 -> v0.28.0
golang.org/x/net v0.41.0 -> v0.46.0
golang.org/x/sync v0.15.0 -> v0.18.0
golang.org/x/sys v0.33.0 -> v0.38.0
google.golang.org/grpc v1.73.0 -> v1.76.0
google.golang.org/protobuf v1.36.6 -> v1.36.10

@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 1cb446e to 5f75bf0 Compare November 21, 2025 07:38
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 5f75bf0 to a54c681 Compare December 2, 2025 10:54
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.281.0 fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.282.0 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from a54c681 to 8dc302f Compare December 2, 2025 15:45
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.282.0 fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.283.0 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 8dc302f to 974b883 Compare December 9, 2025 12:09
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.283.0 fix(deps): update module github.com/grafana/grafana-plugin-sdk-go to v0.284.0 Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants