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

RFC: Update Go compatibility policy #6768

Merged
merged 1 commit into from
Jun 20, 2023
Merged

Commits on Jun 14, 2023

  1. Update Go compatibility policy

    This commit strengthens the stability policy for Tekton Pipelines' Go libraries for stable APIs,
    while allowing us to continue to evolve alpha APIs (and find a middle ground for beta APIs).
    
    Goals are:
    - maximize consistency
    - minimize confusion
    - clarify future work that needs to be done
    
    This inevitably involves some judgment calls that can be revisited over time.
    
    For a helpful reference on how Kubernetes handles unstable fields within stable APIs, see
    https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api_changes.md#adding-unstable-features-to-stable-versions.
    This is a helpful reference, but not all of these guidelines are applicable to Tekton given its current compatibility policies.
    lbernick committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1d98dab View commit details
    Browse the repository at this point in the history