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

Add versioning to Pipeline config format #54

Closed
russellb opened this issue Jun 30, 2024 · 1 comment
Closed

Add versioning to Pipeline config format #54

russellb opened this issue Jun 30, 2024 · 1 comment

Comments

@russellb
Copy link
Member

We have some default pipelines defined in the code. The API also allows passing in a custom pipeline. That means the format of the pipeline definition is part of the API. We should add a versioning concept in case this format needs changes in the future that are not backward compatible. The current format would be something like v1. If we need to make breaking changes at some point in the future, we can have a new version so the code can handle both.

@markmc
Copy link
Contributor

markmc commented Jul 13, 2024

Will be fixed by #86

@markmc markmc closed this as completed Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants