-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
fix: update resolveRevision to use the correct source for multi-source app #18194
fix: update resolveRevision to use the correct source for multi-source app #18194
Conversation
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
I'm a little unclear why the regression is in 2.11 and not earlier versions though we didn't previously try to handle sourceIndex on the sources. Should we cherry-pick this back to 2.10 and 2.9?
/cherry-pick 2.10 |
Hey @todaywasawesome, the change for supporting sync for multi-source apps went in 2.11 release. We have been defaulting to the 1st source details alone for earlier versions. Reference PR: #17808 |
/cherry-pick release-2.11 |
Can confirm that this fixed the issue for me👍 |
…argoproj#18194) Signed-off-by: Javier Solana <javier.solana@cabify.com> Signed-off-by: Javier Solana <javier.solana@cabify.com>
Fixes #18120
cherry-pick release-2.11
Checklist: