-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Merge v1.3 branch into master [2017-05-11] #1548
Merge v1.3 branch into master [2017-05-11] #1548
Conversation
61ce4dd
to
8791de1
Compare
8791de1
to
3c0a26b
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.
LGTM
A missing annotation would previously be handled in the default error case, causing a noisy warning-level log message to be generated each time. We add another case statement to ignore the case where the annotation is missing from the annotations map. Also piggybacking a minor improvement to the log message.
I believe we should have this be part of 1.3 as well, so I cherry-picked the fix. See PR 1581. |
3c0a26b
to
3307d27
Compare
…e-missing-pass-host-header-annotation [Kubernetes] Ignore missing pass host header annotation. [v1.3 - CHERRY-PICK]
3307d27
to
b40492b
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.
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.
It's a good idea to add this modification in 1.3 branch and the master
@timoreimann sorry mispelling It's not a good idea to add this modification in 1.3 branch and the master |
@timoreimann We still use the same process:
As #1581 has already been merged into v1.3, I propose to simply close this one. OK for you @timoreimann ? |
b40492b
to
3112432
Compare
@emilevauge @ldez I repurposed this PR for the merge. Please have a look again. |
In the @timoreimann head: if I change the PR title, they don't see nothing... |
@ldez Locally I merged The commits look okay to me though. Or did I miss something? |
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.
Thanks @timoreimann :)
LGTM
@ldez okay for you? |
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 🚥
oops so quick... |
Thanks 👏 |
Brings #1581 into mainline.