-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Cleanup for PipelineRunStatus
Migration after EmbeddedStatus
Feature Flag is removed
#6090
Comments
PipelineRunStatus
after EmbeddedStatus
Feature Flag is removedPipelineRunStatus
Migration after EmbeddedStatus
Feature Flag is removed
/assign |
I also noticed #4850 for changes in cc @abayer could you help confirm my understanding on this, TY🙇♂️ |
When we remove the feature flag, we're no longer populating those fields, so it doesn't make sense to have the helpers continue to read from them |
Thanks Lee! That makes sense, so shall we go ahead and delete the package |
Let's leave the helpers there, but they should only read from childreferences |
This issue tracks the cleanup after v0.45 post the
EmbeddedStatus
feature flag is removed.status.taskruns
orstatus.runs
forfull
orboth
embedded-status
- for example:
pipeline/pkg/reconciler/pipelinerun/pipelinerun.go
Line 1404 in ea358a6
status.taskruns
andstatus.runs
from the codebasepkg/status
package or not?This was not cleaned up in v0.45 as now users might be in the progress of migrating off the
embedded-status
feature flag.The text was updated successfully, but these errors were encountered: