Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 23, 2023

Bumps github.com/tektoncd/chains from 0.14.0 to 0.15.0.

Release notes

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

Tekton Chains release v0.15.0

-Docs @ v0.15.0 -Examples @ v0.15.

Highlights

  • 🎉 Sigstore keyless mode promoted out of experimental
  • 🎉 in-toto provenance format now rebranded to slsa/v1 (in-toto remains as an alias).

Installation one-liner

kubectl apply -f https://storage.googleapis.com/tekton-releases/chains/previous/v0.15.0/release.yaml

Attestation

The Rekor UUID for this release is 24296fb24b8ad77a9a10cc2c864ff3b62961e990c5e6ebc3374f9e6bcb0a5f52375ef3177c0ca8f0

Obtain the attestation:

REKOR_UUID=24296fb24b8ad77a9a10cc2c864ff3b62961e990c5e6ebc3374f9e6bcb0a5f52375ef3177c0ca8f0
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://storage.googleapis.com/tekton-releases/chains/previous/v0.15.0/release.yaml
REKOR_UUID=24296fb24b8ad77a9a10cc2c864ff3b62961e990c5e6ebc3374f9e6bcb0a5f52375ef3177c0ca8f0
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.15.0@sha256:" + .digest.sha256')
Download the release file
curl "$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

... (truncated)

Commits
  • 9950cb5 Bump github.com/golangci/golangci-lint from 1.51.0 to 1.51.1 (#699)
  • 8dc461d Bump google.golang.org/grpc from 1.52.3 to 1.53.0 (#701)
  • 08ba781 Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#702)
  • 82c213c Add labels and annotations to attestation (#692)
  • 0a06881 Bump github.com/golangci/golangci-lint from 1.50.1 to 1.51.0 (#696)
  • 3d0e739 Do not initialize Rekor client if transparency is not enabled (#693)
  • 05232aa Slsa Branding of Chains Provenance Format (#687)
  • 49eaca0 Bump google.golang.org/grpc from 1.52.1 to 1.52.3 (#691)
  • b43d824 Bump gocloud.dev/pubsub/kafkapubsub from 0.27.0 to 0.28.0 (#674)
  • 5fab3e2 Remove tekton as a provenance format (#685)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/tektoncd/chains](https://github.com/tektoncd/chains) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/tektoncd/chains/releases)
- [Changelog](https://github.com/tektoncd/chains/blob/main/releases.md)
- [Commits](tektoncd/chains@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: github.com/tektoncd/chains
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 23, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 21, 2025

Superseded by #216.

@dependabot dependabot bot closed this Mar 21, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/internal/tools/github.com/tektoncd/chains-0.15.0 branch March 21, 2025 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant