Skip to content

Bump github.com/tektoncd/pipeline from 1.9.3 to 1.9.5#2960

Open
dependabot[bot] wants to merge 1 commit into
release-v0.44.xfrom
dependabot/go_modules/release-v0.44.x/github.com/tektoncd/pipeline-1.9.5
Open

Bump github.com/tektoncd/pipeline from 1.9.3 to 1.9.5#2960
dependabot[bot] wants to merge 1 commit into
release-v0.44.xfrom
dependabot/go_modules/release-v0.44.x/github.com/tektoncd/pipeline-1.9.5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/tektoncd/pipeline from 1.9.3 to 1.9.5.

Release notes

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

Tekton Pipeline release v1.9.5 "Devon Rex Dreadnought"

-Docs @ v1.9.5 -Examples @ v1.9.5

Installation one-liner

kubectl apply -f https://infra.tekton.dev/tekton-releases/pipeline/previous/v1.9.5/release.yaml

Attestation

The Rekor UUID for this release is 108e9186e8c5677acffd10e5aa5179f659536d865d7f96b46686bfc27ec61400bc068a4cddeab85b

Obtain the attestation:

REKOR_UUID=108e9186e8c5677acffd10e5aa5179f659536d865d7f96b46686bfc27ec61400bc068a4cddeab85b
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/pipeline/previous/v1.9.5/release.yaml
REKOR_UUID=108e9186e8c5677acffd10e5aa5179f659536d865d7f96b46686bfc27ec61400bc068a4cddeab85b
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 + ":v1.9.5@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
  • c56834b build(deps): bump the all group in /tekton with 3 updates
  • fb18736 build(deps): bump the all group in /tekton with 4 updates
  • 469e782 build(deps): bump k8s.io/apimachinery from 0.33.12 to 0.33.13
  • 52d677f build(deps): bump the all group in /tekton with 4 updates
  • 1eb2fe3 fix(resolvers): Allow ResolutionRequests to resolve all Tekton kinds
  • b6b85c5 build(deps): bump the all group in /tekton with 4 updates
  • 7237155 build(deps): bump the all group across 1 directory with 4 updates
  • 9937571 fix: add automated draft release support to release pipeline
  • 7666a7d build(deps): bump actions/checkout from 6.0.2 to 6.0.3
  • 474b1c7 fix: prevent controller CPU variant from leaking into platform commands
  • Additional commits viewable 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 3, 2026
@tekton-robot tekton-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jul 3, 2026

@vdemeester vdemeester 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

@vdemeester

Copy link
Copy Markdown
Member

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 3, 2026
@tekton-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vdemeester

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:

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 Jul 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/release-v0.44.x/github.com/tektoncd/pipeline-1.9.5 branch from b774b46 to aca3e21 Compare July 3, 2026 18:41
@tekton-robot tekton-robot removed the lgtm Indicates that a PR is ready to be merged. label Jul 3, 2026
@tekton-robot

Copy link
Copy Markdown
Contributor

New changes are detected. LGTM label has been removed.

@dependabot dependabot Bot force-pushed the dependabot/go_modules/release-v0.44.x/github.com/tektoncd/pipeline-1.9.5 branch from aca3e21 to 7e6ddb2 Compare July 3, 2026 18:43
Bumps [github.com/tektoncd/pipeline](https://github.com/tektoncd/pipeline) from 1.9.3 to 1.9.5.
- [Release notes](https://github.com/tektoncd/pipeline/releases)
- [Changelog](https://github.com/tektoncd/pipeline/blob/main/releases.md)
- [Commits](tektoncd/pipeline@v1.9.3...v1.9.5)

---
updated-dependencies:
- dependency-name: github.com/tektoncd/pipeline
  dependency-version: 1.9.5
  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.44.x/github.com/tektoncd/pipeline-1.9.5 branch from 7e6ddb2 to a8c5102 Compare July 3, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. 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/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants