-
Notifications
You must be signed in to change notification settings - Fork 3.4k
update httpbin example as per istio latest release #40151
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
Conversation
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.
One nit, looks good otherwise from my side, thanks!
I've got no experience with Istio though, I'll defer to Tam for the actual review 🙂
/test |
Head branch was pushed to by a user without write access
85026af
to
6c09354
Compare
Update example "httpbin" that originates from Istio project, to its latest version (as of release 1.26.2). [ Quentin: Fix missing line break at the end of the file, add context in commit log. ] Link: https://github.com/istio/istio/blob/1.26.2/samples/httpbin/httpbin.yaml Signed-off-by: Aritra Dey <adey01027@gmail.com> Signed-off-by: Quentin Monnet <qmo@qmon.net>
6c09354
to
89aedfa
Compare
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.
You still had a missing line break at the end, see how GitHub displays it:
You did add a new line, but it contained spaces (auto-indentation aligned with the latest YAML item).
I've fixed it for you, and squashed the two commits together. If you need to update this PR, please make sure to pull the changes first.
/test |
Thank you, @qmonnet, for fixing the indentation. |
Yes, I re-triggered and they passed. |
just a gentle ping for your review @sayboras |
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.
Sorry for late reply, thanks a lot.
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
update httpbin example as per istio latest release