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

[TEP0138] Add Per-feature Flag Struct for New Features #7090

Merged
merged 2 commits into from
Oct 26, 2023

Commits on Oct 25, 2023

  1. Refactor api-versioning.md Developer doc

    This commit refactors the api-versioning.md developer doc which
    previously mixed API versioning and feature versioning. The API-driven
    feature versioning was mingled with the process of adding a new CRD
    apiVersion.
    
    To have better clarification of the difference between API versioning
    and the feature versioning, a new Markdown file feature-versioning is
    introduced in light of TEP-0138.
    
    /kind documentation
    part of tektoncd#6965
    JeromeJu committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    98c33d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Add Per-feature Flag Struct for New Features

    This commit adds the per-feature flag struct and documentations for
    new features in TektonCD pipeline.
    
    part of: TEP-0138
    JeromeJu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3b37c44 View commit details
    Browse the repository at this point in the history