forked from kubernetes/ingress-nginx
-
Notifications
You must be signed in to change notification settings - Fork 0
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 upstream release 0.15.0 #10
Merged
Merged
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
* correct spelling * correct typo
to kubernetes
$path here is the regular expression formatted nginx location not the origin path in ingress rules. Fix kubernetes#2131
If the origin ingress rule has no field `path`, the default value will be an empty string which will cause issues when rendering template as other place will use `/` as the default value. Set the default value of path to `/` when retrieve ingress rules from api-server. Thie will fix kubernetes#1980
a typo fix
It should be "your Ingress targets" in line 7.
Signed-off-by: Sylvain Rabot <s.rabot@lectra.com>
The nginx.conf generated now is too messy remove some section only useful when dynamic configure enabled and headers only useful for https.
* Update modsecurity.md Some typo fixes * Update modsecurity.md
Small typo fix .
…#2280) * set proxy_upstream_name correctly when auth_req module is used * log a more meaningful message when backend is not found
…ubernetes#2254) * e2e tests for dynamic configuration and Lua features * do not rely on force reload to dynamically configure when reload is needed * fix misspelling * skip dynamic configuration in the first template rendering * dont error on first sync
…ubernetes#2243) * Add NoAuthLocations and default it to "/.well-known/acme-challenge" * Add e2e tests for no-auth-location * Improve wording of no-auth-location tests
Refactor Lua balancer
add resty cookie
[ci skip] bump nginx baseimage version
…gress-docs Add some clarification around multiple ingress controller behavior
Update go version in fortune teller image
Adds Make Ingress-Nginx Work for you, and the Community Video to the documentation.
Refactor update of status removing initial check for loadbalancer
Add KubeCon Europe 2018 Video to documentation
force backend sync when worker starts
Fix and simplify local dev workflow and execution of e2e tests
Remove warning when secret is used only for authentication
Release nginx ingress controller 0.15.0
darend
approved these changes
Jun 25, 2018
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.
WHAT
merge release 0.15.0 into gladly fork
TESTING
updated galaxy chart with this release and deployed to
scaletest
- looks good