Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/grafana/grafana-plugin-sdk-go v0.250.0 -> v0.263.0 age adoption passing confidence

Release Notes

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

v0.263.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.262.0...v0.263.0

Compatibility

gorelease -base v0.262.0 -version v0.263.0
### summary
v0.263.0 is a valid semantic version for this release.

v0.262.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.261.0...v0.262.0

Compatibility

gorelease -base v0.261.0 -version v0.262.0
### summary
v0.262.0 is a valid semantic version for this release.

v0.261.0

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.260.3...v0.261.0

Compatibility

gorelease -base=v0.260.3 -version=v0.261.0           
### github.com/grafana/grafana-plugin-sdk-go/backend
#### compatible changes
ErrorSourceFromGrpcStatusError: added
IsPluginError: added
### github.com/grafana/grafana-plugin-sdk-go/experimental/status
#### compatible changes
IsPluginError: added
### summary
v0.261.0 is a valid semantic version for this release.

v0.260.3

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.260.2...v0.260.3

Compatibility

gorelease -base v0.260.2 -version v0.260.3
### summary
v0.260.3 is a valid semantic version for this release.

v0.260.2

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.260.1...v0.260.2

Compatibility

gorelease -base v0.260.1 -version v0.260.2
### github.com/grafana/grafana-plugin-sdk-go/data
#### incompatible changes
ArrowToJSON: changed from func(github.com/apache/arrow/go/v15/arrow.Record, FrameInclude) ([]byte, error) to func(github.com/apache/arrow-go/v18/arrow.Record, FrameInclude) ([]byte, error)
FrameToArrowTable: changed from func(*Frame) (github.com/apache/arrow/go/v15/arrow.Table, error) to func(*Frame) (github.com/apache/arrow-go/v18/arrow.Table, error)
FromArrowRecord: changed from func(github.com/apache/arrow/go/v15/arrow.Record) (*Frame, error) to func(github.com/apache/arrow-go/v18/arrow.Record) (*Frame, error)
### summary
v0.260.2 is a valid semantic version for this release.

v0.260.1

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.260.0...v0.260.1

Compatibility

gorelease -base v0.260.0 -version v0.260.1
### summary
v0.260.1 is a valid semantic version for this release.

v0.260.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.259.4...v0.260.0

Compatibility

Below incompatible changes in github.com/grafana/grafana-plugin-sdk-go/experimental/errorsource should be compatible since we've introduced type aliases and seems like gorelease doesn't take that into consideration. Main change is changing Error to a type alias for status.ErrorWithSource. Additionally, we have removed the experimental package github.com/grafana/grafana-plugin-sdk-go/experimental/errorsource/httpclient, as the error source middleware is now included in the HTTP client by default. Consequently, this experimental package is no longer needed.

grafana-plugin-sdk-go % gorelease -base v0.259.4 -version v0.260.0
### github.com/grafana/grafana-plugin-sdk-go/backend
#### compatible changes
ErrorResponseWithErrorSource: added
ErrorWithSource: added
NewErrorWithSource: added
PluginError: added
### github.com/grafana/grafana-plugin-sdk-go/backend/httpclient
#### compatible changes
ErrorSourceRoundTripper: added
### github.com/grafana/grafana-plugin-sdk-go/experimental/errorsource
#### incompatible changes
Error: changed from Error to github.com/grafana/grafana-plugin-sdk-go/experimental/status.ErrorWithSource
New: changed from func(error, github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source, github.com/grafana/grafana-plugin-sdk-go/backend.Status) Error to func(error, github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source, github.com/grafana/grafana-plugin-sdk-go/backend.Status) github.com/grafana/grafana-plugin-sdk-go/experimental/status.ErrorWithSource
SourceError: changed from func(github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source, error, bool) Error to func(github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source, error, bool) github.com/grafana/grafana-plugin-sdk-go/experimental/status.ErrorWithSource
### github.com/grafana/grafana-plugin-sdk-go/experimental/errorsource/httpclient
#### incompatible changes
package removed
### github.com/grafana/grafana-plugin-sdk-go/experimental/status
#### compatible changes
ErrorWithSource: added
NewErrorWithSource: added
PluginError: added
### summary
v0.260.0 is a valid semantic version for this release.

v0.259.4

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.259.3...v0.259.4

v0.259.3

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.259.2...v0.259.3

Compatibility

❯ gorelease -base v0.259.2 -version v0.259.3
### github.com/grafana/grafana-plugin-sdk-go/backend
#### compatible changes
(*GrafanaCfg).ProxyHash: added
### summary
v0.259.3 is a valid semantic version for this release.

v0.259.2

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.259.1...v0.259.2

Compatibility

gorelease -base v0.259.1 -version v0.259.2
### summary
v0.259.2 is a valid semantic version for this release.

v0.259.1

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.259.0...v0.259.1

v0.259.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.258.0...v0.259.0

v0.258.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.257.0...v0.258.0

Compatibility

gorelease -base v0.257.0 -version v0.258.0
### summary
v0.258.0 is a valid semantic version for this release.

v0.257.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.256.0...v0.257.0

Compatibility

Below incompatible changes shouldn't affect any plugins since it's an "internal" function used internally in the SDK and in Grafana.

gorelease -base v0.256.0 -version v0.257.0
### github.com/grafana/grafana-plugin-sdk-go/backend
#### incompatible changes
GRPCServeOpts: changed from func(ServeOpts) github.com/grafana/grafana-plugin-sdk-go/backend/grpcplugin.ServeOpts to func(ServeOpts) (github.com/grafana/grafana-plugin-sdk-go/backend/grpcplugin.ServeOpts, error)
ServeOpts: old is comparable, new is not
#### compatible changes
Handlers: added
NewTracingMiddleware: added
ServeOpts.HandlerMiddlewares: added
ServeOpts.HandlerWithMiddlewares: added
### summary
v0.257.0 is a valid semantic version for this release.

v0.256.0

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.255.0...v0.256.0

Compatibility

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

v0.255.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.254.0...v0.255.0

Compatibility

gorelease -base v0.254.0 -version v0.255.0
### github.com/grafana/grafana-plugin-sdk-go/backend
#### compatible changes
NewLoggerMiddleware: added
NewMetricsMiddleware: added
### summary
v0.255.0 is a valid semantic version for this release.

v0.254.0

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.253.0...v0.254.0

Compatibility

gorelease -base v0.253.0 -version v0.254.0
### summary
v0.254.0 is a valid semantic version for this release.

v0.253.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.252.0...v0.253.0

Compatibility

Below incompatible changes should be compatible since we've introduced type aliases and seems like gorelease doesn't take that into consideration. Main change is changing backend.ErrorSource to a type alias for status.Source.

gorelease -base v0.252.0 -version v0.253.0
### github.com/grafana/grafana-plugin-sdk-go/backend
#### incompatible changes
DataResponse.ErrorSource: changed from ErrorSource to github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source
DefaultErrorSource: changed from ErrorSource to github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source
ErrDataResponseWithSource: changed from func(Status, ErrorSource, string) DataResponse to func(Status, github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source, string) DataResponse
ErrorSource: changed from ErrorSource to github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source
ErrorSourceDownstream: changed from ErrorSource to github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source
ErrorSourceFromHTTPStatus: changed from func(int) ErrorSource to func(int) github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source
ErrorSourcePlugin: changed from ErrorSource to github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source
FrameResponseWithErrorAndSource: changed from func(github.com/grafana/grafana-plugin-sdk-go/data.Framer, error, ErrorSource) *DataResponse to func(github.com/grafana/grafana-plugin-sdk-go/data.Framer, error, github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source) *DataResponse
WithErrorSource: changed from func(context.Context, ErrorSource) error to func(context.Context, github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source) error
#### compatible changes
ErrorSourceFromContext: added
ErrorSourceMiddleware: added
IsDownstreamHTTPError: added
NewErrorSourceMiddleware: added
### github.com/grafana/grafana-plugin-sdk-go/backend/httpclient
#### compatible changes
ErrorSourceMiddleware: added
ErrorSourceMiddlewareName: added
### github.com/grafana/grafana-plugin-sdk-go/experimental/errorsource
#### incompatible changes
Error.ErrorSource: changed from func() github.com/grafana/grafana-plugin-sdk-go/backend.ErrorSource to func() github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source
Error.Source: changed from func() github.com/grafana/grafana-plugin-sdk-go/backend.ErrorSource to func() github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source
FromStatus: changed from func(github.com/grafana/grafana-plugin-sdk-go/backend.Status) github.com/grafana/grafana-plugin-sdk-go/backend.ErrorSource to func(github.com/grafana/grafana-plugin-sdk-go/backend.Status) github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source
New: changed from func(error, github.com/grafana/grafana-plugin-sdk-go/backend.ErrorSource, github.com/grafana/grafana-plugin-sdk-go/backend.Status) Error to func(error, github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source, github.com/grafana/grafana-plugin-sdk-go/backend.Status) Error
SourceError: changed from func(github.com/grafana/grafana-plugin-sdk-go/backend.ErrorSource, error, bool) Error to func(github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source, error, bool) Error
### github.com/grafana/grafana-plugin-sdk-go/experimental/slo
#### incompatible changes
FromStatus: changed from func(github.com/grafana/grafana-plugin-sdk-go/backend.Status) github.com/grafana/grafana-plugin-sdk-go/backend.ErrorSource to func(github.com/grafana/grafana-plugin-sdk-go/backend.Status) github.com/grafana/grafana-plugin-sdk-go/experimental/status.Source
### github.com/grafana/grafana-plugin-sdk-go/experimental/status
#### compatible changes
package added
### summary
v0.253.0 is a valid semantic version for this release.

v0.252.0

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.251.0...v0.252.0

Compatibility

gorelease -base v0.251.0 -version v0.252.0
### github.com/grafana/grafana-plugin-sdk-go/backend/datasource
#### compatible changes
ManageOpts.QueryConversionHandler: added
### summary
v0.252.0 is a valid semantic version for this release.

v0.251.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.250.2...v0.251.0

Compatibility

gorelease -base v0.250.0 -version v0.251.0
### github.com/grafana/grafana-plugin-sdk-go/backend
#### incompatible changes
EndpointConvertObject: removed
#### compatible changes
BaseHandler: added
EndpointConvertObjects: added
Handler: added
HandlerFromMiddlewares: added
HandlerMiddleware: added
HandlerMiddlewareFunc: added
MiddlewareHandler: added
NewBaseHandler: added
PublishStreamHandler: added
PublishStreamHandlerFunc: added
RunStreamHandler: added
RunStreamHandlerFunc: added
SubscribeStreamHandler: added
SubscribeStreamHandlerFunc: added
### github.com/grafana/grafana-plugin-sdk-go/backend/handlertest
#### compatible changes
package added
### summary
v0.251.0 is a valid semantic version for this release.

v0.250.2

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.250.1...v0.250.2

summary

v0.250.2 is a valid semantic version for this release.

v0.250.1

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.250.0...v0.250.1

Compatibility

gorelease -base v0.250.0  -version v0.250.1
### summary
v0.250.1 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

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 February 6, 2025 19:44
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Feb 6, 2025
Copy link
Contributor Author

renovate bot commented Feb 6, 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):

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

Details:

Package Change
go 1.23.5 -> 1.23.6
github.com/BurntSushi/toml v1.3.2 -> v1.4.0
github.com/cpuguy83/go-md2man/v2 v2.0.4 -> v2.0.5
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5 -> v1.3.0
github.com/getkin/kin-openapi v0.124.0 -> v0.128.0
github.com/go-openapi/jsonpointer v0.20.2 -> v0.21.0
github.com/go-openapi/swag v0.22.8 -> v0.23.0
github.com/goccy/go-json v0.10.3 -> v0.10.4
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 -> v2.2.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 -> v2.24.0
github.com/hashicorp/go-plugin v1.6.1 -> v1.6.2
github.com/invopop/yaml v0.2.0 -> v0.3.1
github.com/klauspost/compress v1.17.9 -> v1.17.11
github.com/klauspost/cpuid/v2 v2.2.8 -> v2.2.9
github.com/prometheus/client_golang v1.20.3 -> v1.20.5
github.com/prometheus/common v0.55.0 -> v0.61.0
github.com/urfave/cli v1.22.15 -> v1.22.16
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 -> v0.58.0
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.53.0 -> v0.57.0
go.opentelemetry.io/contrib/propagators/jaeger v1.29.0 -> v1.33.0
go.opentelemetry.io/contrib/samplers/jaegerremote v0.23.0 -> v0.27.0
go.opentelemetry.io/otel v1.29.0 -> v1.33.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 -> v1.33.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 -> v1.33.0
go.opentelemetry.io/otel/metric v1.29.0 -> v1.33.0
go.opentelemetry.io/otel/sdk v1.29.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.29.0 -> v1.33.0
go.opentelemetry.io/proto/otlp v1.3.1 -> v1.4.0
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 -> v0.0.0-20240909161429-701f63a606c0
golang.org/x/mod v0.18.0 -> v0.22.0
golang.org/x/net v0.29.0 -> v0.34.0
golang.org/x/sync v0.8.0 -> v0.10.0
golang.org/x/sys v0.25.0 -> v0.29.0
golang.org/x/text v0.18.0 -> v0.21.0
golang.org/x/tools v0.22.0 -> v0.28.0
gonum.org/v1/gonum v0.14.0 -> v0.15.1
google.golang.org/grpc v1.66.0 -> v1.69.2
google.golang.org/protobuf v1.34.2 -> v1.35.2

@renovate renovate bot merged commit 311344f into master Feb 6, 2025
10 checks passed
@renovate renovate bot deleted the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch February 6, 2025 22:34
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.

0 participants