Commit 778b06b
authored
Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.277.1 to 0.278.0 (#482)
Bumps
[github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go)
from 0.277.1 to 0.278.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.278.0</h2>
<h2>What's Changed</h2>
<ul>
<li>build(deps): bump actions/setup-go from 5.3.0 to 5.5.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1314">grafana/grafana-plugin-sdk-go#1314</a></li>
<li>build(deps): bump golang.org/x/text from 0.24.0 to 0.25.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1316">grafana/grafana-plugin-sdk-go#1316</a></li>
<li>build(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1317">grafana/grafana-plugin-sdk-go#1317</a></li>
<li>When calling httpclient.New without any options return a new client
with default configuration by <a
href="https://github.com/DanCech"><code>@DanCech</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1312">grafana/grafana-plugin-sdk-go#1312</a></li>
<li>build(deps): bump google.golang.org/grpc from 1.71.1 to 1.72.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1321">grafana/grafana-plugin-sdk-go#1321</a></li>
<li>build(deps): bump github.com/prometheus/common from 0.63.0 to 0.64.0
by <a href="https://github.com/dependabot"><code>@dependabot</code></a>
in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1319">grafana/grafana-plugin-sdk-go#1319</a></li>
<li>build(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1320">grafana/grafana-plugin-sdk-go#1320</a></li>
<li>build(deps): bump github.com/apache/arrow-go/v18 from 18.2.0 to
18.3.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1318">grafana/grafana-plugin-sdk-go#1318</a></li>
<li>build(deps): bump go.opentelemetry.io/contrib/samplers/jaegerremote
from 0.29.0 to 0.30.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1323">grafana/grafana-plugin-sdk-go#1323</a></li>
<li>build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace
from 1.35.0 to 1.36.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1325">grafana/grafana-plugin-sdk-go#1325</a></li>
<li>feat: add custom error type for unsupported column types by <a
href="https://github.com/dgiagio"><code>@dgiagio</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1326">grafana/grafana-plugin-sdk-go#1326</a></li>
<li>build(deps): bump go.opentelemetry.io/contrib/propagators/jaeger
from 1.35.0 to 1.36.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1328">grafana/grafana-plugin-sdk-go#1328</a></li>
<li>build(deps): bump
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from
1.35.0 to 1.36.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1329">grafana/grafana-plugin-sdk-go#1329</a></li>
<li>build(deps): bump google.golang.org/grpc from 1.72.1 to 1.73.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1332">grafana/grafana-plugin-sdk-go#1332</a></li>
<li>build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1334">grafana/grafana-plugin-sdk-go#1334</a></li>
<li>build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1335">grafana/grafana-plugin-sdk-go#1335</a></li>
<li>experimental: conversions: add test by <a
href="https://github.com/gabor"><code>@gabor</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1337">grafana/grafana-plugin-sdk-go#1337</a></li>
<li>build(deps): bump
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
from 0.60.0 to 0.61.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1338">grafana/grafana-plugin-sdk-go#1338</a></li>
<li>build(deps): bump
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus from
1.0.1 to 1.1.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1339">grafana/grafana-plugin-sdk-go#1339</a></li>
<li>experimental: apis: do not default to refid=A by <a
href="https://github.com/gabor"><code>@gabor</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1336">grafana/grafana-plugin-sdk-go#1336</a></li>
</ul>
<h2>Change in experimental behavior</h2>
<p>The experimental <code>ToDataSourceQueries</code> function was
changed to be more compatible with the behavior of the
<code>/api/ds/query</code> API: if an empty <code>refId</code> is
received, it is now not updated to <code>"A"</code> (see <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1336">grafana/grafana-plugin-sdk-go#1336</a>)</p>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/DanCech"><code>@DanCech</code></a> made
their first contribution in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1312">grafana/grafana-plugin-sdk-go#1312</a></li>
<li><a href="https://github.com/dgiagio"><code>@dgiagio</code></a> made
their first contribution in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1326">grafana/grafana-plugin-sdk-go#1326</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.277.1...v0.278.0">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.277.1...v0.278.0</a></p>
<h2>Compatibility</h2>
<pre><code>gorelease -base v0.277.1 -version v0.278.0
# github.com/grafana/grafana-plugin-sdk-go/data/sqlutil
## compatible changes
ErrColumnTypeNotSupported: added
<h1>summary</h1>
<p>v0.278.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/c278ab7bbb7bb2cd4bfa84c5aaa0d1d91e7774e5"><code>c278ab7</code></a>
experimental: apis: do not default to refid=A (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1336">#1336</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/209d18a20708b2edac8e3eda8b773e5d9145e7b6"><code>209d18a</code></a>
build(deps): bump
github.com/grpc-ecosystem/go-grpc-middleware/providers/prom...</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/2b24e0a8e1dc4be3f6da7ff8b7b26b205c3afd9e"><code>2b24e0a</code></a>
build(deps): bump
go.opentelemetry.io/contrib/instrumentation/net/http/httptr...</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/040eb94a324e2063ddfd5896dc3f0107e3f89756"><code>040eb94</code></a>
experimental: conversions: add test (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1337">#1337</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/c90a9346566d7dd284ef2dc6db8c37892ae9bfcb"><code>c90a934</code></a>
build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1335">#1335</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/4d000e5e8ee035b3a9d96c35b987bcd763e910ad"><code>4d000e5</code></a>
build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1334">#1334</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/129ec2877d3d5afd057b60d33905727b7dc9eb5e"><code>129ec28</code></a>
build(deps): bump google.golang.org/grpc from 1.72.1 to 1.73.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1332">#1332</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/392d0618babd10947a97568e50b6e92e6f081485"><code>392d061</code></a>
build(deps): bump
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptrace...</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/f4037701cff836b775cb83d791022609fa78eb5d"><code>f403770</code></a>
build(deps): bump go.opentelemetry.io/contrib/propagators/jaeger (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1328">#1328</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/20c9ac2f6b2da3b623bba37c0935b235ea81a305"><code>20c9ac2</code></a>
feat: add custom error type for unsupported column types (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1326">#1326</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.277.1...v0.278.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 d7abcb6 commit 778b06b
2 files changed
+101
-93
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 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
91 | | - | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
103 | | - | |
| 105 | + | |
104 | 106 | | |
105 | | - | |
106 | | - | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | | - | |
110 | | - | |
111 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | | - | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
0 commit comments