Update module github.com/grafana/grafana-plugin-sdk-go to v0.250.0 [SECURITY] #46
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.158.0
->v0.250.0
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
v0.249.0
Compare Source
What's Changed
New Contributors
Full Changelog: grafana/grafana-plugin-sdk-go@v0.248.0...v0.249.0
Compatibility
v0.248.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.247.0...v0.248.0
Compatibility
v0.247.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.246.0...v0.247.0
Compatibility
v0.246.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.245.0...v0.246.0
Compatibility
v0.245.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.244.0...v0.245.0
Compatibility
v0.244.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.243.0...v0.244.0
Compatibility
v0.243.0
Compare Source
What's Changed
New Contributors
Full Changelog: grafana/grafana-plugin-sdk-go@v0.242.0...v0.243.0
Compatibility
v0.242.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.241.0...v0.242.0
Compatibility
v0.241.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.240.0...v0.241.0
Compatibility
v0.240.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.239.0...v0.240.0
Compatibility
v0.239.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.238.0...v0.239.0
Compatibility
v0.238.0
Compare Source
What's Changed
Breaking changes
Removes support for the environment variable
GF_PLUGIN_PROFILING_CONTENTION
and the variablebackend.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
v0.237.0
Compare Source
What's Changed
Deprecation changes
httpadapter.PluginConfigFromContext
andhttpadapter.UserFromContext
has been marked as deprecated and might be removed in the future. Please usebackend.PluginConfigFromContext
andbackend.UserFromContext
instead.datasource.Serve
andbackend.Serve
has been marked as deprecated and might be removed in the future. Please usedatasource.Manage
instead, see https://github.com/grafana/grafana-plugin-examples/blob/main/examples/datasource-basic/pkg/main.go#L20 for an example.New Contributors
Full Changelog: grafana/grafana-plugin-sdk-go@v0.236.0...v0.237.0
Compatibility
v0.236.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.235.0...v0.236.0
Compatibility
v0.235.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.234.0...v0.235.0
Compatibility
v0.234.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.233.0...v0.234.0
Compatibility
v0.233.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.232.0...v0.233.0
Compatibility
v0.232.0
Compare Source
What's Changed
Compatibility
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
v0.230.0
Compare Source
What's Changed
Compatibility
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
v0.228.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.227.0...v0.228.0
Compatibility
v0.227.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.226.0...v0.227.0
Compatibility
v0.226.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.225.0...v0.226.0
Compatibility
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
v0.223.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.222.0...v0.223.0
Compatibility
v0.222.0
Compare Source
What's Changed
scanType
value isnil
by @aangelisc in https://github.com/grafana/grafana-plugin-sdk-go/pull/951Full 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
v0.220.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.219.0...v0.220.0
Compatibility
v0.219.0
Compare Source
What's Changed
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.
This PR was generated by Mend Renovate. View the repository job log.