Skip to content

Update module github.com/grafana/grafana-plugin-sdk-go to v0.250.0 [SECURITY] #46

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2024

This PR contains the following updates:

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

GitHub Vulnerability Alerts

CVE-2024-8986

The grafana plugin SDK bundles build metadata into the binaries it compiles; this metadata includes the repository URI for the plugin being built, as retrieved by running git remote get-url origin.

If credentials are included in the repository URI (for instance, to allow for fetching of private dependencies), the final binary will contain the full URI, including said credentials.


Release Notes

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

v0.250.0

Compare Source

This is a security release addressing CVE-2024-8986.

What's Changed

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

Compatibility

### github.com/grafana/grafana-plugin-sdk-go/build
#### incompatible changes
Info.Branch: removed
Info.Build: removed
Info.Hash: removed
Info.PR: removed
Info.Repo: removed
### summary
v0.250.0 is a valid semantic version for this release.

v0.249.0

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.248.0...v0.249.0

Compatibility

### github.com/grafana/grafana-plugin-sdk-go/backend
#### compatible changes
ConvertObjectsFunc.ConvertObjects: added
ConvertQueryFunc: added
QueryConversionHandler: added
QueryConversionResponse: added
ServeOpts.QueryConversionHandler: added
### summary
v0.249.0 is a valid semantic version for this release.

v0.248.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.247.0...v0.248.0

Compatibility

gorelease -base v0.247.0 -version v0.248.0
### summary
v0.248.0 is a valid semantic version for this release.

v0.247.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.246.0...v0.247.0

Compatibility

❯ gorelease -base v0.246.0 -version v0.247.0      
### summary
v0.247.0 is a valid semantic version for this release.

v0.246.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.245.0...v0.246.0

Compatibility

gorelease -base v0.245.0 -version v0.246.0
### github.com/grafana/grafana-plugin-sdk-go/backend
#### compatible changes
ErrorSource.IsValid: added
### summary
v0.246.0 is a valid semantic version for this release.

v0.245.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.244.0...v0.245.0

Compatibility

gorelease -base v0.244.0 -version v0.245.0
### github.com/grafana/grafana-plugin-sdk-go/backend/httpclient
#### compatible changes
CloseCallbackFunc: added
CountBytesReader: added
### summary
v0.245.0 is a valid semantic version for this release.

v0.244.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.243.0...v0.244.0

Compatibility

gorelease -base=v0.243.0 -version=v0.244.0
### github.com/grafana/grafana-plugin-sdk-go/backend/log
#### compatible changes
ContextualAttributesFromIncomingContext: added
WithContextualAttributesForOutgoingContext: added

v0.243.0

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.242.0...v0.243.0

Compatibility

gorelease -base v0.242.0 -version v0.243.0
### github.com/grafana/grafana-plugin-sdk-go/backend
#### incompatible changes
AdmissionHandler.ConvertObject: removed
ConversionRequest.Kind: removed
ConversionRequest.ObjectBytes: removed
ConversionRequest.TargetVersion: changed from string to GroupVersion
ConversionResponse.Allowed: removed
ConversionResponse.ObjectBytes: removed
ConvertObjectFunc: removed
#### compatible changes
ConversionHandler: added
ConversionRequest.Objects: added
ConversionRequest.UID: added
ConversionResponse.Objects: added
ConversionResponse.UID: added
ConvertFromProtobuf.GroupVersion: added
ConvertFromProtobuf.RawObject: added
ConvertFromProtobuf.RawObjects: added
ConvertObjectsFunc: added
ConvertToProtobuf.GroupVersion: added
ConvertToProtobuf.RawObject: added
ConvertToProtobuf.RawObjects: added
GrafanaUserSignInTokenHeaderName: added
GroupVersion: added
RawObject: added
ServeOpts.ConversionHandler: added
### github.com/grafana/grafana-plugin-sdk-go/backend/app
#### compatible changes
ManageOpts.ConversionHandler: added
### github.com/grafana/grafana-plugin-sdk-go/backend/datasource
#### incompatible changes
github.com/grafana/grafana-plugin-sdk-go/backend.AdmissionHandler.ConvertObject, method set of *ServeOpts: removed
github.com/grafana/grafana-plugin-sdk-go/backend.AdmissionHandler.ConvertObject, method set of ServeOpts: removed
#### compatible changes
ManageOpts.ConversionHandler: added
ServeOpts.ConversionHandler: added
github.com/grafana/grafana-plugin-sdk-go/backend.ConversionHandler.ConvertObjects: added
### github.com/grafana/grafana-plugin-sdk-go/backend/grpcplugin
#### incompatible changes
github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.AdmissionControlClient.ConvertObject, method set of AdmissionClient: removed
github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.AdmissionControlServer.ConvertObject, method set of AdmissionServer: removed
github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.ResourceClient.CallResource: changed from func(context.Context, *github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.CallResourceRequest, ...google.golang.org/grpc.CallOption) (github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.Resource_CallResourceClient, error) to func(context.Context, *github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.CallResourceRequest, ...google.golang.org/grpc.CallOption) (google.golang.org/grpc.ServerStreamingClient[github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.CallResourceResponse], error)
github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.ResourceServer.CallResource: changed from func(*github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.CallResourceRequest, github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.Resource_CallResourceServer) error to func(*github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.CallResourceRequest, google.golang.org/grpc.ServerStreamingServer[github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.CallResourceResponse]) error
github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.StreamClient.RunStream: changed from func(context.Context, *github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.RunStreamRequest, ...google.golang.org/grpc.CallOption) (github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.Stream_RunStreamClient, error) to func(context.Context, *github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.RunStreamRequest, ...google.golang.org/grpc.CallOption) (google.golang.org/grpc.ServerStreamingClient[github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.StreamPacket], error)
github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.StreamServer.RunStream: changed from func(*github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.RunStreamRequest, github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.Stream_RunStreamServer) error to func(*github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.RunStreamRequest, google.golang.org/grpc.ServerStreamingServer[github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.StreamPacket]) error
#### compatible changes
ConversionClient: added
ConversionGRPCPlugin: added
ConversionServer: added
ServeOpts.ConversionServer: added
### github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2
#### incompatible changes
(*ConversionRequest).GetKind: removed
(*ConversionRequest).GetObjectBytes: removed
(*ConversionRequest).GetTargetVersion: changed from func() string to func() *GroupVersion
(*ConversionResponse).GetAllowed: removed
(*ConversionResponse).GetObjectBytes: removed
AdmissionControlClient.ConvertObject: removed
AdmissionControlServer.ConvertObject: removed
AdmissionControl_ConvertObject_FullMethodName: removed
ConversionRequest.Kind: removed
ConversionRequest.ObjectBytes: removed
ConversionRequest.TargetVersion: changed from string to *GroupVersion
ConversionResponse.Allowed: removed
ConversionResponse.ObjectBytes: removed
ResourceClient.CallResource: changed from func(context.Context, *CallResourceRequest, ...google.golang.org/grpc.CallOption) (Resource_CallResourceClient, error) to func(context.Context, *CallResourceRequest, ...google.golang.org/grpc.CallOption) (google.golang.org/grpc.ServerStreamingClient[CallResourceResponse], error)
ResourceServer.CallResource: changed from func(*CallResourceRequest, Resource_CallResourceServer) error to func(*CallResourceRequest, google.golang.org/grpc.ServerStreamingServer[CallResourceResponse]) error
Resource_CallResourceClient: changed from Resource_CallResourceClient to google.golang.org/grpc.ServerStreamingClient[CallResourceResponse]
Resource_CallResourceServer: changed from Resource_CallResourceServer to google.golang.org/grpc.ServerStreamingServer[CallResourceResponse]
StreamClient.RunStream: changed from func(context.Context, *RunStreamRequest, ...google.golang.org/grpc.CallOption) (Stream_RunStreamClient, error) to func(context.Context, *RunStreamRequest, ...google.golang.org/grpc.CallOption) (google.golang.org/grpc.ServerStreamingClient[StreamPacket], error)
StreamServer.RunStream: changed from func(*RunStreamRequest, Stream_RunStreamServer) error to func(*RunStreamRequest, google.golang.org/grpc.ServerStreamingServer[StreamPacket]) error
Stream_RunStreamClient: changed from Stream_RunStreamClient to google.golang.org/grpc.ServerStreamingClient[StreamPacket]
Stream_RunStreamServer: changed from Stream_RunStreamServer to google.golang.org/grpc.ServerStreamingServer[StreamPacket]
UnimplementedAdmissionControlServer.ConvertObject: removed
UnimplementedResourceServer.CallResource: changed from func(*CallResourceRequest, Resource_CallResourceServer) error to func(*CallResourceRequest, google.golang.org/grpc.ServerStreamingServer[CallResourceResponse]) error
UnimplementedStreamServer.RunStream: changed from func(*RunStreamRequest, Stream_RunStreamServer) error to func(*RunStreamRequest, google.golang.org/grpc.ServerStreamingServer[StreamPacket]) error
#### compatible changes
(*ConversionRequest).GetObjects: added
(*ConversionRequest).GetUid: added
(*ConversionResponse).GetObjects: added
(*ConversionResponse).GetUid: added
ConversionRequest.Objects: added
ConversionRequest.Uid: added
ConversionResponse.Objects: added
ConversionResponse.Uid: added
GroupVersion: added
NewResourceConversionClient: added
RawObject: added
RegisterResourceConversionServer: added
ResourceConversionClient: added
ResourceConversionServer: added
ResourceConversion_ConvertObjects_FullMethodName: added
ResourceConversion_ServiceDesc: added
UnimplementedResourceConversionServer: added
UnsafeResourceConversionServer: added
### summary
v0.243.0 is a valid semantic version for this release.

v0.242.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.241.0...v0.242.0

Compatibility

gorelease -base=v0.241.0 -version=v0.242.0
### summary
v0.242.0 is a valid semantic version for this release.

v0.241.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.240.0...v0.241.0

Compatibility

gorelease -base=v0.240.0 -version=v0.241.0
### summary
v0.241.0 is a valid semantic version for this release.

v0.240.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.239.0...v0.240.0

Compatibility

gorelease -base v0.239.0 -version v0.240.0
### github.com/grafana/grafana-plugin-sdk-go/backend
#### compatible changes
DefaultErrorSource: added
DownstreamError: added
DownstreamErrorf: added
Endpoint.String: added
IsDownstreamError: added
RequestStatus: added
RequestStatusCancelled: added
RequestStatusError: added
RequestStatusFromError: added
RequestStatusFromErrorString: added
RequestStatusFromProtoQueryDataResponse: added
RequestStatusFromQueryDataResponse: added
RequestStatusOK: added
WithDownstreamErrorSource: added
WithErrorSource: added
### github.com/grafana/grafana-plugin-sdk-go/backend/tracing
#### compatible changes
Error: added
Errorf: added
### github.com/grafana/grafana-plugin-sdk-go/experimental/errorsource
#### compatible changes
Error.ErrorSource: added
### summary
v0.240.0 is a valid semantic version for this release.

v0.239.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.238.0...v0.239.0

Compatibility

gorelease -base v0.238.0 -version v0.239.0
### github.com/grafana/grafana-plugin-sdk-go/backend/tracing
#### compatible changes
TraceIDFromContext: added
### summary
v0.239.0 is not a valid semantic version for this release.
version v0.239.0 already exists

v0.238.0

Compare Source

What's Changed

Breaking changes

Removes support for the environment variable GF_PLUGIN_PROFILING_CONTENTION and the variable backend.PluginProfilingContentionEnv introduced in v0.235.0. This is an internal change and was recently introduced and therefore shouldn't affect anyone.

Full Changelog: grafana/grafana-plugin-sdk-go@v0.237.0...v0.238.0

Compatibility

gorelease -base v0.237.0 -version v0.238.0
### github.com/grafana/grafana-plugin-sdk-go/backend
#### incompatible changes
PluginProfilingContentionEnv: removed
#### compatible changes
PluginProfilingBlockRateEnv: added
PluginProfilingMutexRateEnv: added
### summary
v0.238.0 is a valid semantic version for this release.

v0.237.0

Compare Source

What's Changed

Deprecation changes

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.236.0...v0.237.0

Compatibility

gorelease -base v0.236.0 -version v0.237.0
### github.com/grafana/grafana-plugin-sdk-go/backend
#### compatible changes
CallResourceResponseSenderFunc: added
Endpoint: added
EndpointCallResource: added
EndpointCheckHealth: added
EndpointCollectMetrics: added
EndpointConvertObject: added
EndpointFromContext: added
EndpointMutateAdmission: added
EndpointPublishStream: added
EndpointQueryData: added
EndpointRunStream: added
EndpointSubscribeStream: added
EndpointValidateAdmission: added
PluginConfigFromContext: added
UserFromContext: added
WithEndpoint: added
WithPluginContext: added
WithUser: added
### github.com/grafana/grafana-plugin-sdk-go/experimental/apis/data/v0alpha1
#### compatible changes
ErrTransport: added
Status: added
### summary
v0.237.0 is a valid semantic version for this release.

v0.236.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.235.0...v0.236.0

Compatibility

gorelease -base=v0.235.0 -version=v0.236.0
### summary
v0.236.0 is a valid semantic version for this release.

v0.235.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.234.0...v0.235.0

Compatibility

gorelease -base=v0.234.0 -version=v0.235.0      
### github.com/grafana/grafana-plugin-sdk-go/backend
#### compatible changes
PluginProfilingContentionEnv: added
### github.com/grafana/grafana-plugin-sdk-go/experimental/slo
#### compatible changes
AddMiddleware: added
Collector: added
Duration: added
DurationKey: added
Endpoint: added
EndpointHealth: added
EndpointQuery: added
EndpointResource: added
FromStatus: added
Metrics: added
MetricsWrapper: added
NewClient: added
NewDuration: added
NewMetrics: added
NewMetricsWrapper: added
Source: added
SourceDownstream: added
SourcePlugin: added
Status: added
StatusError: added
StatusOK: added
### github.com/grafana/grafana-plugin-sdk-go/experimental/slo/test
#### compatible changes
package added
### summary
v0.235.0 is a valid semantic version for this release.

v0.234.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.233.0...v0.234.0

Compatibility

gorelease -base v0.233.0 -version v0.234.0
### github.com/grafana/grafana-plugin-sdk-go/backend/gtime
#### compatible changes
NewTimeRange: added
TimeRange: added
TimeRangeOption: added
WithFiscalStartMonth: added
WithLocation: added
WithNow: added
WithRoundUp: added
WithWeekstart: added
### github.com/grafana/grafana-plugin-sdk-go/data
#### compatible changes
FrameToArrowTable: added
### github.com/grafana/grafana-plugin-sdk-go/experimental/apis/data/v0alpha1
#### compatible changes
ToDataSourceQueries: added
### summary
v0.234.0 is a valid semantic version for this release.

v0.233.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.232.0...v0.233.0

Compatibility

gorelease -base v0.232.0 -version v0.233.0
### summary
v0.233.0 is a valid semantic version for this release.

v0.232.0

Compare Source

What's Changed

Compatibility

### github.com/grafana/grafana-plugin-sdk-go/backend
#### compatible changes
(*AppInstanceSettings).GVK: added
(*DataSourceInstanceSettings).GVK: added
AdmissionHandler: added
AdmissionRequest: added
AdmissionRequestCreate: added
AdmissionRequestDelete: added
AdmissionRequestOperation: added
AdmissionRequestUpdate: added
AppInstanceSettingsFromProto: added
AppInstanceSettingsToProtoBytes: added
ConversionRequest: added
ConversionResponse: added
ConvertFromProtobuf.AdmissionRequest: added
ConvertFromProtobuf.ConversionRequest: added
ConvertFromProtobuf.ConversionResponse: added
ConvertFromProtobuf.GroupVersionKind: added
ConvertFromProtobuf.MutationResponse: added
ConvertFromProtobuf.StatusResult: added
ConvertFromProtobuf.ValidationResponse: added
ConvertObjectFunc: added
ConvertToProtobuf.AdmissionRequest: added
ConvertToProtobuf.ConversionRequest: added
ConvertToProtobuf.ConversionResponse: added
ConvertToProtobuf.GroupVersionKind: added
ConvertToProtobuf.MutationResponse: added
ConvertToProtobuf.StatusResult: added
ConvertToProtobuf.ValidationResponse: added
DataSourceInstanceSettingsFromProto: added
DataSourceInstanceSettingsToProtoBytes: added
GroupVersionKind: added
MutateAdmissionFunc: added
MutationResponse: added
ServeOpts.AdmissionHandler: added
StatusResult: added
ValidateAdmissionFunc: added
ValidationResponse: added
### github.com/grafana/grafana-plugin-sdk-go/backend/app
#### compatible changes
ManageOpts.AdmissionHandler: added
### github.com/grafana/grafana-plugin-sdk-go/backend/datasource
#### compatible changes
ManageOpts.AdmissionHandler: added
ServeOpts.AdmissionHandler: added
github.com/grafana/grafana-plugin-sdk-go/backend.AdmissionHandler.ConvertObject: added
github.com/grafana/grafana-plugin-sdk-go/backend.AdmissionHandler.MutateAdmission: added
github.com/grafana/grafana-plugin-sdk-go/backend.AdmissionHandler.ValidateAdmission: added
### github.com/grafana/grafana-plugin-sdk-go/backend/grpcplugin
#### compatible changes
AdmissionClient: added
AdmissionGRPCPlugin: added
AdmissionServer: added
ServeOpts.AdmissionServer: added
### github.com/grafana/grafana-plugin-sdk-go/experimental/apis/data/v0alpha1
#### compatible changes
DataSourceRef.APIVersion: added
### github.com/grafana/grafana-plugin-sdk-go/experimental/concurrent
#### compatible changes
package added
### github.com/grafana/grafana-plugin-sdk-go/experimental/slo
#### compatible changes
package added
### github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2
#### compatible changes
AdmissionControlClient: added
AdmissionControlServer: added
AdmissionControl_ConvertObject_FullMethodName: added
AdmissionControl_MutateAdmission_FullMethodName: added
AdmissionControl_ServiceDesc: added
AdmissionControl_ValidateAdmission_FullMethodName: added
AdmissionRequest: added
AdmissionRequest_CREATE: added
AdmissionRequest_DELETE: added
AdmissionRequest_Operation: added
AdmissionRequest_Operation_name: added
AdmissionRequest_Operation_value: added
AdmissionRequest_UPDATE: added
ConversionRequest: added
ConversionResponse: added
GroupVersionKind: added
MutationResponse: added
NewAdmissionControlClient: added
RegisterAdmissionControlServer: added
StatusResult: added
UnimplementedAdmissionControlServer: added
UnsafeAdmissionControlServer: added
ValidationResponse: added
### summary
v0.232.0 is a valid semantic version for this release.

Full Changelog: grafana/grafana-plugin-sdk-go@v0.231.0...v0.232.0

v0.231.0

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.230.0...v0.231.0

Compatibility

gorelease -base v0.230.0 -version v0.231.0
### summary
v0.231.0 is a valid semantic version for this release.

v0.230.0

Compare Source

What's Changed

Compatibility

### github.com/grafana/grafana-plugin-sdk-go/backend
#### compatible changes
AppInstanceSettings.APIVersion: added
DataSourceInstanceSettings.APIVersion: added
PluginContext.APIVersion: added
### github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2
#### compatible changes
(*AppInstanceSettings).GetApiVersion: added
(*DataSourceInstanceSettings).GetApiVersion: added
(*PluginContext).GetApiVersion: added
AppInstanceSettings.ApiVersion: added
DataSourceInstanceSettings.ApiVersion: added
PluginContext.ApiVersion: added
### summary
v0.230.0 is a valid semantic version for this release.

Full Changelog: grafana/grafana-plugin-sdk-go@v0.229.0...v0.230.0

v0.229.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.228.0...v0.229.0

Compatibility

gorelease -base v0.228.0 -version v0.229.0
### github.com/grafana/grafana-plugin-sdk-go/experimental/apis/data/v0alpha1
#### compatible changes
(*DataSourceRef).UnmarshalJSON: added
### summary
v0.229.0 is a valid semantic version for this release.

v0.228.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.227.0...v0.228.0

Compatibility

gorelease -base v0.227.0 -version v0.228.0
### summary
v0.228.0 is a valid semantic version for this release.

v0.227.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.226.0...v0.227.0

Compatibility

gorelease -base v0.226.0 -version v0.227.0
### summary
v0.227.0 is a valid semantic version for this release.

v0.226.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.225.0...v0.226.0

Compatibility

gorelease -base v0.225.0 -version v0.226.0
### summary
v0.226.0 is a valid semantic version for this release.

v0.225.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.224.0...v0.225.0

v0.224.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.223.0...v0.224.0

Compatibility

gorelease -base=v0.223.0 -version=v0.224.0
### github.com/grafana/grafana-plugin-sdk-go/backend
#### compatible changes
GRPCServeOpts: added
### summary
v0.224.0 is a valid semantic version for this release.

v0.223.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.222.0...v0.223.0

Compatibility

gorelease -base=v0.222.0 -version=v0.223.0
### github.com/grafana/grafana-plugin-sdk-go/backend
#### compatible changes
(*DataSourceInstanceSettings).ProxyOptionsFromContext: added
### summary
v0.223.0 is a valid semantic version for this release.

v0.222.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.221.0...v0.222.0

v0.221.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.220.0...v0.221.0

Compatibility

gorelease -base=v0.220.0 -version=v0.221.0 
### github.com/grafana/grafana-plugin-sdk-go/backend
#### compatible changes
WithTenant: added
### summary
v0.221.0 is a valid semantic version for this release.

v0.220.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.219.0...v0.220.0

Compatibility

gorelease -base v0.219.0 -version v0.220.0
### github.com/grafana/grafana-plugin-sdk-go/experimental/schemabuilder
#### compatible changes
(*Builder).Reflector: added
### github.com/grafana/grafana-plugin-sdk-go/experimental/schemabuilder/example
#### compatible changes
DummyValueA: added
DummyValueB: added
### summary
v0.220.0 is a valid semantic version for this release.

v0.219.0

Compare Source

What's Changed

  • build(deps): bump github.com/apache/a

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

Copy link
Contributor Author

renovate bot commented Sep 19, 2024

ℹ 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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.16 -> 1.21

@renovate renovate bot force-pushed the renovate/go-github.com-grafana-grafana-plugin-sdk-go-vulnerability branch from 6d7422e to 9656ddb Compare November 13, 2024 22:51
@renovate renovate bot force-pushed the renovate/go-github.com-grafana-grafana-plugin-sdk-go-vulnerability branch from 9656ddb to b792a68 Compare December 22, 2024 17:07
@renovate renovate bot force-pushed the renovate/go-github.com-grafana-grafana-plugin-sdk-go-vulnerability branch from b792a68 to 6151356 Compare March 3, 2025 16:22
@renovate renovate bot force-pushed the renovate/go-github.com-grafana-grafana-plugin-sdk-go-vulnerability branch from 6151356 to cf2e3e8 Compare March 11, 2025 11:54
@renovate renovate bot force-pushed the renovate/go-github.com-grafana-grafana-plugin-sdk-go-vulnerability branch from cf2e3e8 to e14508c Compare April 8, 2025 11:20
@renovate renovate bot force-pushed the renovate/go-github.com-grafana-grafana-plugin-sdk-go-vulnerability branch from e14508c to e97654c Compare May 7, 2025 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants