Skip to content

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Apr 26, 2025

This PR contains the following updates:

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

Release Notes

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

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.

v0.278.0

Compare Source

What's Changed

Change in experimental behavior

The experimental ToDataSourceQueries function was changed to be more compatible with the behavior of the /api/ds/query API: if an empty refId is received, it is now not updated to "A" (see #​1336)

New Contributors

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

Compatibility

gorelease -base v0.277.1 -version v0.278.0

### github.com/grafana/grafana-plugin-sdk-go/data/sqlutil
#### compatible changes
ErrColumnTypeNotSupported: added

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

v0.277.1

Compare Source

What's Changed

New Contributors

Compatibility


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

Full Changelog: grafana/grafana-plugin-sdk-go@v0.277.0...v0.277.1

v0.277.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.276.0...v0.277.0

$ gorelease -base v0.276.0 -version v0.277.0

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

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

v0.276.0

Compare Source

What's Changed

  • Fix: return clone of http.DefaultTransport from GetTransport() with no arguments by @​njvrzm in #​1296

Full Changelog: grafana/grafana-plugin-sdk-go@v0.275.0...v0.276.0

Compatibility

❯ gorelease -base v0.275.0 -version v0.276.0

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

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

v0.275.0

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.274.0...v0.275.0

Compatibility

gorelease -base v0.274.0 -version v0.275.0

### github.com/grafana/grafana-plugin-sdk-go/live
#### compatible changes
ScopeWatch: added

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

v0.274.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.273.0...v0.274.0

Compatibility

gorelease -base=v0.273.0 -version=v0.274.0 

### github.com/grafana/grafana-plugin-sdk-go/build
#### compatible changes
TestRace: added

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

v0.273.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.272.0...v0.273.0

Compatibility

gorelease -base=v0.272.0 -version=v0.273.0

### github.com/grafana/grafana-plugin-sdk-go/build
#### compatible changes
Build.Custom: added

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

v0.272.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.271.0...v0.272.0

Compatibility

gorelease -base=v0.271.0 -version=v0.272.0

### github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2
#### compatible changes
(*PublishStreamRequest).GetHeaders: added
(*RunStreamRequest).GetHeaders: added
(*SubscribeStreamRequest).GetHeaders: added
PublishStreamRequest.Headers: added
RunStreamRequest.Headers: added
SubscribeStreamRequest.Headers: added

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

v0.271.0

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.270.0...v0.271.0

Compatibility

gorelease -base v0.270.0 -version v0.271.0

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

v0.270.0

Compare Source

What's Changed

  • Add support for forwarding HTTP headers for streaming requests by @​wbrowne in #​1253
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.59.0 to 0.60.0 by @​dependabot in #​1258
  • build(deps): bump github.com/grpc-ecosystem/go-grpc-middleware/v2 from 2.2.0 to 2.3.1 by @​dependabot in #​1261
  • Support running nested plugins via standalone when debugging by @​wbrowne in #​1255

Full Changelog: grafana/grafana-plugin-sdk-go@v0.269.1...v0.270.0

Compatibility

❯ gorelease -base=v0.269.1 -version=v0.270.0

### github.com/grafana/grafana-plugin-sdk-go/backend
#### compatible changes
(*PublishStreamRequest).DeleteHTTPHeader: added
(*PublishStreamRequest).GetHTTPHeader: added
(*PublishStreamRequest).GetHTTPHeaders: added
(*PublishStreamRequest).SetHTTPHeader: added
(*RunStreamRequest).DeleteHTTPHeader: added
(*RunStreamRequest).GetHTTPHeader: added
(*RunStreamRequest).GetHTTPHeaders: added
(*RunStreamRequest).SetHTTPHeader: added
(*SubscribeStreamRequest).DeleteHTTPHeader: added
(*SubscribeStreamRequest).GetHTTPHeader: added
(*SubscribeStreamRequest).GetHTTPHeaders: added
(*SubscribeStreamRequest).SetHTTPHeader: added
PublishStreamRequest.Headers: added
RunStreamRequest.Headers: added
SubscribeStreamRequest.Headers: added

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

v0.269.1

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.269.0...v0.269.1

Compatibility

❯ gorelease -base v0.269.0 -version v0.269.1

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

v0.269.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.268.1...v0.269.0

Compatibility

gorelease -base v0.268.1 -version v0.269.0

### github.com/grafana/grafana-plugin-sdk-go/data
#### compatible changes
ErrorInputFieldsWithoutRowsWideSeries: added

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

v0.268.1

Compare Source

What's Changed

  • fix: include Data field when converting PublishStreamRequest by @​sd2k in #​1248

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.268.0...v0.268.1

v0.268.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.267.0...v0.268.0

Compatibility

gorelease -base v0.267.0 -version v0.268.0

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

v0.267.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.266.0...v0.267.0

Compatibility

gorelease -base v0.266.0 -version v0.267.0

### github.com/grafana/grafana-plugin-sdk-go/data/utils/jsoniter
#### compatible changes
(*Iterator).ReadStringAsSlice: added

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

v0.266.0

Compare Source

What's Changed

New Contributors

Full Changelog: grafana/grafana-plugin-sdk-go@v0.265.0...v0.266.0

Compatibility

gorelease -base v0.265.0 -version v0.266.0

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

### github.com/grafana/grafana-plugin-sdk-go/data/sqlutil
#### compatible changes
ErrorUnexpectedTypeConversion: added

### github.com/grafana/grafana-plugin-sdk-go/experimental/status
#### compatible changes
PluginErrorf: added

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

v0.265.0

Compare Source

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.264.0...v0.265.0

Compatibility

From the experimental package we removed the unused QueryDataClient interface and NewQueryDataClient function, and their dependencies.

gorelease -base v0.264.0 -version v0.265.0

### github.com/grafana/grafana-plugin-sdk-go/experimental/apis/data/v0alpha1
#### incompatible changes
ErrTransport: removed
NewQueryDataClient: removed
QueryDataClient: removed
Status: removed

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

v0.264.0

Compare Source

What's Changed

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

Compatibility

gorelease -base v0.263.0 -version v0.264.0

### github.com/grafana/grafana-plugin-sdk-go/data
#### compatible changes
(*Field).NilAt: added
(*Frame).NilAt: added
(*Frame).SetRefID: added

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

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

</details>

---

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/GoogleCloudPlatform/cloud-logging-data-source-plugin).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Copy link

forking-renovate bot commented Apr 26, 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):

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

Details:

Package Change
go 1.23.0 -> 1.24.1
golang.org/x/oauth2 v0.29.0 -> v0.30.0
google.golang.org/genproto/googleapis/api v0.0.0-20250425173222-7b384671a197 -> v0.0.0-20250519155744-55703ea1f237
github.com/BurntSushi/toml v1.3.2 -> v1.4.0
github.com/chromedp/cdproto v0.0.0-20220208224320-6efb837e6bc2 -> v0.0.0-20250429231605-6ed5b53462d4
github.com/cpuguy83/go-md2man/v2 v2.0.4 -> v2.0.5
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/elazarl/goproxy v1.2.1 -> v1.7.2
github.com/getkin/kin-openapi v0.124.0 -> v0.132.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.2 -> v0.10.5
github.com/google/flatbuffers v23.5.26+incompatible -> v25.2.10+incompatible
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 -> v1.1.0
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 -> v2.3.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 -> v2.26.3
github.com/hashicorp/go-plugin v1.6.1 -> v1.6.3
github.com/klauspost/compress v1.17.9 -> v1.18.0
github.com/klauspost/cpuid/v2 v2.2.5 -> v2.2.10
github.com/mattn/go-isatty v0.0.19 -> v0.0.20
github.com/mattn/go-runewidth v0.0.14 -> v0.0.16
github.com/pierrec/lz4/v4 v4.1.18 -> v4.1.22
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
github.com/prometheus/client_golang v1.20.3 -> v1.20.5
github.com/prometheus/client_model v0.6.1 -> v0.6.2
github.com/prometheus/common v0.55.0 -> v0.64.0
github.com/urfave/cli v1.22.15 -> v1.22.16
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.53.0 -> v0.61.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 -> v0.61.0
go.opentelemetry.io/contrib/propagators/jaeger v1.29.0 -> v1.36.0
go.opentelemetry.io/contrib/samplers/jaegerremote v0.23.0 -> v0.30.0
go.opentelemetry.io/otel v1.35.0 -> v1.36.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 -> v1.36.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 -> v1.36.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.36.0
go.opentelemetry.io/otel/sdk v1.35.0 -> v1.36.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.36.0
go.opentelemetry.io/proto/otlp v1.3.1 -> v1.6.0
golang.org/x/crypto v0.37.0 -> v0.39.0
golang.org/x/exp v0.0.0-20231006140011-7918f672742d -> v0.0.0-20240909161429-701f63a606c0
golang.org/x/mod v0.17.0 -> v0.25.0
golang.org/x/net v0.39.0 -> v0.41.0
golang.org/x/sync v0.13.0 -> v0.15.0
golang.org/x/sys v0.32.0 -> v0.33.0
golang.org/x/text v0.24.0 -> v0.26.0
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d -> v0.33.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 -> v0.0.0-20240903120638-7835f813f4da
google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e -> v0.0.0-20250519155744-55703ea1f237
google.golang.org/grpc v1.71.1 -> v1.73.0

@renovate-bot renovate-bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 72a94b6 to bc50915 Compare May 8, 2025 14:14
@renovate-bot renovate-bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.277.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.277.1 May 8, 2025
@renovate-bot renovate-bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from bc50915 to 92fcb9a Compare May 19, 2025 22:07
@renovate-bot renovate-bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from 92fcb9a to c338502 Compare June 25, 2025 16:29
@renovate-bot renovate-bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.277.1 Update module github.com/grafana/grafana-plugin-sdk-go to v0.278.0 Jun 25, 2025
@renovate-bot renovate-bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from c338502 to be204be Compare August 31, 2025 12:51
@renovate-bot renovate-bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.278.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.279.0 Aug 31, 2025
Copy link

forking-renovate bot commented Aug 31, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: module github.com/grafana/[email protected] requires go >= 1.24.6; switching to go1.24.8
go: downloading go1.24.8 (linux/amd64)
go: download go1.24.8: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate-bot renovate-bot force-pushed the renovate/github.com-grafana-grafana-plugin-sdk-go-0.x branch from be204be to 25b27f2 Compare October 2, 2025 16:38
@renovate-bot renovate-bot changed the title Update module github.com/grafana/grafana-plugin-sdk-go to v0.279.0 Update module github.com/grafana/grafana-plugin-sdk-go to v0.280.0 Oct 2, 2025
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.

1 participant