Skip to content

Commit 20d387e

Browse files
Bump github.com/grafana/grafana-app-sdk/logging from 0.46.0 to 0.48.0 in the go group (#169)
Bumps the go group with 1 update: [github.com/grafana/grafana-app-sdk/logging](https://github.com/grafana/grafana-app-sdk). Updates `github.com/grafana/grafana-app-sdk/logging` from 0.46.0 to 0.48.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.48.0</h2> <h2>What Changed in this Release</h2> <p>CRD generation from the <code>grafana-app-sdk generate</code> command has been updated to abide by <a href="https://kubernetes.io/blog/2019/06/20/crd-structural-schema/">kubernetes' structural schema requirements for CRDs</a> with respect to use of <code>anyOf</code>, <code>oneOf</code>, and <code>allOf</code>. CRDs generated from CUE schemas with disjunctions will now use a unified set of the disjunction schemas as the <code>properties</code>, and only use <code>oneOf</code> to clarify required (or should-not-be-present) fields. Use of <code>anyOf</code> for disjunctions has been replaced with <code>oneOf</code>, to better match the behavior of the CUE OpenAPI serializer.</p> <p>An optional <code>resource.ClientGenerator</code> can now be passed in the <code>simple.AppConfig</code> to allow customizing the <code>ClientGenerator</code> used by the app's informers. If not provided in the config, it will continue to default to a <code>k8s.ClientRegistry</code> instantiated with the kubeconfig and default client config.</p> <h2>Changelog</h2> <ul> <li>e400c048b624a35d69e5ef1690aecd6bc1b80b2d Bump the all group in /plugin with 2 updates (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1021">#1021</a>)</li> <li>4f5efe4377edda95df93b9006e8eff1b4495ad3f [CRD Generation] Abide by Structural Schema Constrains for <code>anyOf</code>, <code>allOf</code>, and <code>oneOf</code> (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1018">#1018</a>)</li> <li>52aae374c9272c2eb07fbb7dbae6c71a1640d21b [codegen] Upgrade cog to v0.0.44 and regenerate golden test files (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1020">#1020</a>)</li> <li>b0c2bdd01354ccb8e6f692cc02dbb9bab686efe7 [simple.App] Allow Config to Supply a ClientGenerator (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1023">#1023</a>)</li> </ul> <h2>v0.47.0</h2> <h2>Changelog</h2> <ul> <li>ba76a4a181275693b0a2f907bf6ae75d00439ccb Bump github.com/grafana/grafana-app-sdk/logging from 0.45.0 to 0.46.0 in the all group (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1004">#1004</a>)</li> <li>40a6f7cfe243092779915bda88108e81f6de4fb3 Bump github.com/grafana/grafana-plugin-sdk-go from 0.279.0 to 0.280.0 in /plugin in the all group (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1006">#1006</a>)</li> <li>9095113275a6de38d462fb1ddd1665021151a79d Bump the all group across 1 directory with 2 updates (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1012">#1012</a>)</li> <li>85b2b8f64199c65fb0cfa81a0c73f22236ce60a7 Bump the all group in /plugin with 2 updates (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1005">#1005</a>)</li> <li>aaffce53f1bd29080d4b4c6772b83dbe2013865e K8s: Fix client list return type (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1017">#1017</a>)</li> <li>1e13c9eaae2610f89366ae4a26fbafe535cd1732 Kind: Support GVK+GVR without pointer reciever (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1009">#1009</a>)</li> <li>727aad8f2c63350b9f6c3719871b67f0674e69ff [APIServer/codegen/AppManifest] Allow Referencing Types in Custom Routes (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1013">#1013</a>)</li> <li>cd6d759a295d9f0a4a82ebd8e91d2b4bb8845962 [codegen] Default <code>make generate</code> to use the <code>--crdmanifest</code> flag (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1010">#1010</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/4f5efe4377edda95df93b9006e8eff1b4495ad3f"><code>4f5efe4</code></a> [CRD Generation] Abide by Structural Schema Constrains for <code>anyOf</code>, <code>allOf</code>, ...</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/b0c2bdd01354ccb8e6f692cc02dbb9bab686efe7"><code>b0c2bdd</code></a> [simple.App] Allow Config to Supply a ClientGenerator (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1023">#1023</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/52aae374c9272c2eb07fbb7dbae6c71a1640d21b"><code>52aae37</code></a> [codegen] Upgrade cog to v0.0.44 and regenerate golden test files (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1020">#1020</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/e400c048b624a35d69e5ef1690aecd6bc1b80b2d"><code>e400c04</code></a> Bump the all group in /plugin with 2 updates (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1021">#1021</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/727aad8f2c63350b9f6c3719871b67f0674e69ff"><code>727aad8</code></a> [APIServer/codegen/AppManifest] Allow Referencing Types in Custom Routes (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1013">#1013</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/aaffce53f1bd29080d4b4c6772b83dbe2013865e"><code>aaffce5</code></a> K8s: Fix client list return type (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1017">#1017</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/9095113275a6de38d462fb1ddd1665021151a79d"><code>9095113</code></a> Bump the all group across 1 directory with 2 updates (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1012">#1012</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/40a6f7cfe243092779915bda88108e81f6de4fb3"><code>40a6f7c</code></a> Bump github.com/grafana/grafana-plugin-sdk-go from 0.279.0 to 0.280.0 in /plu...</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/1e13c9eaae2610f89366ae4a26fbafe535cd1732"><code>1e13c9e</code></a> Kind: Support GVK+GVR without pointer reciever (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1009">#1009</a>)</li> <li><a href="https://github.com/grafana/grafana-app-sdk/commit/cd6d759a295d9f0a4a82ebd8e91d2b4bb8845962"><code>cd6d759</code></a> [codegen] Default <code>make generate</code> to use the <code>--crdmanifest</code> flag (<a href="https://redirect.github.com/grafana/grafana-app-sdk/issues/1010">#1010</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grafana/grafana-app-sdk/compare/v0.46.0...v0.48.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/grafana/grafana-app-sdk/logging&package-manager=go_modules&previous-version=0.46.0&new-version=0.48.0)](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 <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>
1 parent 88ea510 commit 20d387e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/goccy/go-yaml v1.18.0
1515
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
1616
github.com/grafana/authlib/types v0.0.0-20250930082137-a40e2c2b094f
17-
github.com/grafana/grafana-app-sdk/logging v0.46.0
17+
github.com/grafana/grafana-app-sdk/logging v0.48.0
1818
github.com/grafana/grafana-openapi-client-go v0.0.0-20250925215610-d92957c70d5c
1919
github.com/grafana/grafana/apps/folder v0.0.0-20250724095330-d852bde2a5fb
2020
github.com/grafana/grafana/pkg/apimachinery v0.0.0-20250903133002-4e28cba1c53a

‎go.sum‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ github.com/grafana/authlib/types v0.0.0-20250930082137-a40e2c2b094f h1:C3Dhf7YBn
9696
github.com/grafana/authlib/types v0.0.0-20250930082137-a40e2c2b094f/go.mod h1:qeWYbnWzaYGl88JlL9+DsP1GT2Cudm58rLtx13fKZdw=
9797
github.com/grafana/grafana-app-sdk v0.40.0 h1:KilbCFMYox2cnIi1W6ql7W+n9kms/NvWlBPM1m4Q4mg=
9898
github.com/grafana/grafana-app-sdk v0.40.0/go.mod h1:fn943JEM0CR3mY/Gd3816MUcpob5xnKc8MoojnbMjYY=
99-
github.com/grafana/grafana-app-sdk/logging v0.46.0 h1:JhQ+ZK5orcmM+dZ3YZdT9uCizJEFU2I6JBNUSFWvCC8=
100-
github.com/grafana/grafana-app-sdk/logging v0.46.0/go.mod h1:Gh/nBWnspK3oDNWtiM5qUF/fardHzOIEez+SPI3JeHA=
99+
github.com/grafana/grafana-app-sdk/logging v0.48.0 h1:xolkQxBlA2LQF4hprKIAeu+zUem1DigYZ6XC1TOhFJE=
100+
github.com/grafana/grafana-app-sdk/logging v0.48.0/go.mod h1:Gh/nBWnspK3oDNWtiM5qUF/fardHzOIEez+SPI3JeHA=
101101
github.com/grafana/grafana-openapi-client-go v0.0.0-20250925215610-d92957c70d5c h1:55vWLZG/i92lrRIfsGScIyvnIOYZEqJv+I715dMCUSE=
102102
github.com/grafana/grafana-openapi-client-go v0.0.0-20250925215610-d92957c70d5c/go.mod h1:sMcpxegie6TcvI6eVm+MbNneNC249GGWRcEO1M+UfSE=
103103
github.com/grafana/grafana/apps/folder v0.0.0-20250724095330-d852bde2a5fb h1:zSofiAfVqzoHYLRl9eumUm2sIfY9ovGn4krvQQIB/yM=

0 commit comments

Comments
 (0)