Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEP-0114: Remove support for v1alpha1.Run #6508

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Commits on Apr 10, 2023

  1. TEP-0114: Remove support for v1alpha1.Run

    v1alpha1.Run has been replaced by v1beta1.CustomRun, and the PipelineRun controller no longer creates v1alpha1.Run objects.
    This commit removes support for v1alpha1.Run in the PipelineRun controller.
    It maintains the API fields for v1alpha1.Run for use by clients.
    
    Note: Retries behavior has changed between v1alpha1.Run and v1beta1.CustomRun.
    The PipelineRun controller does not consider whether CustomRuns have retries remaining to determine whether they have completed;
    it only considers their status.
    lbernick committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    d1d5bbd View commit details
    Browse the repository at this point in the history