Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 27, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/tektoncd/pipeline require patch v0.40.0 -> v0.40.2

Release Notes

tektoncd/pipeline

v0.40.2

Compare Source

-Docs @​ v0.40.2
-Examples @​ v0.40.2

Installation one-liner
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.40.2/release.yaml
Attestation

The Rekor UUID for this release is 24296fb24b8ad77a2573afa5bfbd4582c0eb8c844009ee685a7e9abf6ae42b4d00b20c7485096315

Obtain the attestation:

REKOR_UUID=24296fb24b8ad77a2573afa5bfbd4582c0eb8c844009ee685a7e9abf6ae42b4d00b20c7485096315
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/pipeline/previous/v0.40.2/release.yaml
REKOR_UUID=24296fb24b8ad77a2573afa5bfbd4582c0eb8c844009ee685a7e9abf6ae42b4d00b20c7485096315

##### 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.40.2@​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
Features
Fixes
  • 🐛 [release-v0.40.x] Write TaskRun.Status.TaskSpec with replaced spec on every reconcile run (#​5584)

ix TaskRun parameter etc replacement logic to persist in the TaskRun's Status properly

Misc
  • 🔨 [release-v0.40.x] tekton: make sure the git workingdir is not dirty… (#​5583)

ix the -dirty suffix in pipeline.tekton.dev/release annotation

  • 🔨 [release-v0.40.x] Update ko to v0.12.0 (#​5567)
Docs
Thanks

Thanks to these contributors who contributed to v0.40.2!

Extra shout-out for awesome release notes:

v0.40.1

Compare Source

-Docs @​ v0.40.1
-Examples @​ v0.40.1

Installation one-liner
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.40.1/release.yaml
Attestation

The Rekor UUID for this release is 362f8ecba72f432643c8fc44b910556818f9aac401493abdd08da44a05e8c0c10a7122ef17aaf447

Obtain the attestation:

REKOR_UUID=362f8ecba72f432643c8fc44b910556818f9aac401493abdd08da44a05e8c0c10a7122ef17aaf447
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/pipeline/previous/v0.40.1/release.yaml
REKOR_UUID=362f8ecba72f432643c8fc44b910556818f9aac401493abdd08da44a05e8c0c10a7122ef17aaf447

##### 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.40.1@​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
Features
Fixes
  • 🐛 [release-v0.40.x] Fix taskrun not working with workspace having volumeClaimTemplate (#​5562)

ix taskrun not working with workspace having volumeClaimTemplate

  • 🐛 [release-v0.40.x] Fix empty paramValueType conversion (#​5513)
Misc
Docs
Thanks

Thanks to these contributors who contributed to v0.40.1!

Extra shout-out for awesome release notes:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update module github.com/tektoncd/pipeline to v0.40.1 Update module github.com/tektoncd/pipeline to v0.40.2 Oct 3, 2022
@renovate renovate bot force-pushed the renovate/github.com-tektoncd-pipeline-0.x branch from 3c33e91 to 139be4f Compare October 3, 2022 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants