-
Notifications
You must be signed in to change notification settings - Fork 134
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
Manually bump tektoncd/pipelines dependency to v0.45 #711
Comments
/assign |
Tektoncd/pipelines release v0.45 came with [some breaking changes](tektoncd#711). As a result, Chains needed to be updated. This PR resolves those broken changes and updates to use tektoncd/pipeline v0.45.
Tektoncd/pipelines release v0.45 came with [some breaking changes](tektoncd#711). As a result, Chains needed to be updated. This PR resolves those broken changes and updates to use tektoncd/pipeline v0.45.
Tektoncd/pipelines release v0.45 came with [some breaking changes](tektoncd#711). As a result, Chains needed to be updated. This PR resolves those broken changes and updates to use tektoncd/pipeline v0.45.
Tektoncd/pipelines release v0.45 came with [some breaking changes](tektoncd#711). As a result, Chains needed to be updated. This PR resolves those broken changes and updates to use tektoncd/pipeline v0.45.
Tektoncd/pipelines release v0.45 came with [some breaking changes](tektoncd#711). As a result, Chains needed to be updated. This PR resolves those broken changes and updates to use tektoncd/pipeline v0.45.
Tektoncd/pipelines release v0.45 came with [some breaking changes](tektoncd#711). As a result, Chains needed to be updated. This PR resolves those broken changes and updates to use tektoncd/pipeline v0.45.
Tektoncd/pipelines release v0.45 came with [some breaking changes](tektoncd#711). As a result, Chains needed to be updated. This PR resolves those broken changes and updates to use tektoncd/pipeline v0.45.
Tektoncd/pipelines release v0.45 came with [some breaking changes](#711). As a result, Chains needed to be updated. This PR resolves those broken changes and updates to use tektoncd/pipeline v0.45.
@chitrangpatel now that tektoncd/pipeline#6206 was merged, are we able to re-add support for full status specs? 👀 |
Good catch. I need to validate that. I will do that and report here again. |
seems like #712 has solved this. Is there anything left to do for this issue? |
That solved the initial breakage, but we want to add back support so we don't break compatibility with older LTS sever versions. |
I think we can close this now with #787 |
I think this is still waiting on re-adding support for non-ChildReference pipelines. |
Opened a PR that added support to full-task-status again: #790 PTAL! |
Tektoncd/Pipelines v0.45 introduced some breaking changes
eg. Removal of TaskRuns and Runs and only leaving ChildReferences are causing unit tests to fail.
The source code in Chains needs to be updated to work with this change.
The text was updated successfully, but these errors were encountered: