-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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.0-rc2 master #1613
Merged
Merged
Merge v1.3.0-rc2 master #1613
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Emile Vauge <emile@vauge.com>
Signed-off-by: Emile Vauge <emile@vauge.com>
Fix exported fields providers
Signed-off-by: Emile Vauge <emile@vauge.com>
Signed-off-by: Emile Vauge <emile@vauge.com>
Fix stats hijack
Signed-off-by: Emile Vauge <emile@vauge.com>
Fix empty basic auth
Fixed ReplacePath rule executing out of order, when combined with PathPrefixStrip
We previously did not copy the sticky flag if the load-balancer method validation failed, causing enabled stickiness to be dropped in case of a validation error (which, technically, for us is the same as a load-balancer configuration without an explicitly set method). This change fixes that. A few refactorings and improvements along the way: - Move the frontend and backend configuration steps into separate methods/functions for better testability. - Include the invalid method name in the error value and avoid log duplication. - Add tests for the backend configuration part.
…-lb-method-validation-failure Maintain sticky flag on LB method validation failure.
SemaphoreCI on 1.3 branch
doc: Traefik cluster in beta.
doc: Traefik cluster in beta.
Prepare release v1.3.0-rc2
Fix deploy script, removes Docker version check
ldez
approved these changes
May 16, 2017
emilevauge
force-pushed
the
merge-v1.3.0-rc2-master
branch
2 times, most recently
from
May 17, 2017 09:20
39f1a3c
to
83aa171
Compare
emilevauge
force-pushed
the
merge-v1.3.0-rc2-master
branch
from
May 17, 2017 09:45
83aa171
to
f8ea19d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR merges
v1.3.0-rc2
to master.