Commit da7241e
authored
Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.276.0 to 0.277.0 (#452)
Bumps
[github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go)
from 0.276.0 to 0.277.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.277.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Make query.schema.json compliant with openapi v2 by <a
href="https://github.com/ArturWierzbicki"><code>@ArturWierzbicki</code></a>
<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1297">grafana/grafana-plugin-sdk-go#1297</a></li>
<li>ParseHTTPSettings: Add guards for boolean fields by <a
href="https://github.com/idastambuk"><code>@idastambuk</code></a> <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1302">grafana/grafana-plugin-sdk-go#1302</a></li>
<li>Adds NewHTTPTransport function to httpclient by <a
href="https://github.com/beejeebus"><code>@beejeebus</code></a> <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1303">grafana/grafana-plugin-sdk-go#1303</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.276.0...v0.277.0">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.276.0...v0.277.0</a></p>
<pre><code>$ gorelease -base v0.276.0 -version v0.277.0
# github.com/grafana/grafana-plugin-sdk-go/backend/httpclient
## compatible changes
NewHTTPTransport: added
<h1>summary</h1>
<p>v0.277.0 is a valid semantic version for this release.<br />
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/6965c310a2c37a228f05d8e7c07c8aab1858a70f"><code>6965c31</code></a>
Adds NewHTTPTransport function to httpclient (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1303">#1303</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/f8bcc37637a27f12f15d7101b840a8a89b58a37a"><code>f8bcc37</code></a>
ParseHTTPSettings: Add guards for boolean fields</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/2ff3db9a7816c3f302335e174b5917aa2767595b"><code>2ff3db9</code></a>
Make <code>query.schema.json</code> compliant with openapi v2 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1297">#1297</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/a259df9dd403eed26b46e132370028726f8c141f"><code>a259df9</code></a>
build(deps): bump golang.org/x/net from 0.37.0 to 0.39.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1298">#1298</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/6fdbc91aac8159f6b2234224ac9719fc8a40e432"><code>6fdbc91</code></a>
build(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1301">#1301</a>)</li>
<li>See full diff in <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.276.0...v0.277.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 89b9b54 commit da7241e
2 files changed
+15
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
| 92 | + | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | | - | |
| 279 | + | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
294 | | - | |
| 293 | + | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
318 | | - | |
| 317 | + | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
323 | | - | |
| 322 | + | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
0 commit comments