This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
forked from kubernetes/ingress-nginx
-
Notifications
You must be signed in to change notification settings - Fork 25
Create 0.23.0-rc1 for testing purposes. #201
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
Release 0.22.0
rename sysctlFSFileMax to rlimitMaxNumFiles to reflect what it actually does
ngx.time() + ngx.worker.pid() maybe get duplicated seeds. get from /dev/urandom first.
mention rewrite-target change for 0.22.0
used cjson.safe instead of pcall.
The link was erroneous, corrected the same.
Correcting links for gRPC Fortune Teller app
Fix --disable-catch-all
Update usage documentation for default-backend annotation
Add params for access log
make sure dev-env forces context to be minikube
Increases the Coverage for nginx ingress template functions. The majority of the added unit tests are for checking the invalid type handling.
Update OWNERS
Increase Unit Test Coverage for Templates
add new annotation (header-value) parse it and propogate to lua script alter balancer rule to include it into the canary routing logic add e2e test to validate fallback for canary-by-header-value add description of canary-by-header-value to documentation
used table functions of LuaJIT for better performance.
…value add header-value annotation
Update mergo dependency
feat: configurable proxy buffers number
Updates e2e test Removes focus from e2e test Fixes renamed function Adds tests for new template funcs Addresses gofmt Updates e2e test, fixes custom-default-backend test by creating service Updates docs
Refactor e2e
This fixes bug in chash:reinit which prevents endpoints from being updated correctly. See openresty/lua-resty-balancer#25
…y-balancer Upgrade openresty/lua-resty-balancer
…tbackend Changes CustomHTTPErrors annotation to use custom default backend
Fix e2e tests
Add /dbg certs command
Update nginx image
…moveunused Removes unused const from customhttperrors e2e test
…ependencies Prevent dep from vendoring grpc-fortune-teller dependencies
@alexkursell let's wait one more day for the two remaining PRs:
If they don't get merged then we can move on with releasing what we have. |
Add kubectl plugin
disable log on default_server
Enable access log for default backend
alexkursell
force-pushed
the
upstream-0.23-rc
branch
from
February 26, 2019 15:50
6c653c0
to
6498a4b
Compare
ElvinEfendi
approved these changes
Feb 26, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR merges the changes made in
kubernetes/ingress-nginx
since version 0.22 so we can test on staging and tier4 in advance of the release of 0.23. It also updates the TAG from 0.22.0 to 0.23.0-rc1 to generate a new built image to test with.cc: @ElvinEfendi