Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2025

Bumps github.com/grafana/grafana-plugin-sdk-go from 0.278.0 to 0.280.0.

Release notes

Sourced from github.com/grafana/grafana-plugin-sdk-go's releases.

v0.280.0

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

</tr></table>

... (truncated)

Commits
  • 896568c Feat: add session token support for sigv4 to support auth service (#1410)
  • 7abb93a upgade github.com/prometheus/client_golang v1.23.0 => v1.23.2 (#1406)
  • 39c18dd Build: Rename build/info to build/buildinfo (#1405)
  • 0882e1c E2E: Move e2e mage targets to new package (#1404)
  • 7bb0803 Build: Move build info to new package (#1399)
  • 8167436 chore(deps): Update module github.com/getkin/kin-openapi to v0.133.0 (#1402)
  • 582752c chore(deps): Update OpenTelemetry packages (#1387)
  • b31c8c9 chore(deps): Update module github.com/apache/arrow-go/v18 to v18.4.1 (#1396)
  • 189431b chore(deps): Update module github.com/stretchr/testify to v1.11.1 (#1398)
  • 4683740 chore(deps): Update module github.com/grafana/pyroscope-go/godeltaprof to v0....
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 3, 2025 13:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 3, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/grafana/grafana-plugin-sdk-go-0.280.0 branch from 2455bcb to 7a0541b Compare October 6, 2025 15:42
@adamyeats
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/grafana/grafana-plugin-sdk-go-0.280.0 branch 2 times, most recently from 34a6af9 to 960c014 Compare October 13, 2025 15:15
@adamyeats adamyeats force-pushed the dependabot/go_modules/github.com/grafana/grafana-plugin-sdk-go-0.280.0 branch from c2b2194 to 541c680 Compare October 13, 2025 15:36
@adamyeats
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@adamyeats adamyeats force-pushed the dependabot/go_modules/github.com/grafana/grafana-plugin-sdk-go-0.280.0 branch 2 times, most recently from c447198 to ae7e020 Compare October 13, 2025 16:34
dependabot bot and others added 2 commits October 13, 2025 17:43
Bumps [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go) from 0.278.0 to 0.280.0.
- [Release notes](https://github.com/grafana/grafana-plugin-sdk-go/releases)
- [Commits](grafana/grafana-plugin-sdk-go@v0.278.0...v0.280.0)

---
updated-dependencies:
- dependency-name: github.com/grafana/grafana-plugin-sdk-go
  dependency-version: 0.280.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@adamyeats adamyeats force-pushed the dependabot/go_modules/github.com/grafana/grafana-plugin-sdk-go-0.280.0 branch from ae7e020 to d289c7e Compare October 13, 2025 16:44
@adamyeats adamyeats merged commit 8d0689b into main Oct 13, 2025
21 checks passed
@adamyeats adamyeats deleted the dependabot/go_modules/github.com/grafana/grafana-plugin-sdk-go-0.280.0 branch October 13, 2025 16:56
@github-project-automation github-project-automation bot moved this from Incoming to Done in Partner Datasources Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant