Skip to content

Upgrade dependencies pre-release#913

Open
sriritwikdo wants to merge 2 commits intomasterfrom
schekuri/CON-13754
Open

Upgrade dependencies pre-release#913
sriritwikdo wants to merge 2 commits intomasterfrom
schekuri/CON-13754

Conversation

@sriritwikdo
Copy link
Copy Markdown

@sriritwikdo sriritwikdo commented Apr 23, 2026

  • go get -u ./...
  • go mod tidy
  • go mod vendor

Update CHANGELOG.md

@sriritwikdo sriritwikdo changed the title CON-13754: Upgrade dependencies Upgrade dependencies pre-release Apr 23, 2026
@sriritwikdo
Copy link
Copy Markdown
Author

This Pull Request is currently blocked because of an upstream incompatibility in sigs.k8s.io/controller-runtime. The compilation fails in multi_namespace_cache.go because handlerRegistration is missing the HasSyncedChecker method, meaning it no longer satisfies the ResourceEventHandlerRegistration interface.

This issue stems from k8s.io/client-go v0.36.0, which added the new HasSyncedChecker() requirement. Although it's resolved in this PR #3462 (merged March 11, 2026), their most recent stable release—v0.23.3 still runs on client-go v0.35.x and does not include the patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant