chore(deps): bump kubernetes libraries to 0.34 #18
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 pull request updates the Go module dependencies in both the main project (
go.mod) and the operator tests (tests/operator/go.mod). The primary focus is on upgrading various Kubernetes-related, Prometheus, OpenAPI, and other supporting libraries to their latest versions, as well as cleaning up and synchronizing indirect dependencies.Dependency upgrades and synchronization:
Kubernetes-related dependencies:
k8s.io/api,k8s.io/apimachinery,k8s.io/client-go,k8s.io/utils, andsigs.k8s.io/controller-runtimeto their latest patch versions for improved compatibility and bug fixes. [1] [2]k8s.io/apiextensions-apiserver,k8s.io/apiserver,k8s.io/component-base, andk8s.io/kube-openapi. [1] [2]These updates help keep the codebase secure, compatible with the latest Kubernetes ecosystem, and ready for new features and bug fixes.