Skip to content

Commit b67650b

Browse files
Bump the all group across 1 directory with 4 updates (#1304)
Bumps the all group with 4 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), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `github.com/grafana/grafana-app-sdk` from 0.51.4 to 0.52.0 <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.52.0</h2> <h2>Breaking Changes</h2> <h3>CLI flags removed from <code>grafana-app-sdk generate</code> (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1278">#1278</a>)</h3> <p>All generation flags deprecated in v0.49.0 have been removed. If you still use any of the following flags, the CLI will now exit with an error and a migration hint:</p> <table> <thead> <tr> <th>Removed flag</th> <th>Replacement CUE config field</th> </tr> </thead> <tbody> <tr> <td><code>--manifest</code></td> <td><code>manifestSelectors</code></td> </tr> <tr> <td><code>--grouping</code></td> <td><code>kinds.grouping</code></td> </tr> <tr> <td><code>--gogenpath</code> / <code>-g</code></td> <td><code>codegen.goGenPath</code></td> </tr> <tr> <td><code>--tsgenpath</code> / <code>-t</code></td> <td><code>codegen.tsGenPath</code></td> </tr> <tr> <td><code>--gomodgenpath</code></td> <td><code>codegen.goModGenPath</code></td> </tr> <tr> <td><code>--defencoding</code></td> <td><code>definitions.encoding</code></td> </tr> <tr> <td><code>--defpath</code></td> <td><code>definitions.path</code></td> </tr> <tr> <td><code>--crdmanifest</code></td> <td><code>definitions.manifestVersion</code></td> </tr> <tr> <td><code>--postprocess</code></td> <td><code>codegen.enableK8sPostProcessing</code></td> </tr> <tr> <td><code>--genoperatorstate</code></td> <td><code>codegen.enableOperatorStatusGeneration</code></td> </tr> <tr> <td><code>--noschemasinmanifest</code></td> <td><code>definitions.manifestSchemas</code></td> </tr> <tr> <td><code>--gomodule</code></td> <td><code>codegen.goModule</code></td> </tr> <tr> <td><code>--useoldmanifestkinds</code></td> <td><code>kinds.perKindVersion</code></td> </tr> </tbody> </table> <p><code>--defencoding=none</code> is also removed. Replace it with <code>definitions.genManifest: false</code> and <code>definitions.genCRDs: false</code>.</p> <p>See the <a href="https://github.com/grafana/grafana-app-sdk/blob/HEAD/docs/migrations/v0.52.md">v0.52 migration guide</a> for full before/after examples.</p> <hr /> <h2>New Features</h2> <h3>Go clients generated for Group/Version-level custom routes (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1283">#1283</a>)</h3> <p>Previously, the SDK only generated typed Go clients for per-kind custom routes. Manifest versions that define routes under <code>routes.namespaced</code> or <code>routes.cluster</code> (scoped to a Group/Version rather than a specific kind) now also get a generated <code>CustomRouteClient</code> in the version package (e.g. <code>pkg/generated/v1alpha1/client_gen.go</code>).</p> <p>The generated client exposes typed <code>*Request</code>/<code>*Response</code> wrapper methods for each route and is constructed via <code>NewCustomRouteClientFromGenerator</code>. The <code>resource.ClientGenerator</code> interface has been extended with <code>GetCustomRouteClient(schema.GroupVersion, string)</code> to support this.</p> <h3>Default remote client configuration (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1267">#1267</a>)</h3> <p>A new configuration option allows supplying a list of remote Kubernetes client configurations, making it easier to connect to remote API servers without manual client wiring.</p> <h3>CUE attribute <code>@grafana_app_sdk(prefix=...)</code> for generated Go types (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1275">#1275</a>)</h3> <p>When a type (e.g. <code>#Foo</code>) is shared across multiple subresources in a kind schema, code generation previously redeclared the same Go type name in multiple files, causing compilation errors. You can now annotate a subresource with <code>@grafana_app_sdk(prefix=&quot;&lt;Prefix&gt;&quot;)</code> to prefix the generated Go type names for that subresource, resolving the collision:</p> <pre lang="cue"><code>schema: { #Foo: { bar: string } spec: { foo: #Foo } subresource: { foo: #Foo } @grafana_app_sdk(prefix=&quot;Subresource&quot;) &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/998657c6f0f8995d7f2091207a9d38cd358d8bb2"><code>998657c</code></a> fix: lint error (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1290">#1290</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/8bbce5e1f0f8596e72dab96dd7dac3d86af96f32"><code>8bbce5e</code></a> Bump the all group across 1 directory with 11 updates (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1287">#1287</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/b0b4e9122b6482eeb877d76dd20d95f3dbc746a5"><code>b0b4e91</code></a> fix: remove flaky test that keeps timing out (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1289">#1289</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/371cb95d9e3cd0893be6013b31e12ddad18e1824"><code>371cb95</code></a> [tests] Quick fix to the manifest codegen tests (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1288">#1288</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/ec08416c9ce4aabd7e1b8d8d0eff2ab7f92108f8"><code>ec08416</code></a> [codegen] Fix non-deterministic manifest code generation (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1286">#1286</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/b0513a61f1445b9ef93caa388e86b22ef190f737"><code>b0513a6</code></a> codegen: generate go clients for custom resource routes (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1283">#1283</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/16e4891254185a3571842538c1f4bdb93c98034b"><code>16e4891</code></a> Bump the all group across 1 directory with 5 updates (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1273">#1273</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/b311c9b44ec8cb998f7bf7b2326b75255fb64df4"><code>b311c9b</code></a> chore: clean out golden test files dir on regen (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1285">#1285</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/36ba1c2a167426da004d82d8464de7bca83e09a0"><code>36ba1c2</code></a> feat: add a default client with remote client configuration options (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1267">#1267</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/7c68736b76073f2b5be172230a1b69b9e1f5fec0"><code>7c68736</code></a> codegen: remove CLI flags and provide error on their usage (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1278">#1278</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grafana/grafana-app-sdk/compare/v0.51.4...v0.52.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/grafana/grafana-app-sdk/logging` from 0.51.4 to 0.52.0 <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.52.0</h2> <h2>Breaking Changes</h2> <h3>CLI flags removed from <code>grafana-app-sdk generate</code> (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1278">#1278</a>)</h3> <p>All generation flags deprecated in v0.49.0 have been removed. If you still use any of the following flags, the CLI will now exit with an error and a migration hint:</p> <table> <thead> <tr> <th>Removed flag</th> <th>Replacement CUE config field</th> </tr> </thead> <tbody> <tr> <td><code>--manifest</code></td> <td><code>manifestSelectors</code></td> </tr> <tr> <td><code>--grouping</code></td> <td><code>kinds.grouping</code></td> </tr> <tr> <td><code>--gogenpath</code> / <code>-g</code></td> <td><code>codegen.goGenPath</code></td> </tr> <tr> <td><code>--tsgenpath</code> / <code>-t</code></td> <td><code>codegen.tsGenPath</code></td> </tr> <tr> <td><code>--gomodgenpath</code></td> <td><code>codegen.goModGenPath</code></td> </tr> <tr> <td><code>--defencoding</code></td> <td><code>definitions.encoding</code></td> </tr> <tr> <td><code>--defpath</code></td> <td><code>definitions.path</code></td> </tr> <tr> <td><code>--crdmanifest</code></td> <td><code>definitions.manifestVersion</code></td> </tr> <tr> <td><code>--postprocess</code></td> <td><code>codegen.enableK8sPostProcessing</code></td> </tr> <tr> <td><code>--genoperatorstate</code></td> <td><code>codegen.enableOperatorStatusGeneration</code></td> </tr> <tr> <td><code>--noschemasinmanifest</code></td> <td><code>definitions.manifestSchemas</code></td> </tr> <tr> <td><code>--gomodule</code></td> <td><code>codegen.goModule</code></td> </tr> <tr> <td><code>--useoldmanifestkinds</code></td> <td><code>kinds.perKindVersion</code></td> </tr> </tbody> </table> <p><code>--defencoding=none</code> is also removed. Replace it with <code>definitions.genManifest: false</code> and <code>definitions.genCRDs: false</code>.</p> <p>See the <a href="https://github.com/grafana/grafana-app-sdk/blob/HEAD/docs/migrations/v0.52.md">v0.52 migration guide</a> for full before/after examples.</p> <hr /> <h2>New Features</h2> <h3>Go clients generated for Group/Version-level custom routes (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1283">#1283</a>)</h3> <p>Previously, the SDK only generated typed Go clients for per-kind custom routes. Manifest versions that define routes under <code>routes.namespaced</code> or <code>routes.cluster</code> (scoped to a Group/Version rather than a specific kind) now also get a generated <code>CustomRouteClient</code> in the version package (e.g. <code>pkg/generated/v1alpha1/client_gen.go</code>).</p> <p>The generated client exposes typed <code>*Request</code>/<code>*Response</code> wrapper methods for each route and is constructed via <code>NewCustomRouteClientFromGenerator</code>. The <code>resource.ClientGenerator</code> interface has been extended with <code>GetCustomRouteClient(schema.GroupVersion, string)</code> to support this.</p> <h3>Default remote client configuration (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1267">#1267</a>)</h3> <p>A new configuration option allows supplying a list of remote Kubernetes client configurations, making it easier to connect to remote API servers without manual client wiring.</p> <h3>CUE attribute <code>@grafana_app_sdk(prefix=...)</code> for generated Go types (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1275">#1275</a>)</h3> <p>When a type (e.g. <code>#Foo</code>) is shared across multiple subresources in a kind schema, code generation previously redeclared the same Go type name in multiple files, causing compilation errors. You can now annotate a subresource with <code>@grafana_app_sdk(prefix=&quot;&lt;Prefix&gt;&quot;)</code> to prefix the generated Go type names for that subresource, resolving the collision:</p> <pre lang="cue"><code>schema: { #Foo: { bar: string } spec: { foo: #Foo } subresource: { foo: #Foo } @grafana_app_sdk(prefix=&quot;Subresource&quot;) &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/998657c6f0f8995d7f2091207a9d38cd358d8bb2"><code>998657c</code></a> fix: lint error (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1290">#1290</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/8bbce5e1f0f8596e72dab96dd7dac3d86af96f32"><code>8bbce5e</code></a> Bump the all group across 1 directory with 11 updates (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1287">#1287</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/b0b4e9122b6482eeb877d76dd20d95f3dbc746a5"><code>b0b4e91</code></a> fix: remove flaky test that keeps timing out (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1289">#1289</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/371cb95d9e3cd0893be6013b31e12ddad18e1824"><code>371cb95</code></a> [tests] Quick fix to the manifest codegen tests (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1288">#1288</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/ec08416c9ce4aabd7e1b8d8d0eff2ab7f92108f8"><code>ec08416</code></a> [codegen] Fix non-deterministic manifest code generation (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1286">#1286</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/b0513a61f1445b9ef93caa388e86b22ef190f737"><code>b0513a6</code></a> codegen: generate go clients for custom resource routes (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1283">#1283</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/16e4891254185a3571842538c1f4bdb93c98034b"><code>16e4891</code></a> Bump the all group across 1 directory with 5 updates (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1273">#1273</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/b311c9b44ec8cb998f7bf7b2326b75255fb64df4"><code>b311c9b</code></a> chore: clean out golden test files dir on regen (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1285">#1285</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/36ba1c2a167426da004d82d8464de7bca83e09a0"><code>36ba1c2</code></a> feat: add a default client with remote client configuration options (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1267">#1267</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/7c68736b76073f2b5be172230a1b69b9e1f5fec0"><code>7c68736</code></a> codegen: remove CLI flags and provide error on their usage (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1278">#1278</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grafana/grafana-app-sdk/compare/v0.51.4...v0.52.0">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apimachinery` from 0.35.2 to 0.35.3 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/kubernetes/apimachinery/compare/v0.35.2...v0.35.3">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.35.2 to 0.35.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/4f1f0a2dce40946d7376d2d490fb09f8f45d702a"><code>4f1f0a2</code></a> Update dependencies to v0.35.3 tag</li> <li><a href="https://github.com/kubernetes/client-go/commit/f80003c2408715e177434c87d885675360c5c2e9"><code>f80003c</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/136903">#136903</a><code>pohly/automated-cherry-pick-of-#136455</code></li> <li><a href="https://github.com/kubernetes/client-go/commit/8b415569d9852422809fb9039c480eee210bbb60"><code>8b41556</code></a> fake client-go: un-deprecate NewSimpleClientset</li> <li>See full diff in <a href="https://github.com/kubernetes/client-go/compare/v0.35.2...v0.35.3">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 ff66790 commit b67650b

File tree

6 files changed

+33
-33
lines changed

6 files changed

+33
-33
lines changed

examples/apiserver/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ replace github.com/grafana/grafana-app-sdk => ../../
77
require (
88
github.com/grafana/grafana-app-sdk v0.49.0
99
github.com/grafana/grafana-app-sdk/logging v0.50.4
10-
k8s.io/apimachinery v0.35.2
10+
k8s.io/apimachinery v0.35.3
1111
k8s.io/apiserver v0.35.1
12-
k8s.io/client-go v0.35.2
12+
k8s.io/client-go v0.35.3
1313
k8s.io/component-base v0.35.1
1414
k8s.io/kube-openapi v0.0.0-20260127142750-a19766b6e2d4
1515
)
@@ -117,7 +117,7 @@ require (
117117
gopkg.in/inf.v0 v0.9.1 // indirect
118118
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
119119
gopkg.in/yaml.v3 v3.0.1 // indirect
120-
k8s.io/api v0.35.2 // indirect
120+
k8s.io/api v0.35.3 // indirect
121121
k8s.io/apiextensions-apiserver v0.35.1 // indirect
122122
k8s.io/klog/v2 v2.130.1 // indirect
123123
k8s.io/kms v0.35.1 // indirect

examples/apiserver/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -331,16 +331,16 @@ gopkg.in/natefinch/lumberjack.v2 v2.2.1/go.mod h1:YD8tP3GAjkrDg1eZH7EGmyESg/lsYs
331331
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
332332
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
333333
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
334-
k8s.io/api v0.35.2 h1:tW7mWc2RpxW7HS4CoRXhtYHSzme1PN1UjGHJ1bdrtdw=
335-
k8s.io/api v0.35.2/go.mod h1:7AJfqGoAZcwSFhOjcGM7WV05QxMMgUaChNfLTXDRE60=
334+
k8s.io/api v0.35.3 h1:pA2fiBc6+N9PDf7SAiluKGEBuScsTzd2uYBkA5RzNWQ=
335+
k8s.io/api v0.35.3/go.mod h1:9Y9tkBcFwKNq2sxwZTQh1Njh9qHl81D0As56tu42GA4=
336336
k8s.io/apiextensions-apiserver v0.35.1 h1:p5vvALkknlOcAqARwjS20kJffgzHqwyQRM8vHLwgU7w=
337337
k8s.io/apiextensions-apiserver v0.35.1/go.mod h1:2CN4fe1GZ3HMe4wBr25qXyJnJyZaquy4nNlNmb3R7AQ=
338-
k8s.io/apimachinery v0.35.2 h1:NqsM/mmZA7sHW02JZ9RTtk3wInRgbVxL8MPfzSANAK8=
339-
k8s.io/apimachinery v0.35.2/go.mod h1:jQCgFZFR1F4Ik7hvr2g84RTJSZegBc8yHgFWKn//hns=
338+
k8s.io/apimachinery v0.35.3 h1:MeaUwQCV3tjKP4bcwWGgZ/cp/vpsRnQzqO6J6tJyoF8=
339+
k8s.io/apimachinery v0.35.3/go.mod h1:jQCgFZFR1F4Ik7hvr2g84RTJSZegBc8yHgFWKn//hns=
340340
k8s.io/apiserver v0.35.1 h1:potxdhhTL4i6AYAa2QCwtlhtB1eCdWQFvJV6fXgJzxs=
341341
k8s.io/apiserver v0.35.1/go.mod h1:BiL6Dd3A2I/0lBnteXfWmCFobHM39vt5+hJQd7Lbpi4=
342-
k8s.io/client-go v0.35.2 h1:YUfPefdGJA4aljDdayAXkc98DnPkIetMl4PrKX97W9o=
343-
k8s.io/client-go v0.35.2/go.mod h1:4QqEwh4oQpeK8AaefZ0jwTFJw/9kIjdQi0jpKeYvz7g=
342+
k8s.io/client-go v0.35.3 h1:s1lZbpN4uI6IxeTM2cpdtrwHcSOBML1ODNTCCfsP1pg=
343+
k8s.io/client-go v0.35.3/go.mod h1:RzoXkc0mzpWIDvBrRnD+VlfXP+lRzqQjCmKtiwZ8Q9c=
344344
k8s.io/component-base v0.35.1 h1:XgvpRf4srp037QWfGBLFsYMUQJkE5yMa94UsJU7pmcE=
345345
k8s.io/component-base v0.35.1/go.mod h1:HI/6jXlwkiOL5zL9bqA3en1Ygv60F03oEpnuU1G56Bs=
346346
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ require (
3636
gomodules.xyz/jsonpatch/v2 v2.5.0
3737
google.golang.org/grpc v1.79.3
3838
gopkg.in/yaml.v3 v3.0.1
39-
k8s.io/api v0.35.2
39+
k8s.io/api v0.35.3
4040
k8s.io/apiextensions-apiserver v0.35.1
41-
k8s.io/apimachinery v0.35.2
41+
k8s.io/apimachinery v0.35.3
4242
k8s.io/apiserver v0.35.1
43-
k8s.io/client-go v0.35.2
43+
k8s.io/client-go v0.35.3
4444
k8s.io/gengo/v2 v2.0.0-20251215205346-5ee0d033ba5b
4545
k8s.io/klog/v2 v2.130.1
4646
k8s.io/kube-openapi v0.0.0-20260127142750-a19766b6e2d4

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -369,16 +369,16 @@ gopkg.in/natefinch/lumberjack.v2 v2.2.1/go.mod h1:YD8tP3GAjkrDg1eZH7EGmyESg/lsYs
369369
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
370370
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
371371
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
372-
k8s.io/api v0.35.2 h1:tW7mWc2RpxW7HS4CoRXhtYHSzme1PN1UjGHJ1bdrtdw=
373-
k8s.io/api v0.35.2/go.mod h1:7AJfqGoAZcwSFhOjcGM7WV05QxMMgUaChNfLTXDRE60=
372+
k8s.io/api v0.35.3 h1:pA2fiBc6+N9PDf7SAiluKGEBuScsTzd2uYBkA5RzNWQ=
373+
k8s.io/api v0.35.3/go.mod h1:9Y9tkBcFwKNq2sxwZTQh1Njh9qHl81D0As56tu42GA4=
374374
k8s.io/apiextensions-apiserver v0.35.1 h1:p5vvALkknlOcAqARwjS20kJffgzHqwyQRM8vHLwgU7w=
375375
k8s.io/apiextensions-apiserver v0.35.1/go.mod h1:2CN4fe1GZ3HMe4wBr25qXyJnJyZaquy4nNlNmb3R7AQ=
376-
k8s.io/apimachinery v0.35.2 h1:NqsM/mmZA7sHW02JZ9RTtk3wInRgbVxL8MPfzSANAK8=
377-
k8s.io/apimachinery v0.35.2/go.mod h1:jQCgFZFR1F4Ik7hvr2g84RTJSZegBc8yHgFWKn//hns=
376+
k8s.io/apimachinery v0.35.3 h1:MeaUwQCV3tjKP4bcwWGgZ/cp/vpsRnQzqO6J6tJyoF8=
377+
k8s.io/apimachinery v0.35.3/go.mod h1:jQCgFZFR1F4Ik7hvr2g84RTJSZegBc8yHgFWKn//hns=
378378
k8s.io/apiserver v0.35.1 h1:potxdhhTL4i6AYAa2QCwtlhtB1eCdWQFvJV6fXgJzxs=
379379
k8s.io/apiserver v0.35.1/go.mod h1:BiL6Dd3A2I/0lBnteXfWmCFobHM39vt5+hJQd7Lbpi4=
380-
k8s.io/client-go v0.35.2 h1:YUfPefdGJA4aljDdayAXkc98DnPkIetMl4PrKX97W9o=
381-
k8s.io/client-go v0.35.2/go.mod h1:4QqEwh4oQpeK8AaefZ0jwTFJw/9kIjdQi0jpKeYvz7g=
380+
k8s.io/client-go v0.35.3 h1:s1lZbpN4uI6IxeTM2cpdtrwHcSOBML1ODNTCCfsP1pg=
381+
k8s.io/client-go v0.35.3/go.mod h1:RzoXkc0mzpWIDvBrRnD+VlfXP+lRzqQjCmKtiwZ8Q9c=
382382
k8s.io/component-base v0.35.1 h1:XgvpRf4srp037QWfGBLFsYMUQJkE5yMa94UsJU7pmcE=
383383
k8s.io/component-base v0.35.1/go.mod h1:HI/6jXlwkiOL5zL9bqA3en1Ygv60F03oEpnuU1G56Bs=
384384
k8s.io/gengo/v2 v2.0.0-20251215205346-5ee0d033ba5b h1:0YkdvW3rX2vaBWsqCGZAekxPRwaI5NuYNprOsMNVLns=

plugin/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ retract (
88
)
99

1010
require (
11-
github.com/grafana/grafana-app-sdk v0.51.4
12-
github.com/grafana/grafana-app-sdk/logging v0.51.4
11+
github.com/grafana/grafana-app-sdk v0.52.0
12+
github.com/grafana/grafana-app-sdk/logging v0.52.0
1313
github.com/grafana/grafana-plugin-sdk-go v0.290.1
1414
github.com/prometheus/client_golang v1.23.2
1515
github.com/stretchr/testify v1.11.1
1616
go.opentelemetry.io/otel v1.42.0
1717
go.opentelemetry.io/otel/trace v1.42.0
18-
k8s.io/apimachinery v0.35.2
19-
k8s.io/client-go v0.35.2
18+
k8s.io/apimachinery v0.35.3
19+
k8s.io/client-go v0.35.3
2020
)
2121

2222
require (
@@ -121,7 +121,7 @@ require (
121121
google.golang.org/protobuf v1.36.11 // indirect
122122
gopkg.in/inf.v0 v0.9.1 // indirect
123123
gopkg.in/yaml.v3 v3.0.1 // indirect
124-
k8s.io/api v0.35.2 // indirect
124+
k8s.io/api v0.35.3 // indirect
125125
k8s.io/apiextensions-apiserver v0.35.1 // indirect
126126
k8s.io/klog/v2 v2.130.1 // indirect
127127
k8s.io/kube-openapi v0.0.0-20260127142750-a19766b6e2d4 // indirect

plugin/go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 h1:BHT72Gu3keYf3ZEu2J
101101
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6/go.mod h1:boTsfXsheKC2y+lKOCMpSfarhxDeIzfZG1jqGcPl3cA=
102102
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
103103
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
104-
github.com/grafana/grafana-app-sdk v0.51.4 h1:v4wxHXprFRJCLmIn/pQ5oSnXD/TFFcUy5ABjW0pQ3EE=
105-
github.com/grafana/grafana-app-sdk v0.51.4/go.mod h1:wmcl3uF4lW1LoJpIc3n3ZhezBlhbRg905bSDbI44EFE=
106-
github.com/grafana/grafana-app-sdk/logging v0.51.4 h1:gQrb4YZcGUTnmNtF4uM2IFX5Un0KUoLtbp3yOwNhL6s=
107-
github.com/grafana/grafana-app-sdk/logging v0.51.4/go.mod h1:RKAy6LaGkWcnmyq3JW+9C4v7TEicBXYllH8vtjsLnJk=
104+
github.com/grafana/grafana-app-sdk v0.52.0 h1:67jWzMqg0/J7JleY655EzczVF0+HXNJme5wXor76FAs=
105+
github.com/grafana/grafana-app-sdk v0.52.0/go.mod h1:NTp4JNVXCxcBLHInkrEI0jZV42feJidxOpWpmGPB6jY=
106+
github.com/grafana/grafana-app-sdk/logging v0.52.0 h1:dY9LfAgdePAyfsHZ8bGHRV/TXdu3WuUKhqbLxcWmCGQ=
107+
github.com/grafana/grafana-app-sdk/logging v0.52.0/go.mod h1:nC9fLZHZPZFSbGF135ucVbOkMymBB23grTK6uKiNyJo=
108108
github.com/grafana/grafana-plugin-sdk-go v0.290.1 h1:wNX4R8sHxEAmtmFhmV05IsLGznzdMKvN94v+2Pz8Wkw=
109109
github.com/grafana/grafana-plugin-sdk-go v0.290.1/go.mod h1:KDkcxp1XqbKz0WD/q9p98Cf5Wp50LG0NkoPlVlptSWs=
110110
github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF3YH66t4qL8=
@@ -343,14 +343,14 @@ gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
343343
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
344344
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
345345
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
346-
k8s.io/api v0.35.2 h1:tW7mWc2RpxW7HS4CoRXhtYHSzme1PN1UjGHJ1bdrtdw=
347-
k8s.io/api v0.35.2/go.mod h1:7AJfqGoAZcwSFhOjcGM7WV05QxMMgUaChNfLTXDRE60=
346+
k8s.io/api v0.35.3 h1:pA2fiBc6+N9PDf7SAiluKGEBuScsTzd2uYBkA5RzNWQ=
347+
k8s.io/api v0.35.3/go.mod h1:9Y9tkBcFwKNq2sxwZTQh1Njh9qHl81D0As56tu42GA4=
348348
k8s.io/apiextensions-apiserver v0.35.1 h1:p5vvALkknlOcAqARwjS20kJffgzHqwyQRM8vHLwgU7w=
349349
k8s.io/apiextensions-apiserver v0.35.1/go.mod h1:2CN4fe1GZ3HMe4wBr25qXyJnJyZaquy4nNlNmb3R7AQ=
350-
k8s.io/apimachinery v0.35.2 h1:NqsM/mmZA7sHW02JZ9RTtk3wInRgbVxL8MPfzSANAK8=
351-
k8s.io/apimachinery v0.35.2/go.mod h1:jQCgFZFR1F4Ik7hvr2g84RTJSZegBc8yHgFWKn//hns=
352-
k8s.io/client-go v0.35.2 h1:YUfPefdGJA4aljDdayAXkc98DnPkIetMl4PrKX97W9o=
353-
k8s.io/client-go v0.35.2/go.mod h1:4QqEwh4oQpeK8AaefZ0jwTFJw/9kIjdQi0jpKeYvz7g=
350+
k8s.io/apimachinery v0.35.3 h1:MeaUwQCV3tjKP4bcwWGgZ/cp/vpsRnQzqO6J6tJyoF8=
351+
k8s.io/apimachinery v0.35.3/go.mod h1:jQCgFZFR1F4Ik7hvr2g84RTJSZegBc8yHgFWKn//hns=
352+
k8s.io/client-go v0.35.3 h1:s1lZbpN4uI6IxeTM2cpdtrwHcSOBML1ODNTCCfsP1pg=
353+
k8s.io/client-go v0.35.3/go.mod h1:RzoXkc0mzpWIDvBrRnD+VlfXP+lRzqQjCmKtiwZ8Q9c=
354354
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
355355
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
356356
k8s.io/kube-openapi v0.0.0-20260127142750-a19766b6e2d4 h1:HhDfevmPS+OalTjQRKbTHppRIz01AWi8s45TMXStgYY=

0 commit comments

Comments
 (0)