-
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
Cannot update Task with outputImageDir
#1717
Comments
/kind bug |
/priority important-soon |
@afrittoli I moved this to the 0.10 milestone since 0.9.2 happened - or should we make a 0.9.3 release? |
@afrittoli given the new timeline for 0.10 we may want to do a 0.9.3 if the fix did not get in yet |
Do we need to bring the field back or is it enough to tweak validation to accept it and then ignore it? |
Just FYI... I just hit this issue while attempting to apply the latest 0.3.0 dashboard release YAML. |
After discussing this a bit with @sbwsg @dibyom @vdemeester we're not sure if it's worth making the 0.9.3 release at this point since our 0.10 release is in ~2 weeks. If we do the 0.9.3 release, folks would have to migrate to it in order to get this field back, then we'd be asking them to switch to 0.10 almost immediately. For your issue with the dashboard @rakhbari I think the dashboard project would also have to migrate to 0.9.3 in order for it to help you - and then they'd probably migrate to 0.10 right after that so I'm not sure it's worth it :S If we'd done this 27 days ago it would have made more sense 🙇♀ I'm going to close this for now but if folks feel strongly please comment/re-open. |
Ran into this today while doing the Triggers release 🙃 |
Expected Behavior
An old version of a Task includes
outputImageDir
, which is not supported by Tekton anymore.It should be possible to update the task with a new version that does not include
outputImageDir
.Actual Behavior
Cannot update the Task:
Steps to Reproduce the Problem
outputImageDir
Additional Info
Support for
outputImageDir
has been dropped in #1467. We skipped the usual deprecation cycle - I updated now v0.9.0 release notes to include a note thatoutputImageDir
has been removed.We should make a v0.9.2 that provides a valid upgrade path, or else document that old Tasks will have to be deleted and recreated if they use
outputImageDir
.The text was updated successfully, but these errors were encountered: