fix(deps): update module sigs.k8s.io/controller-runtime to v0.24.1 (main)#1037
Open
crossplane-renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module sigs.k8s.io/controller-runtime to v0.24.1 (main)#1037crossplane-renovate[bot] wants to merge 1 commit into
crossplane-renovate[bot] wants to merge 1 commit into
Conversation
e50cda5 to
dd7d328
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Duologic
added a commit
to grafana/crossplane-provider-grafana
that referenced
this pull request
Jul 2, 2026
The Grafana TF provider v4.39.x pulls in the k8s.io v0.36 stack (via grafana-app-sdk and grafana/apps/provisioning). client-go v0.36 added HasSyncedChecker() to cache.ResourceEventHandlerRegistration, which the controller-runtime v0.22 pinned by crossplane-runtime v2.1.x does not implement, breaking codegen. The k8s.io modules are a co-versioned set and cannot straddle v0.35/v0.36 individually, so pin the whole stack (api, apimachinery, apiserver, apiextensions-apiserver, client-go, code-generator, component-base) back to v0.35.3 as a matched set until controller-runtime v0.24 lands via crossplane-runtime (crossplane/crossplane-runtime#1037) and upjet adopts it (crossplane/upjet#664). Includes regenerated code from 'make generate' for the v4.39.1 schema. Refs #601
Duologic
added a commit
to grafana/crossplane-provider-grafana
that referenced
this pull request
Jul 3, 2026
## Resolution The `make generate` failure was caused by `terraform-provider-grafana` v4.39.x pulling in the **k8s.io v0.36** stack while crossplane-runtime v2.1.x still pins **controller-runtime v0.22** (which does not implement client-go v0.36's `HasSyncedChecker()` on `cache.ResourceEventHandlerRegistration`). As a temporary workaround, this PR pins the whole k8s.io stack back to v0.35.3 via `replace` directives (they're a co-versioned set and can't straddle v0.35/v0.36 individually). `make submodules && make generate` now completes and the regenerated code is committed. - Removal of the `replace` block is tracked in #622 (blocked on controller-runtime v0.24 upstream: crossplane/crossplane-runtime#1037 + crossplane/upjet#664). Closes #601 --- ## Automated dependency update Updates `terraform-provider-grafana` to v4.39.1. **Release**: https://github.com/grafana/terraform-provider-grafana/releases/tag/v4.39.1 ### Changelog ### Bug Fixes - **appplatform:** retry transient referential-integrity and server errors ([#2838](grafana/terraform-provider-grafana#2838)) by @rknightion - **appplatform:** exponential backoff for retries via k8s wait.Backoff ([#2844](grafana/terraform-provider-grafana#2844)) by @MissingRoberto - **asserts:** omit empty match values for null-check operators ([#2854](grafana/terraform-provider-grafana#2854)) by @vpadi - **deps:** update module github.com/prometheus/common to v0.69.0 ([#2827](grafana/terraform-provider-grafana#2827)) by @renovate-sh-app[bot] ### CI/CD - **workflows:** add workflow for validation of unpublished builds ([#2780](grafana/terraform-provider-grafana#2780)) by @suntala - **workflows:** align validate-unpublished-provider with field-eng ([#2845](grafana/terraform-provider-grafana#2845)) by @suntala - **workflows:** poll cloud acceptance gate until tests finish ([#2855](grafana/terraform-provider-grafana#2855)) by @suntala ### Documentation - clarify provider config for git sync App Platform resources ([#2843](grafana/terraform-provider-grafana#2843)) by @MissingRoberto ### Miscellaneous - **cloud:** move to new stacks connections endpoint ([#2840](grafana/terraform-provider-grafana#2840)) by @nachogiljaldo **Full Changelog**: [v4.39.0...v4.39.1](grafana/terraform-provider-grafana@v4.39.0...v4.39.1) --- *This PR was automatically created by the [update-terraform-provider](https://github.com/grafana/crossplane-provider-grafana/actions/workflows/update-terraform-provider.yaml) workflow.* --------- Co-authored-by: terraform-provider-grafana[bot] <220933401+terraform-provider-grafana[bot]@users.noreply.github.com> Co-authored-by: Duologic <jeroen@simplistic.be>
dd7d328 to
de3bc40
Compare
de3bc40 to
4c054ce
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.23.1→v0.24.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.24.1Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.24.0...v0.24.1
v0.24.0Compare Source
🐛 Bug Fixes
🌱 Others
StartLoggingfor event debug logs (#3451)🌱 CI & linters
tools/setup-envtestsubmodule (#3476)📖 Additionally, there has been 1 contribution to our documentation. (#3477)
Dependencies
Added
Changed
8a7402a→944ab1f078029d→bd525daa0af3ef→8636f87200df99→8636f87f2248ac589584f→43fb72cbc988d5→b8788abRemoved
9bdfabeThanks to all our contributors! 😊
v0.23.3Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.23.2...v0.23.3
v0.23.2Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.23.1...v0.23.2
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.