You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #3332 lands (OpenCensus → OpenTelemetry migration), we should be able to remove most/all replace directives from go.mod and align dependencies with tektoncd/pipeline.
Bump knative.dev/pkg to align with tektoncd/pipeline (v0.0.0-20260318013857-98d5a706d4fd)
Bump openshift-pipelines/pipelines-as-code from v0.42.0 to v0.45.0 — this removes the transitive k8s.io/client-go@v1.5.2 requirement (the root cause of needing the k8s.io replaces)
Bump k8s.io deps to v0.35.3 (aligned with pipeline) and remove all k8s.io replace directives
Remove replace directives from go.mod
Once #3332 lands (OpenCensus → OpenTelemetry migration), we should be able to remove most/all
replacedirectives fromgo.modand align dependencies withtektoncd/pipeline.Current replace directives
k8s.io/api,apimachinery,client-go,code-generator,apiextensions-apiserver,kube-openapik8s.io/client-go@v1.5.2knative.dev/pkgmetricspackage (removed upstream)knative.dev/eventinggithub.com/go-jose/go-jose/v4github.com/alibabacloud-go/cr-20160607Steps
knative.dev/pkg, removes OpenCensus usage)knative.dev/pkgto align withtektoncd/pipeline(v0.0.0-20260318013857-98d5a706d4fd)openshift-pipelines/pipelines-as-codefromv0.42.0tov0.45.0— this removes the transitivek8s.io/client-go@v1.5.2requirement (the root cause of needing the k8s.io replaces)v0.35.3(aligned with pipeline) and remove all k8s.io replace directivesknative.dev/eventing,knative.dev/pkg,go-jose)go mod tidyand regenerate vendor/codegenContext
tektoncd/pipelinehas no k8s.io or knative replaces — we should align with that./kind cleanup