Skip to content

chore(deps): bump github.com/openshift-pipelines/tektoncd-pruner from 0.0.0-20250711075231-9c8624123820 to 0.0.0#3573

Open
dependabot[bot] wants to merge 1 commit into
release-v0.77.xfrom
dependabot/go_modules/release-v0.77.x/github.com/openshift-pipelines/tektoncd-pruner-0.0.0
Open

chore(deps): bump github.com/openshift-pipelines/tektoncd-pruner from 0.0.0-20250711075231-9c8624123820 to 0.0.0#3573
dependabot[bot] wants to merge 1 commit into
release-v0.77.xfrom
dependabot/go_modules/release-v0.77.x/github.com/openshift-pipelines/tektoncd-pruner-0.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/openshift-pipelines/tektoncd-pruner from 0.0.0-20250711075231-9c8624123820 to 0.0.0.

Commits

@dependabot dependabot Bot added dependencies Used by dependabot - identifies all PRs created by dependabot kind/misc Categorizes issue or PR as a miscellaneuous one. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesnt merit a release note. labels Jun 23, 2026
@tekton-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign jkandasa after the PR has been reviewed.
You can assign the PR to them by writing /assign @jkandasa in a comment when ready.

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

Details Needs approval from an approver in each of these files:

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 size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Jun 23, 2026

@khrm khrm left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/release-v0.77.x/github.com/openshift-pipelines/tektoncd-pruner-0.0.0 branch from dd5fd96 to 287a885 Compare June 23, 2026 17:43
@tekton-robot

Copy link
Copy Markdown
Contributor

New changes are detected. LGTM label has been removed.

@tekton-robot tekton-robot removed the lgtm Indicates that a PR is ready to be merged. label Jun 23, 2026
Bumps [github.com/openshift-pipelines/tektoncd-pruner](https://github.com/openshift-pipelines/tektoncd-pruner) from 0.0.0-20250711075231-9c8624123820 to 0.0.0.
- [Release notes](https://github.com/openshift-pipelines/tektoncd-pruner/releases)
- [Commits](https://github.com/openshift-pipelines/tektoncd-pruner/commits)

---
updated-dependencies:
- dependency-name: github.com/openshift-pipelines/tektoncd-pruner
  dependency-version: 0.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/release-v0.77.x/github.com/openshift-pipelines/tektoncd-pruner-0.0.0 branch from 287a885 to 30b11de Compare June 23, 2026 20:05
@vdemeester

Copy link
Copy Markdown
Member

CI is failing due to a breaking API change in the bumped dependency, not a flake.

pkg/apis/operator/v1alpha1/tektonpruner_types.go:45:22: undefined: config.GlobalConfig

The new pruner version removed/renamed config.GlobalConfig, which tektonpruner_types.go still references. This breaks compilation of pkg/apis/operator/v1alpha1, cascading into both build and lint (typecheck) failures; downstream jobs are skipped as a result.

This bump can't merge as-is — it needs an accompanying code change to update tektonpruner_types.go (and related pruner code) to the new config package API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Used by dependabot - identifies all PRs created by dependabot kind/misc Categorizes issue or PR as a miscellaneuous one. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesnt merit a release note. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants