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

Enable Bundles and Custom Tasks when feature gate is set to "alpha" #3908

Merged
merged 1 commit into from May 3, 2021
Merged

Enable Bundles and Custom Tasks when feature gate is set to "alpha" #3908

merged 1 commit into from May 3, 2021

Commits on Apr 30, 2021

  1. Enable Bundles and Custom Tasks when alpha feature gate is set to "al…

    …pha"
    
    Prior to this commit the Tekton Bundles and Custom Task features were only enabled
    when their individual flags were set to "true" in the feature-flags configmap.
    
    After this commit the two features are enabled if enable-api-fields is "alpha" or
    if their individual flags are set to "true". Note that it is _not_ possible to
    set the "alpha" feature gate but disable Bundles / Custom Tasks. These features
    are "alpha features" so they're always enabled regardless of their own feature
    flags if the gate is set to "alpha".
    Scott committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    13a40db View commit details
    Browse the repository at this point in the history