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

Update module github.com/grafana/grafana-plugin-sdk-go to v0.250.0 - autoclosed #34

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2023

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

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

Comp


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 993f24b to 5bd7de1 Compare April 28, 2023 12:42
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.159.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.160.0 Apr 28, 2023
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 5bd7de1 to c75b601 Compare May 4, 2023 16:18
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.160.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.161.0 May 4, 2023
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from c75b601 to 95d1a34 Compare May 23, 2023 17:32
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.161.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.162.0 May 23, 2023
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 95d1a34 to f3008cd Compare June 2, 2023 14:48
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.162.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.163.0 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from f3008cd to 91d7505 Compare June 9, 2023 14:04
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.163.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.164.0 Jun 9, 2023
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 91d7505 to 9f5b3eb Compare June 16, 2023 13:42
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.164.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.165.0 Jun 16, 2023
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 9f5b3eb to c5f4897 Compare June 26, 2023 14:19
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.165.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.166.0 Jun 26, 2023
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from c5f4897 to ee93235 Compare June 29, 2023 16:33
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.166.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.167.0 Jun 29, 2023
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from ee93235 to 7bd5a10 Compare July 4, 2023 15:27
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.167.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.168.0 Jul 4, 2023
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 7bd5a10 to faaa659 Compare July 13, 2023 14:50
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.168.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.169.0 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from faaa659 to a911dcc Compare July 17, 2023 13:13
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.169.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.170.0 Jul 17, 2023
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from a911dcc to 8355978 Compare July 17, 2023 22:53
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.170.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.171.0 Jul 17, 2023
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 8355978 to a2f2df0 Compare August 7, 2023 16:09
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.171.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.172.0 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from a2f2df0 to 2565baf Compare August 18, 2023 19:15
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.172.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.173.0 Aug 18, 2023
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.173.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.174.0 Aug 29, 2023
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 2565baf to 5dec8d3 Compare August 29, 2023 15:02
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from e8f2d81 to c179f0e Compare July 9, 2024 20:59
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.236.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.238.0 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from c179f0e to 5c70b56 Compare July 10, 2024 12:20
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.238.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.239.0 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 5c70b56 to 7f04970 Compare July 12, 2024 17:26
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.239.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.240.0 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 7f04970 to 97bba1e Compare July 23, 2024 17:17
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.240.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.241.0 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 97bba1e to b39ff9a Compare August 1, 2024 16:08
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.241.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.242.0 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from b39ff9a to 646b041 Compare August 15, 2024 20:13
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.242.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.243.0 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 646b041 to dd74402 Compare August 19, 2024 11:15
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.243.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.244.0 Aug 19, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from dd74402 to 7d17d1a Compare August 28, 2024 21:01
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.244.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.245.0 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 7d17d1a to 37b830c Compare September 4, 2024 17:14
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.245.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.246.0 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 37b830c to 16c45d7 Compare September 9, 2024 11:38
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.246.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.247.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 16c45d7 to 783019c Compare September 11, 2024 11:47
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.247.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.248.0 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 783019c to 3c8f8b4 Compare September 18, 2024 10:06
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.248.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.249.0 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 3c8f8b4 to 9da3bb3 Compare September 19, 2024 11:39
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.249.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.250.0 Sep 19, 2024
@renovate renovate bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.250.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.250.0 - autoclosed Sep 19, 2024
@renovate renovate bot closed this Sep 19, 2024
@renovate renovate bot deleted the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch September 19, 2024 19:50
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