Skip to content
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 347 commits into from
Jun 25, 2018
Merged

Conversation

christopherriley
Copy link

@christopherriley christopherriley commented Jun 15, 2018

WHAT

merge release 0.15.0 into gladly fork

➜  ingress-nginx git:(upstream-0.15.0-take3) ✗ git merge nginx-0.15.0

...

Unmerged paths:
  (use "git add <file>..." to mark resolution)

	both modified:   Gopkg.lock                # accepted theirs
	both modified:   Makefile                  # resolved by hand
	both modified:   images/nginx/Dockerfile   # resolved by hand
	both modified:   images/nginx/Makefile     # resolved by hand
	both modified:   images/nginx/build.sh     # resolved by hand
TESTING

updated galaxy chart with this release and deployed to scaletest - looks good

fqsghostcloud and others added 30 commits March 22, 2018 08:14
* correct spelling

* correct typo
$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
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
…#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
ElvinEfendi and others added 23 commits May 10, 2018 13:47
[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
@christopherriley christopherriley changed the title Upstream 0.15.0 take3 merge upstream release 0.15.0 Jun 15, 2018
@christopherriley christopherriley merged commit ab52682 into master Jun 25, 2018
@christopherriley christopherriley deleted the upstream-0.15.0-take3 branch June 25, 2018 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.