-
Notifications
You must be signed in to change notification settings - Fork 208
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
internal/utils: fix parsing of user versions which include image path suffix #694
Conversation
Oops, the code already parsed such versions correctly. The bug is elsewhere. Reverting to draft. |
OK, should be actually fixed now 🙈 Ready for review. |
Commit 4d3fb8f does not contain "Signed-off-by". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
Commit 4d3fb8f does not contain "Signed-off-by". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
Co-authored-by: Tobias Klauser <[email protected]> Signed-off-by: Tom Payne <[email protected]>
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, thanks Tom!
I've also tested cilium
built from this PR with the instructions in https://github.com/cilium/cilium-service-mesh-beta/blob/main/INSTALLATION.md and it worked as expected.
Fixes #692.
Signed-off-by: Tom Payne [email protected]