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

Switch the Default Value of Feature Flag custom-task-version to v1beta1 #5961

Merged

Commits on Jan 5, 2023

  1. Switch the Default Value of Feature Flag custom-task-version to `v1…

    …beta1`
    
    Prior to this commit, the feagure flag `custom-task-version` is
    default to `v1alpha1`, PipelineRun reconciler will create
    `v1alpha1` Custom Task out of a PipelineTask defined in a Pipeline.
    
    To support the migration story for Custom Task (see [the migration
    doc](https://github.com/tektoncd/pipeline/blob/main/docs/migrating-v1alpha1.Run-to-v1beta1.CustomRun.md)),
    this commit switches the default value to `v1beta1` in release v0.44.0
    in order to make PipelineRun reconciler create `v1beta1.CustomRun`
    by default.
    XinruZhang committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    cdd0971 View commit details
    Browse the repository at this point in the history