Skip to content

fix(deps): bump k8s, OTel, and knative.dev/pkg to fix controller panic#199

Merged
tekton-robot merged 1 commit intotektoncd:dependabot/go_modules/github.com/tektoncd/pipeline-1.10.0from
infernus01:fix-conflicts
Mar 5, 2026
Merged

fix(deps): bump k8s, OTel, and knative.dev/pkg to fix controller panic#199
tekton-robot merged 1 commit intotektoncd:dependabot/go_modules/github.com/tektoncd/pipeline-1.10.0from
infernus01:fix-conflicts

Conversation

@infernus01
Copy link
Member

Changes

Build failure - undefined OTel metric symbols:

  • vendor/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/oconf/envconfig.go:167:15: undefined: metric.CumulativeTemporalitySelector
    
  • vendor/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/oconf/envconfig.go:169:15: undefined: metric.DeltaTemporalitySelector
    
  • vendor/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/oconf/envconfig.go:171:15: undefined: metric.LowMemoryTemporalitySelector
    

Likely cause

  • OTel SDK replace directives downgraded the SDK from v1.39.0 to v1.37.0, which uses semconv/v1.34.0. knative.dev/pkg uses semconv/v1.37.0. resource.Merge() panicked on the mismatch.

  • k8s replace directives pinned k8s to v0.33.1, pulling in an older kube-openapi that uses gopkg.in/yaml.v3 types while newer transitive deps use go.yaml.in/yaml/v3.

  • The downgraded OTel SDK v1.37.0 lacks APIs (CumulativeTemporalitySelector, DeltaTemporalitySelector, LowMemoryTemporalitySelector) referenced by the OTel metric exporter v1.39.0.

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

  • Has Docs if any changes are user facing, including updates to minimum requirements e.g. Kubernetes version bumps
  • Has Tests included if any functionality added or changed
  • pre-commit Passed
  • Follows the commit message standard
  • Meets the Tekton contributor standards (including functionality, content, code)
  • Has a kind label. You can add one by adding a comment on this PR that contains /kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tep
  • Release notes block below has been updated with any user facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings). See some examples of good release notes.
  • Release notes contains the string "action required" if the change requires additional action from users switching to the new release

Release Notes

NONE

@tekton-robot tekton-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Mar 4, 2026
@infernus01
Copy link
Member Author

/kind misc

@tekton-robot tekton-robot added the kind/misc Categorizes issue or PR as a miscellaneuous one. label Mar 4, 2026
Signed-off-by: Shubham Bhardwaj <shubbhar@redhat.com>
@anithapriyanatarajan
Copy link
Contributor

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 5, 2026
@tekton-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: anithapriyanatarajan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [anithapriyanatarajan]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 5, 2026
@anithapriyanatarajan anithapriyanatarajan removed the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 5, 2026
@tekton-robot tekton-robot merged commit 2238173 into tektoncd:dependabot/go_modules/github.com/tektoncd/pipeline-1.10.0 Mar 5, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/misc Categorizes issue or PR as a miscellaneuous one. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants