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 from v1alpha1 Run to v1beta1 CustomRun #2712

Merged
merged 1 commit into from
Feb 9, 2023

Commits on Feb 9, 2023

  1. Switch from v1alpha1 Run to v1beta1 CustomRun

    Update permissions, navigation, APIs, etc. to switch from the
    deprecated v1alpha1 `Run` resources to the new v1beta1 `CustomRun`
    resources introduced in Tekton Pipelines v0.43.0
    
    The `ref` and `spec` fields in the CustomRun spec have been renamed
    to `customRef` and `customSpec` respectively. Update code to use these
    so the correct version and kind information is displayed.
    
    `.status.startTime` is now optional so switch to sorting on
    `.metadata.creationTimestamp`
    AlanGreene committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    2b16792 View commit details
    Browse the repository at this point in the history