Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/grafana/grafana-app-sdk/logging from 0.32.1 to 0.33.0 in the all group #687

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2025

Bumps the all group with 1 update: github.com/grafana/grafana-app-sdk/logging.

Updates github.com/grafana/grafana-app-sdk/logging from 0.32.1 to 0.33.0

Release notes

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

v0.33.0

What's Changed in this Release

This release contains changes to code generation around the default status subresource. The flag --genoperatorstate=(*true|false) has been introduced, allowing a user to toggle off the default status subresource in the generated code, CRD, and manifest. As a secondary effect of this change, generated CRDs with the default status subresource will no longer contain x-kubernetes-preserve-unknown-fields: true at the root level of the status schema, so fields which are not specified in the CUE for status will not be preserved in the API server. This behavior was a bug originally, but if you need to preserve this behavior, you may add

status:
    [string]: _

to your CUE schema to keep the x-kubernetes-preserve-unknown-fields: true in the CRD.

Generated Go Code Breaking Change

Subresources such as status now use the (exported) CUE field name as their go field name, rather than the name of the type. That means, for a kind called Foo, the Foo generated type changes from this:

type Foo struct {
    Spec      FooSpec `json:"spec"`
    FooStatus FooStatus `json:"status"`
}

to this:

type Foo struct {
    Spec   FooSpec `json:"spec"`
    Status FooStatus `json:"status"`
}

References in non-generated code will need to be updated accordingly.

Changelog

  • a6fce08 Bump github.com/grafana/grafana-plugin-sdk-go from 0.266.0 to 0.268.1 in /plugin in the all group (#667)
  • 3ce6164 Bump github.com/grafana/grafana-plugin-sdk-go from 0.268.1 to 0.269.1 in /plugin in the all group across 1 directory (#684)
  • bb605ba Bump the all group across 1 directory with 3 updates (#661)
  • a8d05e5 Bump the all group across 1 directory with 3 updates (#663)
  • eb008cc Bump the all group across 1 directory with 8 updates (#680)
  • 7ef042a Disable revive:use-errors-new linter (#685)
  • 122b69a Make operator status fields generation optional and remote status fields type prefixes (#679)
  • 4a84edf Update go version to 1.24.0 (#653)
Commits
  • 7ef042a Disable revive:use-errors-new linter (#685)
  • 3ce6164 Bump github.com/grafana/grafana-plugin-sdk-go from 0.268.1 to 0.269.1 in /plu...
  • eb008cc Bump the all group across 1 directory with 8 updates (#680)
  • 122b69a Make operator status fields generation optional and remote status fields type...
  • a6fce08 Bump github.com/grafana/grafana-plugin-sdk-go from 0.266.0 to 0.268.1 in /plu...
  • a8d05e5 Bump the all group across 1 directory with 3 updates (#663)
  • bb605ba Bump the all group across 1 directory with 3 updates (#661)
  • 4a84edf Update go version to 1.24.0 (#653)
  • See full diff in compare view

Dependabot compatibility score

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 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.32.1 to 0.33.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.32.1...v0.33.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 7, 2025 16:57
@dependabot dependabot bot requested a review from radiohead March 7, 2025 16:57
@IfSentient IfSentient merged commit 0a19403 into main Mar 7, 2025
8 checks passed
@IfSentient IfSentient deleted the dependabot/go_modules/all-8f70d66837 branch March 7, 2025 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant