Skip to content

Add PAC release automation#2062

Open
rajnish-jais wants to merge 1 commit into
tektoncd:mainfrom
rajnish-jais:pac-automate-releases
Open

Add PAC release automation#2062
rajnish-jais wants to merge 1 commit into
tektoncd:mainfrom
rajnish-jais:pac-automate-releases

Conversation

@rajnish-jais

Copy link
Copy Markdown

Summary

Adds .tekton/release.yaml and .tekton/release-patch.yaml to automate releases using Pipelines-as-Code, following the exact pattern already merged in:

The .tekton/release.yaml PipelineRun fires once when a release-v* branch is first created (CEL guard: body.created == true). The .tekton/release-patch.yaml is triggered via PAC incoming webhooks for patch releases, receiving version and release_as_latest as payload params.

The companion plumbing PR to add the Repository CR in tektoncd/plumbing will follow.

Closes #2061

Adds .tekton/release.yaml and .tekton/release-patch.yaml to automate
releases using Pipelines-as-Code, following the pattern already merged
in tektoncd/chains and tektoncd/pipeline.

Closes tektoncd#2061
@tekton-robot

Copy link
Copy Markdown

@rajnish-jais: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@tekton-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign khrm after the PR has been reviewed.
You can assign the PR to them by writing /assign @khrm in a comment when ready.

The full list of commands accepted by this bot can be found 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 do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: automate releases with Pipelines-as-Code

2 participants