Skip to content

Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.279.0 to 0.280.0#513

Merged
itsmylife merged 1 commit intomainfrom
dependabot/go_modules/github.com/grafana/grafana-plugin-sdk-go-0.280.0
Oct 6, 2025
Merged

Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.279.0 to 0.280.0#513
itsmylife merged 1 commit intomainfrom
dependabot/go_modules/github.com/grafana/grafana-plugin-sdk-go-0.280.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 6, 2025

Bumps github.com/grafana/grafana-plugin-sdk-go from 0.279.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 6, 2025
@dependabot dependabot Bot requested a review from a team as a code owner October 6, 2025 06:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 6, 2025
@itsmylife
Copy link
Copy Markdown
Contributor

@dependabot rebase

…-plugin-sdk-go

Bumps [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go) from 0.279.0 to 0.280.0.
- [Release notes](https://github.com/grafana/grafana-plugin-sdk-go/releases)
- [Commits](grafana/grafana-plugin-sdk-go@v0.279.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] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/grafana/grafana-plugin-sdk-go-0.280.0 branch from 8152176 to 5519733 Compare October 6, 2025 13:54
@itsmylife itsmylife enabled auto-merge (squash) October 6, 2025 13:58
@itsmylife itsmylife merged commit 521a706 into main Oct 6, 2025
10 checks passed
@itsmylife itsmylife deleted the dependabot/go_modules/github.com/grafana/grafana-plugin-sdk-go-0.280.0 branch October 6, 2025 13:59
@github-project-automation github-project-automation Bot moved this to Complete in OSS Big Tent Oct 6, 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: Complete

Development

Successfully merging this pull request may close these issues.

1 participant