-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
False
-
-
False
-
-
Description of problem:
When upgrading `github.com/tektoncd/pipeline` from v1.7.0 to v1.9.0 in go.mod, the controller crashes at startup with an OpenTelemetry schema version conflict.
https://github.com/tektoncd/pruner/pull/165
panic: conflicting Schema URL: https://opentelemetry.io/schemas/1.37.0 and https://opentelemetry.io/schemas/1.34.0 goroutine 1 [running]: knative.dev/pkg/observability/resource.Default({0x21c99cc, 0x18}) knative.dev/pkg@v0.0.0-20250811181739-e06d4c9af190/observability/resource/default.go:66 +0x3cc knative.dev/pkg/injection/sharedmain.SetupObservabilityOrDie({0x25746e0, 0x40005b5740}, {0x21c99cc, 0x18}, 0x400007c098, 0x4000116b00) knative.dev/pkg@v0.0.0-20250811181739-e06d4c9af190/injection/sharedmain/main.go:400 +0xcc knative.dev/pkg/injection/sharedmain.MainWithConfig({0x25746e0, 0x40004302d0}, {0x21c99cc, 0x18}, 0x4000132488, {0x400044df08, 0x4, 0x4}) knative.dev/pkg@v0.0.0-20250811181739-e06d4c9af190/injection/sharedmain/main.go:286 +0x620 main.main() github.com/tektoncd/pruner/cmd/controller/main.go:60 +0x2e8
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
# <steps>
Actual results:
Expected results:
Reproducibility (Always/Intermittent/Only Once):
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):