Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2025

Bumps the all group in /plugin with 3 updates: github.com/grafana/grafana-app-sdk, github.com/grafana/grafana-app-sdk/logging and github.com/grafana/grafana-plugin-sdk-go.

Updates github.com/grafana/grafana-app-sdk from 0.47.0 to 0.48.1

Release notes

Sourced from github.com/grafana/grafana-app-sdk's releases.

v0.48.1

Changelog

  • 102aced Add stream error handling for Kubernetes watch connections (#1029)
  • 83f1bda Bump the all group with 2 updates (#1026)
  • d70af66 Migrate golangci-lint to v2 (#1025)
  • 95b0793 Use original request method for custom routes (#1034)
  • 2e55ad7 [OpinionatedReconciler] Check for deletion before any other checks (#1022)
  • f703c5b [linter] Ignore goconst linter in two places (#1035)

v0.48.0

What Changed in this Release

CRD generation from the grafana-app-sdk generate command has been updated to abide by kubernetes' structural schema requirements for CRDs with respect to use of anyOf, oneOf, and allOf. CRDs generated from CUE schemas with disjunctions will now use a unified set of the disjunction schemas as the properties, and only use oneOf to clarify required (or should-not-be-present) fields. Use of anyOf for disjunctions has been replaced with oneOf, to better match the behavior of the CUE OpenAPI serializer.

An optional resource.ClientGenerator can now be passed in the simple.AppConfig to allow customizing the ClientGenerator used by the app's informers. If not provided in the config, it will continue to default to a k8s.ClientRegistry instantiated with the kubeconfig and default client config.

Changelog

  • e400c04 Bump the all group in /plugin with 2 updates (#1021)
  • 4f5efe4 [CRD Generation] Abide by Structural Schema Constrains for anyOf, allOf, and oneOf (#1018)
  • 52aae37 [codegen] Upgrade cog to v0.0.44 and regenerate golden test files (#1020)
  • b0c2bdd [simple.App] Allow Config to Supply a ClientGenerator (#1023)
Commits
  • f703c5b [linter] Ignore goconst linter in two places (#1035)
  • 95b0793 Use original request method for custom routes (#1034)
  • 83f1bda Bump the all group with 2 updates (#1026)
  • d70af66 Migrate golangci-lint to v2 (#1025)
  • 102aced Add stream error handling for Kubernetes watch connections (#1029)
  • 2e55ad7 [OpinionatedReconciler] Check for deletion before any other checks (#1022)
  • 4f5efe4 [CRD Generation] Abide by Structural Schema Constrains for anyOf, allOf, ...
  • b0c2bdd [simple.App] Allow Config to Supply a ClientGenerator (#1023)
  • 52aae37 [codegen] Upgrade cog to v0.0.44 and regenerate golden test files (#1020)
  • e400c04 Bump the all group in /plugin with 2 updates (#1021)
  • See full diff in compare view

Updates github.com/grafana/grafana-app-sdk/logging from 0.47.0 to 0.48.0

Release notes

Sourced from github.com/grafana/grafana-app-sdk/logging's releases.

v0.48.0

What Changed in this Release

CRD generation from the grafana-app-sdk generate command has been updated to abide by kubernetes' structural schema requirements for CRDs with respect to use of anyOf, oneOf, and allOf. CRDs generated from CUE schemas with disjunctions will now use a unified set of the disjunction schemas as the properties, and only use oneOf to clarify required (or should-not-be-present) fields. Use of anyOf for disjunctions has been replaced with oneOf, to better match the behavior of the CUE OpenAPI serializer.

An optional resource.ClientGenerator can now be passed in the simple.AppConfig to allow customizing the ClientGenerator used by the app's informers. If not provided in the config, it will continue to default to a k8s.ClientRegistry instantiated with the kubeconfig and default client config.

Changelog

  • e400c04 Bump the all group in /plugin with 2 updates (#1021)
  • 4f5efe4 [CRD Generation] Abide by Structural Schema Constrains for anyOf, allOf, and oneOf (#1018)
  • 52aae37 [codegen] Upgrade cog to v0.0.44 and regenerate golden test files (#1020)
  • b0c2bdd [simple.App] Allow Config to Supply a ClientGenerator (#1023)
Commits
  • 4f5efe4 [CRD Generation] Abide by Structural Schema Constrains for anyOf, allOf, ...
  • b0c2bdd [simple.App] Allow Config to Supply a ClientGenerator (#1023)
  • 52aae37 [codegen] Upgrade cog to v0.0.44 and regenerate golden test files (#1020)
  • e400c04 Bump the all group in /plugin with 2 updates (#1021)
  • See full diff in compare view

Updates github.com/grafana/grafana-plugin-sdk-go from 0.280.0 to 0.281.0

Release notes

Sourced from github.com/grafana/grafana-plugin-sdk-go's releases.

v0.281.0

What's Changed

Full Changelog: grafana/grafana-plugin-sdk-go@v0.280.0...v0.281.0

Compatibility

The way experimental.DataQuery objects get serialised to JSON has slightly changed, for details see grafana/grafana-plugin-sdk-go#1420

gorelease -base v0.280.0 -version v0.281.0
# summary
v0.281.0 is a valid semantic version for this release.
Commits

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 commands and options

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

Bumps the all group in /plugin with 3 updates: [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.47.0 to 0.48.1
- [Release notes](https://github.com/grafana/grafana-app-sdk/releases)
- [Changelog](https://github.com/grafana/grafana-app-sdk/blob/main/.goreleaser.yml)
- [Commits](v0.47.0...v0.48.1)

Updates `github.com/grafana/grafana-app-sdk/logging` from 0.47.0 to 0.48.0
- [Release notes](https://github.com/grafana/grafana-app-sdk/releases)
- [Changelog](https://github.com/grafana/grafana-app-sdk/blob/main/.goreleaser.yml)
- [Commits](v0.47.0...v0.48.0)

Updates `github.com/grafana/grafana-plugin-sdk-go` from 0.280.0 to 0.281.0
- [Release notes](https://github.com/grafana/grafana-plugin-sdk-go/releases)
- [Commits](grafana/grafana-plugin-sdk-go@v0.280.0...v0.281.0)

---
updated-dependencies:
- dependency-name: github.com/grafana/grafana-app-sdk
  dependency-version: 0.48.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/grafana/grafana-app-sdk/logging
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/grafana/grafana-plugin-sdk-go
  dependency-version: 0.281.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 24, 2025 16:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 24, 2025
@dependabot dependabot bot requested review from IfSentient and ferruvich October 24, 2025 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants