fix(deps): update module github.com/grafana/grafana-app-sdk/logging to v0.48.1 #1062
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
This PR contains the following updates:
v0.47.0->v0.48.1Release Notes
grafana/grafana-app-sdk (github.com/grafana/grafana-app-sdk/logging)
v0.48.1Compare Source
Changelog
102acedAdd stream error handling for Kubernetes watch connections (#1029)83f1bdaBump the all group with 2 updates (#1026)d70af66Migrate golangci-lint to v2 (#1025)95b0793Use original request method for custom routes (#1034)2e55ad7[OpinionatedReconciler] Check for deletion before any other checks (#1022)f703c5b[linter] Ignoregoconstlinter in two places (#1035)v0.48.0Compare Source
What Changed in this Release
CRD generation from the
grafana-app-sdk generatecommand has been updated to abide by kubernetes' structural schema requirements for CRDs with respect to use ofanyOf,oneOf, andallOf. CRDs generated from CUE schemas with disjunctions will now use a unified set of the disjunction schemas as theproperties, and only useoneOfto clarify required (or should-not-be-present) fields. Use ofanyOffor disjunctions has been replaced withoneOf, to better match the behavior of the CUE OpenAPI serializer.An optional
resource.ClientGeneratorcan now be passed in thesimple.AppConfigto allow customizing theClientGeneratorused by the app's informers. If not provided in the config, it will continue to default to ak8s.ClientRegistryinstantiated with the kubeconfig and default client config.Changelog
e400c04Bump the all group in /plugin with 2 updates (#1021)4f5efe4[CRD Generation] Abide by Structural Schema Constrains foranyOf,allOf, andoneOf(#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)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.