Skip to content

chore(deps): bump github.com/tektoncd/chains from 0.27.2 to 0.27.3#3029

Merged
tekton-robot merged 1 commit into
mainfrom
dependabot/go_modules/github.com/tektoncd/chains-0.27.3
Jul 15, 2026
Merged

chore(deps): bump github.com/tektoncd/chains from 0.27.2 to 0.27.3#3029
tekton-robot merged 1 commit into
mainfrom
dependabot/go_modules/github.com/tektoncd/chains-0.27.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/tektoncd/chains from 0.27.2 to 0.27.3.

Release notes

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

Tekton Chains release v0.27.3

-Docs @ v0.27.3 -Examples @ v0.27.3

Installation one-liner

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

Attestation

The Rekor UUID for this release is 108e9186e8c5677a23e40ac00f6210e922a59eff6e12eb4fca63234b1fa30d1cfcb0fb08261b6b79

Obtain the attestation:

REKOR_UUID=108e9186e8c5677a23e40ac00f6210e922a59eff6e12eb4fca63234b1fa30d1cfcb0fb08261b6b79
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/chains/previous/v0.27.3/release.yaml
REKOR_UUID=108e9186e8c5677a23e40ac00f6210e922a59eff6e12eb4fca63234b1fa30d1cfcb0fb08261b6b79
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.27.3@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
  • 4199635 chore(deps): bump the all group with 3 updates (#1787)
  • 24246ee chore(deps): bump chainguard-dev/actions/kind-diag in the all group (#1759)
  • 1f67e7c chore(deps): bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7 (#1751)
  • 8c73d7d chore(deps): bump chainguard-dev/actions/kind-diag from 1.6.24 to 1.6.25 (#1730)
  • 4f8eeb7 remove symlinks (#1744)
  • 0c2ae68 chore(deps): bump chainguard-dev/actions from 1.6.19 to 1.6.24 (#1721)
  • 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 14, 2026
@tekton-robot tekton-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 14, 2026

@divyansh42 divyansh42 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
@tekton-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: divyansh42

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 approved Indicates a PR has been approved by an approver from all required OWNERS files. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jul 15, 2026
Bumps [github.com/tektoncd/chains](https://github.com/tektoncd/chains) from 0.27.2 to 0.27.3.
- [Release notes](https://github.com/tektoncd/chains/releases)
- [Changelog](https://github.com/tektoncd/chains/blob/main/releases.md)
- [Commits](tektoncd/chains@v0.27.2...v0.27.3)

---
updated-dependencies:
- dependency-name: github.com/tektoncd/chains
  dependency-version: 0.27.3
  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/github.com/tektoncd/chains-0.27.3 branch from ab73075 to 9fade12 Compare July 15, 2026 05:35
@tekton-robot tekton-robot removed lgtm Indicates that a PR is ready to be merged. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jul 15, 2026
@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 15, 2026
@tekton-robot
tekton-robot merged commit 3120259 into main Jul 15, 2026
12 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/tektoncd/chains-0.27.3 branch July 15, 2026 06:20
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/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.

2 participants