Skip to content

chore(deps): bump github.com/tektoncd/pipeline from 1.9.3 to 1.9.6#2960

Merged
tekton-robot merged 1 commit into
release-v0.44.xfrom
dependabot/go_modules/release-v0.44.x/github.com/tektoncd/pipeline-1.9.5
Jul 8, 2026
Merged

chore(deps): bump github.com/tektoncd/pipeline from 1.9.3 to 1.9.6#2960
tekton-robot merged 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.6.

Release notes

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

Tekton Pipeline release v1.9.6 "Devon Rex Dreadnought"

-Docs @ v1.9.6 -Examples @ v1.9.6

Installation one-liner

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

Attestation

The Rekor UUID for this release is 108e9186e8c5677acf3e338c239faf5a2afc67e49eec5d5d5166654363563c81b57d51d4bd910d27

Obtain the attestation:

REKOR_UUID=108e9186e8c5677acf3e338c239faf5a2afc67e49eec5d5d5166654363563c81b57d51d4bd910d27
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.6/release.yaml
REKOR_UUID=108e9186e8c5677acf3e338c239faf5a2afc67e49eec5d5d5166654363563c81b57d51d4bd910d27
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.6@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
  • 0b947f8 ci: pin ko to v0.18.1 to avoid v0.19.0 regressions
  • d5b0394 fix: replace kodata LICENSE symlinks with actual files
  • 7c4eb3c fix: bump Go and x deps for CVEs
  • 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
  • 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 previously approved these changes 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
@dependabot dependabot Bot force-pushed the dependabot/go_modules/release-v0.44.x/github.com/tektoncd/pipeline-1.9.5 branch 2 times, most recently from 7e6ddb2 to a8c5102 Compare July 3, 2026 19:01
@dependabot dependabot Bot changed the title Bump github.com/tektoncd/pipeline from 1.9.3 to 1.9.5 chore(deps): bump github.com/tektoncd/pipeline from 1.9.3 to 1.9.5 Jul 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/release-v0.44.x/github.com/tektoncd/pipeline-1.9.5 branch from a8c5102 to 674866b Compare July 6, 2026 10:38
Bumps [github.com/tektoncd/pipeline](https://github.com/tektoncd/pipeline) from 1.9.3 to 1.9.6.
- [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.6)

---
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 changed the title chore(deps): bump github.com/tektoncd/pipeline from 1.9.3 to 1.9.5 chore(deps): bump github.com/tektoncd/pipeline from 1.9.3 to 1.9.6 Jul 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/release-v0.44.x/github.com/tektoncd/pipeline-1.9.5 branch from 674866b to e4856f7 Compare July 8, 2026 17:12
@divyansh42

Copy link
Copy Markdown
Member

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 8, 2026
@tekton-robot tekton-robot merged commit 278800f into release-v0.44.x Jul 8, 2026
10 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/release-v0.44.x/github.com/tektoncd/pipeline-1.9.5 branch July 8, 2026 17:38
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. lgtm Indicates that a PR is ready to be merged. 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.

3 participants