Skip to content

chore: bump apiVersion for StepActions and Pipelines#1380

Merged
tekton-robot merged 1 commit into
tektoncd:mainfrom
vdemeester:api-easy-wins
Jun 8, 2026
Merged

chore: bump apiVersion for StepActions and Pipelines#1380
tekton-robot merged 1 commit into
tektoncd:mainfrom
vdemeester:api-easy-wins

Conversation

@vdemeester

Copy link
Copy Markdown
Member

Changes

Bump primary manifests to the current recommended API versions (easy/mechanical subset of the API-version modernization):

  • StepAction tekton.dev/v1alpha1tekton.dev/v1beta1
    • stepaction/git-clone/0.1
    • stepaction/tekton-catalog-publish/0.1 and 0.2
  • Pipeline tekton.dev/v1beta1tekton.dev/v1
    • pipeline/buildpacks/0.1 and 0.2
    • pipeline/build-push-gke-deploy/0.1
  • Fix a v1betalv1beta1 typo in the generate-build-id README example.

All bumped resources were checked: none use PipelineResources (spec.resources), conditions:, or taskRef.bundle, so this is a pure apiVersion change.

Note

catlin validate (currently @latest) does not yet recognize Pipeline at tekton.dev/v1, but the catalog CI only runs catlin validate on task/ directories, so these changes are unaffected. The catlin staleness is tracked as part of the broader catalog analysis.

The remaining ~252 Task v1beta1→v1 bumps (and 11 PipelineResource-using tasks needing migration) will be handled separately.

/kind cleanup

Submitter Checklist

Move primary manifests to the current recommended API versions:
- StepAction: tekton.dev/v1alpha1 -> tekton.dev/v1beta1 (git-clone,
  tekton-catalog-publish 0.1/0.2)
- Pipeline: tekton.dev/v1beta1 -> tekton.dev/v1 (buildpacks 0.1/0.2,
  build-push-gke-deploy 0.1)

None of these resources use PipelineResources or other v1beta1-only
constructs, so the change is a mechanical apiVersion bump.

Also fix a 'v1betal' typo in the generate-build-id README example.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
@tekton-robot tekton-robot added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Jun 8, 2026
@tekton-robot
tekton-robot requested review from chmouel and imjasonh June 8, 2026 14:15
@tekton-robot tekton-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jun 8, 2026

@vinamra28 vinamra28 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 Jun 8, 2026
@tekton-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vinamra28

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 Jun 8, 2026
@tekton-robot
tekton-robot merged commit 7ea2968 into tektoncd:main Jun 8, 2026
9 checks passed
@vdemeester
vdemeester deleted the api-easy-wins branch June 8, 2026 20:22
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. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants