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 [SECURITY] #67

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

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

  • 2 additional dependencies were updated

Details:

Package Change
github.com/prometheus/client_golang v1.20.1 -> v1.20.3
google.golang.org/grpc v1.65.0 -> v1.66.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants