Skip to content

Update dependencies and refactor import paths for controller-util #938

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drivebyer
Copy link
Contributor

@drivebyer drivebyer commented May 21, 2025

This PR updates controller-util and controller-runtime.

Note that the package controller-runtime/pkg/envtest/printer has been removed.

This is a breaking change. Over time, it’s important for us to keep controller-runtime up to date. However, the current API depends on an outdated version, which blocks the upgrade process.

go: finding module for package sigs.k8s.io/controller-runtime/pkg/envtest/printer
...
...
...
        github.com/bitpoke/mysql-operator/pkg/apis/mysql/v1alpha1 tested by
        github.com/bitpoke/mysql-operator/pkg/apis/mysql/v1alpha1.test imports
        sigs.k8s.io/controller-runtime/pkg/envtest/printer: module sigs.k8s.io/controller-runtime@latest found (v0.20.4), but does not contain package sigs.k8s.io/controller-runtime/pkg/envtest/printer

…kage

Signed-off-by: yangw <wuyangmuc@gmail.com>
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