chore(deps): bump github.com/tektoncd/pipeline from 1.7.0 to 1.9.0#165
Conversation
|
/retest |
|
It seems v1.9.0 brought in newer versions of the OpenTelemetry libraries and upgrades otel/sdk and that mismatch causes the crash. 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, 0x400019f740}, {0x21c99cc, 0x18}, 0x400007cb10, 0x40001408d0)
knative.dev/pkg@v0.0.0-20250811181739-e06d4c9af190/injection/sharedmain/main.go:400 +0xcc
knative.dev/pkg/injection/sharedmain.MainWithConfig({0x25746e0, 0x400053f860}, {0x21c99cc, 0x18}, 0x40000fed88, {0x4000571f08, 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 |
Bumps [github.com/tektoncd/pipeline](https://github.com/tektoncd/pipeline) from 1.7.0 to 1.9.0. - [Release notes](https://github.com/tektoncd/pipeline/releases) - [Changelog](https://github.com/tektoncd/pipeline/blob/main/releases.md) - [Commits](tektoncd/pipeline@v1.7.0...v1.9.0) --- updated-dependencies: - dependency-name: github.com/tektoncd/pipeline dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
0fca3c2 to
c2aefc3
Compare
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
|
/retest |
go.opentelemetry/otel/sdk/metric has a soft dependency on /otel/semconv which is incompatible with this knative version at runtime. Without this version replacement, the pods crash with an error like: ``` 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, 0x400019f740}, {0x21c99cc, 0x18}, 0x400007cb10, 0x40001408d0) knative.dev/pkg@v0.0.0-20250811181739-e06d4c9af190/injection/sharedmain/main.go:400 +0xcc knative.dev/pkg/injection/sharedmain.MainWithConfig({0x25746e0, 0x400053f860}, {0x21c99cc, 0x18}, 0x40000fed88, {0x4000571f08, 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 ``` SEE: open-telemetry/opentelemetry-go#7297
|
/retest |
|
A newer version of github.com/tektoncd/pipeline exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: infernus01 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
Bumps github.com/tektoncd/pipeline from 1.7.0 to 1.9.0.
Release notes
Sourced from github.com/tektoncd/pipeline's releases.
... (truncated)
Commits
0cc7987fix: validate taskRef.apiVersion format for custom tasks13a014cbuild(deps): bump go.uber.org/zap from 1.27.0 to 1.27.180ce1d5build(deps): bump github.com/google/cel-go from 0.26.0 to 0.27.0a7bac62chore(ci): update cherry-pick workflow to fix multi-commit PRs0decf9dci: add KOCACHE to speed up ko builds in GitHub Actionsd2b0894taskrun: include actual result size in error when exceeding maxResultSize2a1f938build(deps): bump github/codeql-action from 4.31.9 to 4.32.01569c03build(deps): bump the all group in /tekton with 3 updates19a8e88build(deps): bump chainguard-dev/actions from 1.5.12 to 1.5.13ad67dcebuild(deps): bump actions/checkout from 6.0.1 to 6.0.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)