Skip to content

[release-v0.80.x] bump github.com/tektoncd/pruner from 0.4.0 to 0.4.1#3704

Open
dependabot[bot] wants to merge 1 commit into
release-v0.80.xfrom
dependabot/go_modules/release-v0.80.x/github.com/tektoncd/pruner-0.4.1
Open

[release-v0.80.x] bump github.com/tektoncd/pruner from 0.4.0 to 0.4.1#3704
dependabot[bot] wants to merge 1 commit into
release-v0.80.xfrom
dependabot/go_modules/release-v0.80.x/github.com/tektoncd/pruner-0.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/tektoncd/pruner from 0.4.0 to 0.4.1.

Release notes

Sourced from github.com/tektoncd/pruner's releases.

Tekton Pruner Release v0.4.1

Tekton Pruner release v0.4.1 "Release v0.4.1"

-Docs @ v0.4.1 -Examples @ v0.4.1

Installation one-liner

kubectl apply -f https://infra.tekton.dev/tekton-releases/pruner/previous/v0.4.1/release.yaml

Attestation

The Rekor UUID for this release is 108e9186e8c5677afb7d344ca28b35310277433ff9e3bca9add985c56a71841247f3caf7245160ff

Obtain the attestation:

REKOR_UUID=108e9186e8c5677afb7d344ca28b35310277433ff9e3bca9add985c56a71841247f3caf7245160ff
rekor-cli get --uuid $REKOR_UUID --format json | jq -r .Attestation | jq .

Verify that all container images in the attestation are in the release file:

RELEASE_FILE=https://infra.tekton.dev/tekton-releases/pruner/previous/v0.4.1/release.yaml
REKOR_UUID=108e9186e8c5677afb7d344ca28b35310277433ff9e3bca9add985c56a71841247f3caf7245160ff
Obtains the list of images with sha from the attestation
REKOR_ATTESTATION_IMAGES=$(rekor-cli get --uuid "$REKOR_UUID" --format json | jq -r .Attestation | jq -r '.subject[]|.name + ":v0.4.1@sha256:" + .digest.sha256')
Download the release file
curl -L "$RELEASE_FILE" > release.yaml
For each image in the attestation, match it to the release file
for image in $REKOR_ATTESTATION_IMAGES; do
printf $image; grep -q $image release.yaml && echo " ===> ok" || echo " ===> no match";
done

Changes

Features

... (truncated)

Commits
  • 0dc5f88 fix(webhook): allow operator-managed global ConfigMap deletion
  • See full diff in compare view

@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 Jul 13, 2026
@tekton-robot tekton-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 13, 2026

@infernus01 infernus01 left a comment

Copy link
Copy Markdown
Member

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 Jul 14, 2026
@tekton-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: infernus01
To complete the pull request process, please assign pramodbindal after the PR has been reviewed.
You can assign the PR to them by writing /assign @pramodbindal 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

@anithapriyanatarajan

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot changed the title chore(deps): bump github.com/tektoncd/pruner from 0.4.0 to 0.4.1 [release-v0.80.x] bump github.com/tektoncd/pruner from 0.4.0 to 0.4.1 Jul 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/release-v0.80.x/github.com/tektoncd/pruner-0.4.1 branch from 01dfde1 to bbcc075 Compare July 15, 2026 04:24
@tekton-robot tekton-robot removed the lgtm Indicates that a PR is ready to be merged. label Jul 15, 2026

@infernus01 infernus01 left a comment

Copy link
Copy Markdown
Member

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 Jul 15, 2026
@pratap0007

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [github.com/tektoncd/pruner](https://github.com/tektoncd/pruner) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/tektoncd/pruner/releases)
- [Changelog](https://github.com/tektoncd/pruner/blob/main/releases.md)
- [Commits](tektoncd/pruner@v0.4.0...v0.4.1)

---
updated-dependencies:
- dependency-name: github.com/tektoncd/pruner
  dependency-version: 0.4.1
  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.80.x/github.com/tektoncd/pruner-0.4.1 branch from bbcc075 to 01bbdbf Compare July 15, 2026 06:55
@tekton-robot tekton-robot removed the lgtm Indicates that a PR is ready to be merged. label Jul 15, 2026
@tekton-robot

Copy link
Copy Markdown
Contributor

New changes are detected. LGTM label has been removed.

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/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants