This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
forked from kubernetes/ingress-nginx
-
Notifications
You must be signed in to change notification settings - Fork 4
Release 0.30.0 #6
Open
snelson-pp
wants to merge
1,047
commits into
proofpoint:master
Choose a base branch
from
snelson-pp:release-0.30.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
…-client Added auth-tls-verify-client testcase
Original names which gave errors: myServiceA, myServiceB Alatere suggestions: myServiceA --> myservicea, my_service_a, my-service-a myServiceB --> myserviceb, my_service_b, my-service-b
Add lifecycle hook and option to enable mimalloc
Remove duplicated annotations definition and refactor hostPort conf
ensure make lua-test runs locally
…ary-if-in-redirect fix: remove unnecessary if statement when redirect annotation is defined
docs: fix use-gzip wrong markdown style
…hook_doc_helm Update doc for validating Webhook with helm
Fix broken symlink to mimalloc
Fix controller.publishService.enabled on README
Configure User-Agent
Use build tags to make it compile on non linux platforms
Filter out objects that belong to Helm
Update troubleshooting.md
Signed-off-by: Luis Garnica Guilarte <[email protected]>
…for-internal-load-balancer Add support for an internal load balancer along with an external one
I would like to be able to support this construction in my DaemonSet, I have coontrol over the host and this is the easiest way yo bump the socket properties. ```yaml securityContext: sysctls: - name: net.core.somaxconn value: "8192" ```
Add sysctl exemptions to controller PSP
current Makefile have no "container" target, now use "image" target to build local image and also have no "push" target
docs: update development.md
add custom metric to hpa template
docs: update development.md to use ingress-nginx-*
Add default-type as a configurable for default_type
feat: enable stream_realip_module
Merge pull request proofpoint#2 from nr17/fix-non-tls-ingress accee08 nr17 <[email protected]> Jun 17, 2019 at 12:27 Add support for deprecated annotation c3be006 Nitin Rana <[email protected]> Jun 15, 2019 at 12:51 fix issues for ingress without tls section 5a04699 nr17 <[email protected]> Jun 12, 2019 at 22:04
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.
What this PR does / why we need it:
Updates to base release 0.33
Special notes for your reviewer: