Skip to content

fix(deps): update github.com/grafana/grafana-openapi-client-go digest to 5b95bb1 - abandoned#2637

Open
renovate-sh-app[bot] wants to merge 3 commits intomasterfrom
renovate/github.com-grafana-grafana-openapi-client-go-digest
Open

fix(deps): update github.com/grafana/grafana-openapi-client-go digest to 5b95bb1 - abandoned#2637
renovate-sh-app[bot] wants to merge 3 commits intomasterfrom
renovate/github.com-grafana-grafana-openapi-client-go-digest

Conversation

@renovate-sh-app
Copy link
Copy Markdown
Contributor

@renovate-sh-app renovate-sh-app Bot commented Apr 14, 2026

This PR contains the following updates:

Package Type Update Change
github.com/grafana/grafana-openapi-client-go require digest ee77c4f5b95bb1

Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

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.

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Apr 14, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/github.com-grafana-grafana-openapi-client-go-digest branch 2 times, most recently from 02c2aef to 1fd2028 Compare April 14, 2026 15:03
@renovate-sh-app renovate-sh-app Bot changed the title fix(deps): update github.com/grafana/grafana-openapi-client-go digest to 81de049 fix(deps): update github.com/grafana/grafana-openapi-client-go digest to 5b95bb1 Apr 14, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/github.com-grafana-grafana-openapi-client-go-digest branch 5 times, most recently from 900c38d to 2f88887 Compare April 17, 2026 12:02
@Baarsgaard
Copy link
Copy Markdown
Collaborator

Baarsgaard commented Apr 17, 2026

I've been trying to figure this one out for a bit.

The model .route.matchers struct has changed signature.
IsEqual and IsRegex have been dropped, which is easy to handle, just deprecate the fields.

Testing as far back as Grafana:10.0.0, I cannot seem to get Grafana to export the fields.
So they are likely older than that.

The problem is, a new field Type models.MatchType has been added.
But it seemingly does absolutely nothing and is not exported by Grafana:13.0.0.
I only see object_matchers in exports and used in code (Terraform provider).

@theSuess Would you be able to ask around what the idea is behind the matchers field on routes? And if we should support it now or in the future?

renovate-sh-app Bot and others added 2 commits April 17, 2026 18:40
… to 5b95bb1

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@github-actions github-actions Bot added the documentation Issues relating to documentation, missing, non-clear etc. label Apr 17, 2026
@Baarsgaard Baarsgaard force-pushed the renovate/github.com-grafana-grafana-openapi-client-go-digest branch from f66540e to e1acbb1 Compare April 17, 2026 16:40
@renovate-sh-app
Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@theSuess theSuess self-assigned this Apr 20, 2026
@renovate-sh-app renovate-sh-app Bot changed the title fix(deps): update github.com/grafana/grafana-openapi-client-go digest to 5b95bb1 fix(deps): update github.com/grafana/grafana-openapi-client-go digest to 5b95bb1 - abandoned Apr 20, 2026
@renovate-sh-app
Copy link
Copy Markdown
Contributor Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@theSuess
Copy link
Copy Markdown
Collaborator

@Baarsgaard from what I can tell, this field is used by the alert enrichment api which apparently reuses the matchers interface so this shouldn't affect the actual rules but since terraform and crossplane are autogenerated, it shows up there.

I think we can ignore this for now and add support for this once we understand it better and get feature requests for it

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 documentation Issues relating to documentation, missing, non-clear etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants