Commit a0768f1
Bump the all group across 1 directory with 3 updates (#1340)
Bumps the all group with 3 updates in the /plugin directory:
[github.com/grafana/grafana-app-sdk](https://github.com/grafana/grafana-app-sdk),
[github.com/grafana/grafana-app-sdk/logging](https://github.com/grafana/grafana-app-sdk)
and
[github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go).
Updates `github.com/grafana/grafana-app-sdk` from 0.52.1 to 0.53.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grafana/grafana-app-sdk/releases">github.com/grafana/grafana-app-sdk's
releases</a>.</em></p>
<blockquote>
<h2>v0.53.1</h2>
<h2>Changelog</h2>
<ul>
<li>3890d7d251e9dc1f15dffcad16f0202455acf22a Bump
go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1334">#1334</a>)</li>
<li>a493f10b58d39843a5bc6bc6dadc9ff1c021d55f Fix webhook version
handling for multi-version CRDs (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1324">#1324</a>)</li>
<li>029ebbe203fb62df2179e14cc12994cbde99212d Revert linter version in
Makefile to match the actions version (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1337">#1337</a>)</li>
<li>64471e571a145b63cee5b19cb13aa8ef7fab3b26 Update cog to v0.1.7 (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1336">#1336</a>)</li>
<li>5efaffb6e77ca75c1ff522d9bcfeb998aaa4de9c
fix(regenerate-codegen-test-files): fix regenerate-codegen-test-file
make target script (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1329">#1329</a>)</li>
</ul>
<h2>v0.53.0</h2>
<h2>Breaking Changes</h2>
<h3>Legacy manifest format removed (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>)</h3>
<p>The <code>perKindVersion</code> codegen config option and support for
the old manifest format have been fully removed. If your project sets
<code>perKindVersion</code> in its codegen config, or still uses the old
manifest style (kinds containing versions, rather than versions
containing kinds), you <strong>must</strong> migrate before upgrading.
See the <a
href="https://github.com/grafana/grafana-app-sdk/blob/main/docs/migrations/v0.40.md">v0.40
migration guide</a> for step-by-step instructions.</p>
<h2>What's Changed</h2>
<ul>
<li><strong>[codegen] Refactor CUE parser and remove legacy
manifest</strong> (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>)
— Rewrites the CUE-to-codegen parser to use structured
<code>cue.Value.Decode()</code> into typed Go structs, removing ~400
lines of manual parsing. Removes ~300 lines of deprecated legacy
manifest support.</li>
<li><strong>fix: update cog to v0.1.6 to fix regex bug</strong> (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1320">#1320</a>)
— Updates cog to pick up a fix where CUE string constraints (regex
patterns,
<code>strings.MinRunes</code><code>grafana/cog#1064</code></li>
<li><strong>fix: local cluster name must be valid RFC 1123
hostname</strong> (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1322">#1322</a>)
— Sanitizes Go module paths into valid k3d cluster names (e.g.
<code>github.com/grafana/app</code> → <code>grafana-app</code>).</li>
</ul>
<h2>Changelog</h2>
<ul>
<li>763a13c4 [codegen] refactor cue parser and remove legacy manifest
(<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>)</li>
<li>75410f35 fix: update cog to v0.1.6 to fix regex bug (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1320">#1320</a>)</li>
<li>c9bb9dba fix: local cluster name must be valid RFC 1123 hostname (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1322">#1322</a>)</li>
</ul>
<h2>v0.52.2</h2>
<h2>Changelog</h2>
<ul>
<li>85d5e76501e417b1f6c42f533282afcdadbce464 Bump the all group in
/plugin with 2 updates (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1307">#1307</a>)</li>
<li>ad3a106ee0a84a06a89210e016845a8ac204e53c fix(cog): update cog
containing fix for regex patterns in CRDs (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1314">#1314</a>)</li>
<li>bf0433fc1faf46f4752356e65ca6b3ee0e602488 logs: added embedded logger
into simple.App conversion/admission & custom routes (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1310">#1310</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/029ebbe203fb62df2179e14cc12994cbde99212d"><code>029ebbe</code></a>
Revert linter version in Makefile to match the actions version (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1337">#1337</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/64471e571a145b63cee5b19cb13aa8ef7fab3b26"><code>64471e5</code></a>
Update cog to v0.1.7 (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1336">#1336</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/3890d7d251e9dc1f15dffcad16f0202455acf22a"><code>3890d7d</code></a>
Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1334">#1334</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/5efaffb6e77ca75c1ff522d9bcfeb998aaa4de9c"><code>5efaffb</code></a>
fix(regenerate-codegen-test-files): fix regenerate-codegen-test-file
make tar...</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/a493f10b58d39843a5bc6bc6dadc9ff1c021d55f"><code>a493f10</code></a>
Fix webhook version handling for multi-version CRDs (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1324">#1324</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/c9bb9dba78605e76177998d3107a465b725d2eca"><code>c9bb9db</code></a>
fix: local cluster name must be valid RFC 1123 hostname (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1322">#1322</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/75410f35f1e46659161944c87ca6361830767b53"><code>75410f3</code></a>
fix: update cog to v0.1.6 to fix regex bug (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1320">#1320</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/763a13c43a69bfafdb0141c21f387a80890d917e"><code>763a13c</code></a>
[codegen] refactor cue parser and remove legacy manifest (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/ad3a106ee0a84a06a89210e016845a8ac204e53c"><code>ad3a106</code></a>
fix(cog): update cog containing fix for regex patterns in CRDs (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1314">#1314</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/bf0433fc1faf46f4752356e65ca6b3ee0e602488"><code>bf0433f</code></a>
logs: added embedded logger into simple.App conversion/admission &
custom rou...</li>
<li>Additional commits viewable in <a
href="https://github.com/grafana/grafana-app-sdk/compare/v0.52.1...v0.53.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/grafana/grafana-app-sdk/logging` from 0.52.1 to
0.53.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grafana/grafana-app-sdk/releases">github.com/grafana/grafana-app-sdk/logging's
releases</a>.</em></p>
<blockquote>
<h2>v0.53.1</h2>
<h2>Changelog</h2>
<ul>
<li>3890d7d251e9dc1f15dffcad16f0202455acf22a Bump
go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1334">#1334</a>)</li>
<li>a493f10b58d39843a5bc6bc6dadc9ff1c021d55f Fix webhook version
handling for multi-version CRDs (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1324">#1324</a>)</li>
<li>029ebbe203fb62df2179e14cc12994cbde99212d Revert linter version in
Makefile to match the actions version (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1337">#1337</a>)</li>
<li>64471e571a145b63cee5b19cb13aa8ef7fab3b26 Update cog to v0.1.7 (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1336">#1336</a>)</li>
<li>5efaffb6e77ca75c1ff522d9bcfeb998aaa4de9c
fix(regenerate-codegen-test-files): fix regenerate-codegen-test-file
make target script (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1329">#1329</a>)</li>
</ul>
<h2>v0.53.0</h2>
<h2>Breaking Changes</h2>
<h3>Legacy manifest format removed (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>)</h3>
<p>The <code>perKindVersion</code> codegen config option and support for
the old manifest format have been fully removed. If your project sets
<code>perKindVersion</code> in its codegen config, or still uses the old
manifest style (kinds containing versions, rather than versions
containing kinds), you <strong>must</strong> migrate before upgrading.
See the <a
href="https://github.com/grafana/grafana-app-sdk/blob/main/docs/migrations/v0.40.md">v0.40
migration guide</a> for step-by-step instructions.</p>
<h2>What's Changed</h2>
<ul>
<li><strong>[codegen] Refactor CUE parser and remove legacy
manifest</strong> (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>)
— Rewrites the CUE-to-codegen parser to use structured
<code>cue.Value.Decode()</code> into typed Go structs, removing ~400
lines of manual parsing. Removes ~300 lines of deprecated legacy
manifest support.</li>
<li><strong>fix: update cog to v0.1.6 to fix regex bug</strong> (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1320">#1320</a>)
— Updates cog to pick up a fix where CUE string constraints (regex
patterns,
<code>strings.MinRunes</code><code>grafana/cog#1064</code></li>
<li><strong>fix: local cluster name must be valid RFC 1123
hostname</strong> (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1322">#1322</a>)
— Sanitizes Go module paths into valid k3d cluster names (e.g.
<code>github.com/grafana/app</code> → <code>grafana-app</code>).</li>
</ul>
<h2>Changelog</h2>
<ul>
<li>763a13c4 [codegen] refactor cue parser and remove legacy manifest
(<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>)</li>
<li>75410f35 fix: update cog to v0.1.6 to fix regex bug (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1320">#1320</a>)</li>
<li>c9bb9dba fix: local cluster name must be valid RFC 1123 hostname (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1322">#1322</a>)</li>
</ul>
<h2>v0.52.2</h2>
<h2>Changelog</h2>
<ul>
<li>85d5e76501e417b1f6c42f533282afcdadbce464 Bump the all group in
/plugin with 2 updates (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1307">#1307</a>)</li>
<li>ad3a106ee0a84a06a89210e016845a8ac204e53c fix(cog): update cog
containing fix for regex patterns in CRDs (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1314">#1314</a>)</li>
<li>bf0433fc1faf46f4752356e65ca6b3ee0e602488 logs: added embedded logger
into simple.App conversion/admission & custom routes (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1310">#1310</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/029ebbe203fb62df2179e14cc12994cbde99212d"><code>029ebbe</code></a>
Revert linter version in Makefile to match the actions version (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1337">#1337</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/64471e571a145b63cee5b19cb13aa8ef7fab3b26"><code>64471e5</code></a>
Update cog to v0.1.7 (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1336">#1336</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/3890d7d251e9dc1f15dffcad16f0202455acf22a"><code>3890d7d</code></a>
Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1334">#1334</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/5efaffb6e77ca75c1ff522d9bcfeb998aaa4de9c"><code>5efaffb</code></a>
fix(regenerate-codegen-test-files): fix regenerate-codegen-test-file
make tar...</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/a493f10b58d39843a5bc6bc6dadc9ff1c021d55f"><code>a493f10</code></a>
Fix webhook version handling for multi-version CRDs (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1324">#1324</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/c9bb9dba78605e76177998d3107a465b725d2eca"><code>c9bb9db</code></a>
fix: local cluster name must be valid RFC 1123 hostname (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1322">#1322</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/75410f35f1e46659161944c87ca6361830767b53"><code>75410f3</code></a>
fix: update cog to v0.1.6 to fix regex bug (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1320">#1320</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/763a13c43a69bfafdb0141c21f387a80890d917e"><code>763a13c</code></a>
[codegen] refactor cue parser and remove legacy manifest (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1309">#1309</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/ad3a106ee0a84a06a89210e016845a8ac204e53c"><code>ad3a106</code></a>
fix(cog): update cog containing fix for regex patterns in CRDs (<a
href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1314">#1314</a>)</li>
<li><a
href="https://github.com/grafana/grafana-app-sdk/commit/bf0433fc1faf46f4752356e65ca6b3ee0e602488"><code>bf0433f</code></a>
logs: added embedded logger into simple.App conversion/admission &
custom rou...</li>
<li>Additional commits viewable in <a
href="https://github.com/grafana/grafana-app-sdk/compare/v0.52.1...v0.53.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/grafana/grafana-plugin-sdk-go` from 0.290.1 to
0.291.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.291.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): Update module github.com/apache/arrow-go/v18 to v18.5.2
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/1505">grafana/grafana-plugin-sdk-go#1505</a></li>
<li>chore(deps): Update actions/setup-go action to v6.3.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/1506">grafana/grafana-plugin-sdk-go#1506</a></li>
<li>chore(deps): Update Upstream packages 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/1507">grafana/grafana-plugin-sdk-go#1507</a></li>
<li>chore(deps): Update module google.golang.org/grpc to v1.79.3
[SECURITY] 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/1509">grafana/grafana-plugin-sdk-go#1509</a></li>
<li>chore(deps): Update module github.com/buger/jsonparser to v1.1.2
[SECURITY] 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/1510">grafana/grafana-plugin-sdk-go#1510</a></li>
<li>chore(deps): Update module github.com/olekukonko/tablewriter to
v1.1.4 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/1512">grafana/grafana-plugin-sdk-go#1512</a></li>
<li>chore(deps): Update OpenTelemetry packages 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/1515">grafana/grafana-plugin-sdk-go#1515</a></li>
<li>chore(deps): Update module github.com/magefile/mage to v1.16.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/1516">grafana/grafana-plugin-sdk-go#1516</a></li>
<li>chore(deps): Update go-openapi packages 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/1511">grafana/grafana-plugin-sdk-go#1511</a></li>
<li>chore(deps): Update Upstream packages 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/1514">grafana/grafana-plugin-sdk-go#1514</a></li>
<li>chore(deps): Update dependency golangci/golangci-lint to v2.11.2 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/1513">grafana/grafana-plugin-sdk-go#1513</a></li>
<li>chore(deps): Update dependency golangci/golangci-lint to v2.11.3 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/1517">grafana/grafana-plugin-sdk-go#1517</a></li>
<li>chore(deps): Update module github.com/magefile/mage to v1.16.1 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/1518">grafana/grafana-plugin-sdk-go#1518</a></li>
<li>chore(deps): Update module github.com/getkin/kin-openapi to v0.134.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/1519">grafana/grafana-plugin-sdk-go#1519</a></li>
<li>chore(deps): Update module golang.org/x/net to v0.52.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/1520">grafana/grafana-plugin-sdk-go#1520</a></li>
<li>Add namespace to the PluginContext by <a
href="https://github.com/ryantxu"><code>@ryantxu</code></a> in <a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/pull/1521">grafana/grafana-plugin-sdk-go#1521</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.290.1...v0.291.0">https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.290.1...v0.291.0</a></p>
<h2>Compatibility</h2>
<pre><code>gorelease -base v0.290.1 -version v0.291.0
# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
PluginContext.Namespace: added
<h1>github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2</h1>
<h2>compatible changes</h2>
<p>(*PluginContext).GetNamespace: added
PluginContext.Namespace: added</p>
<h1>summary</h1>
<p>v0.291.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/7a4287ce2aa46e39b1b0621c0507206ce935e2e9"><code>7a4287c</code></a>
Add namespace to the PluginContext (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1521">#1521</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/a47d33552701e648f46eac64ccee454d54bec2e0"><code>a47d335</code></a>
chore(deps): Update module golang.org/x/net to v0.52.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1520">#1520</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/19b08a9b12def43afb7bc59bed79e91812fec3d7"><code>19b08a9</code></a>
chore(deps): Update module github.com/getkin/kin-openapi to v0.134.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1519">#1519</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/1a75545a276f845175d2799d628f80da7bfa5a68"><code>1a75545</code></a>
chore(deps): Update module github.com/magefile/mage to v1.16.1 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1518">#1518</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/85fa99cbd1af0cf09c330465b507f9510e238cbc"><code>85fa99c</code></a>
chore(deps): Update dependency golangci/golangci-lint to v2.11.3 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1517">#1517</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/e7af7b631de10d08214efc94dd52b3547a50cada"><code>e7af7b6</code></a>
chore(deps): Update dependency golangci/golangci-lint to v2.11.2 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1513">#1513</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/a2ed87ab59ff439db07bfc002716a73899dc8bd6"><code>a2ed87a</code></a>
chore(deps): Update Upstream packages (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1514">#1514</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/a9e0cba499c923a253e96a8f67ac9c3457d9da11"><code>a9e0cba</code></a>
chore(deps): Update go-openapi packages (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1511">#1511</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/c5707207686aa8ab2f179b1a40b93194dd7b92c8"><code>c570720</code></a>
chore(deps): Update module github.com/magefile/mage to v1.16.0 (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1516">#1516</a>)</li>
<li><a
href="https://github.com/grafana/grafana-plugin-sdk-go/commit/c91b36dd4def156caf2909ca6b2da93cfdb025e4"><code>c91b36d</code></a>
chore(deps): Update OpenTelemetry packages (<a
href="https://redirect.github.com/grafana/grafana-plugin-sdk-go/issues/1515">#1515</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.290.1...v0.291.0">compare
view</a></li>
</ul>
</details>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 664a02d commit a0768f1
7 files changed
+249
-214
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
| 133 | + | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | | - | |
| 239 | + | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
269 | | - | |
| 268 | + | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
281 | | - | |
| 280 | + | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments