Commit 0eb4ff0
authored
Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.283.0 to 0.284.0 (#161)
Bumps
[github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go)
from 0.283.0 to 0.284.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grafana/grafana-plugin-sdk-go/releases">github.com/grafana/grafana-plugin-sdk-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.284.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Vendor JSON schema to avoid network calls in tests by <a
href="https://github.com/wbrowne"><code>@wbrowne</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1434">grafana/grafana-plugin-sdk-go#1434</a></li>
<li>chore(deps): Update module golang.org/x/sys to v0.38.0 by <a
href="https://github.com/renovate-sh-app"><code>@renovate-sh-app</code></a>[bot]
in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1436">grafana/grafana-plugin-sdk-go#1436</a></li>
<li>Fix: only build middleware chain once by <a
href="https://github.com/njvrzm"><code>@njvrzm</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1437">grafana/grafana-plugin-sdk-go#1437</a></li>
<li>chore(deps): Update GitHub Actions (major) by <a
href="https://github.com/renovate-sh-app"><code>@renovate-sh-app</code></a>[bot]
in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1388">grafana/grafana-plugin-sdk-go#1388</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.283.0...v0.284.0">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.283.0...v0.284.0</a></p>
<h2>Compatibility</h2>
<p>Note: The below are false positives. The changes are due to a change
in method receiver types (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1437#issuecomment-3570860849">context</a>)</p>
<pre><code>❯ gorelease -base v0.283.0 -version v0.284.0
<h1>github.com/grafana/grafana-plugin-sdk-go/backend</h1>
<h2>incompatible changes</h2>
<p>MiddlewareHandler.CallResource: removed
MiddlewareHandler.CheckHealth: removed
MiddlewareHandler.CollectMetrics: removed
MiddlewareHandler.ConvertObjects: removed
MiddlewareHandler.MutateAdmission: removed
MiddlewareHandler.PublishStream: removed
MiddlewareHandler.RunStream: removed
MiddlewareHandler.SubscribeStream: removed
MiddlewareHandler.ValidateAdmission: removed
MiddlewareHandler: no longer implements AdmissionHandler</p>
<h1>summary</h1>
<p>v0.284.0 is a valid semantic version for this release.
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/d1f5bf119d82d650abfabe8d156d48b51c105920"><code>d1f5bf1</code></a>
chore(deps): Update GitHub Actions (major) (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1388">#1388</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/055c27c20ec5f5e265333cc801b313865663147b"><code>055c27c</code></a>
Fix: only build middleware chain once (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1437">#1437</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/e1a0384e0328334c8c653b7a094c7451c95e6c6e"><code>e1a0384</code></a>
chore(deps): Update module golang.org/x/sys to v0.38.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1436">#1436</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/1392e0dd53a327a05df290cb8d43af6aa457e87e"><code>1392e0d</code></a>
vendor JSON schema to avoid network calls in tests (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1434">#1434</a>)</li>
<li>See full diff in <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.283.0...v0.284.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 73a20e5 commit 0eb4ff0
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | | - | |
| 260 | + | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments