Commit graph

5964 commits

Author SHA1 Message Date
Manuel Alejandro de Brito Fontes
35d3f6e792 Update ingress-nginx test image 2020-12-27 23:53:14 -03:00
Kubernetes Prow Robot
6b57ca945c Merge pull request #6683 from aledbf/lint
Remove dead code
2020-12-27 18:36:27 -08:00
Kubernetes Prow Robot
307c350cbd Merge pull request #6682 from aledbf/nginx1
Update nginx image
2020-12-27 18:14:27 -08:00
Manuel Alejandro de Brito Fontes
853828cea2 Update nginx image 2020-12-27 22:29:21 -03:00
Manuel Alejandro de Brito Fontes
feb972961d Remove dead code 2020-12-27 22:26:51 -03:00
Manuel Alejandro de Brito Fontes
d0920da4c9 Update cloudbuild gcb-docker-gcloud image 2020-12-25 21:16:11 -03:00
Kubernetes Prow Robot
7a44599a88 Merge pull request #6676 from ElvinEfendi/new-lua-libs
include new resty lua libs in base image
2020-12-25 16:04:26 -08:00
Manuel Alejandro de Brito Fontes
8c06296a7e Release v0.42.0 2020-12-24 16:13:13 -03:00
Manuel Alejandro de Brito Fontes
645b31a5ad Release helm chart v3.17.0 2020-12-24 16:10:57 -03:00
Elvin Efendi
7103f37bf2 include new resty lua libs in base image 2020-12-24 12:43:10 -05:00
Manuel Alejandro de Brito Fontes
0c1adbb454 Prepare for release v0.42.0 2020-12-24 13:17:41 -03:00
Kubernetes Prow Robot
316d28cc5d Merge pull request #6639 from spacewander/use_last_for_ewma
Don't pick tried endpoint & count the latest in ewma balancer
2020-12-23 18:50:27 -08:00
spacewander
cf104f58ec Update for review 2020-12-24 09:07:12 +08:00
Kubernetes Prow Robot
2e937a72e0 Merge pull request #6600 from nic-6443/backend-sync-503-fix
Bugfix: some requests fail with 503 when nginx reload
2020-12-23 09:02:26 -08:00
eclesiomelojunior
bd4b7693cc chore: Add test to internal ingress resolver pkg 2020-12-23 13:33:12 -03:00
Tsuyoshi Miyake
0fd65559ac Correct the value for setting a static IP 2020-12-24 00:18:30 +09:00
Kubernetes Prow Robot
100da9a100 Merge pull request #6665 from kundan2707/vendoraks
added AKS specific documentation
2020-12-22 16:56:26 -08:00
Kundan Kumar
5c467c7975 added AKS specific documentation 2020-12-23 04:32:00 +05:30
qianyong
853e6cc94f Separate the ExternalName backend from other backends in the process of synchronizing the backend, because the synchronization of the ExternalName backend requires dns resolution, so we should ensure that it does not affect the synchronization of the Non-ExternalName backend. After separation, in the init worker stage, we should immediately synchronize the Non-ExternalName backend, otherwise there will be some requests that fail with 503 because the balancer cannot be obtained in the rewrite stage. 2020-12-22 17:24:41 +08:00
Manuel Alejandro de Brito Fontes
0095af41e9 Fix chart-releaser action 2020-12-21 17:15:59 -03:00
Kubernetes Prow Robot
ae22f20730 Merge pull request #6646 from cooperbenson-qz/helm-add-internal-service-load-balancer-ip
Adding LoadBalancerIP value for internal service to Helm chart
2020-12-21 10:12:25 -08:00
cooperbenson-qz
ee6227503e Adding LoadBalancerIP value for internal service
Adding documentation for the value

Bumping chart version

Adding changelog entry

Added change to artifacthub annotation
2020-12-21 09:59:01 -07:00
Manuel Alejandro de Brito Fontes
c9bc5b5203 Change helm chart tag name to disambiguate purpose 2020-12-18 15:26:33 -03:00
spacewander
b122331f21 Don't pick tried endpoint & count the latest in ewma balancer
fixes https://github.com/kubernetes/ingress-nginx/issues/6632
2020-12-18 19:21:51 +08:00
Kubernetes Prow Robot
0dc8bbea0c Merge pull request #6642 from obozek/patch-1
Update README.md
2020-12-17 03:59:09 -08:00
Ondřej Božek
70aa252812 Update README.md
Added link to actual ingress config example. Without it thee docs here https://kubernetes.github.io/ingress-nginx/examples/customization/configuration-snippets/ don't make sense.
2020-12-17 08:56:27 +01:00
Manuel Alejandro de Brito Fontes
880ec6b931 Update test images 2020-12-16 17:35:12 -03:00
Manuel Alejandro de Brito Fontes
0587ef6396 Update test images and go to 1.15.6 2020-12-16 15:56:45 -03:00
Kubernetes Prow Robot
7a04a5837f Merge pull request #6636 from slobo/patch-1
Fix link to kustomize docs
2020-12-16 10:34:32 -08:00
Slobodan Mišković
5e2e8ffc6f Fix link to kustomize docs 2020-12-16 10:27:32 -08:00
Manuel Alejandro de Brito Fontes
8ad6b7f729 Update nginx image 2020-12-15 21:50:29 -03:00
Manuel Alejandro de Brito Fontes
862b57d7dc Add kind e2e tests support for k8s v1.20.0 2020-12-15 19:52:04 -03:00
Kubernetes Prow Robot
cdb6df780e Merge pull request #6528 from jsoref/spelling
Spelling
2020-12-15 14:06:20 -08:00
Josh Soref
e6b6bc8209 Spelling 2020-12-15 16:10:48 -05:00
Manuel Alejandro de Brito Fontes
2002e64d90 Update nginx to 1.19.6 2020-12-15 17:14:46 -03:00
Kubernetes Prow Robot
b4c01b37bc Merge pull request #6620 from nic-6443/sticky-session-fix
Fix sticky session not set for host in server-alias annotation (#6448)
2020-12-15 03:47:48 -08:00
Kubernetes Prow Robot
217336e436 Merge pull request #6623 from karancode/patch-1
fix typo
2020-12-15 02:31:48 -08:00
Karan Thanvi
ef4491ebe5 fix typo 2020-12-15 15:48:35 +09:00
qianyong
2a092a3c58 Fix sticky session not set for host in server-alias annotation (#6448) 2020-12-15 11:01:19 +08:00
Manuel Alejandro de Brito Fontes
383bd72cf2 Update go dependencies 2020-12-14 12:35:40 -03:00
Kubernetes Prow Robot
25b49e6dde Merge pull request #6617 from nic-6443/external-name-fqdn
Allow FQDN for ExternalName Service
2020-12-14 05:19:28 -08:00
qianyong
dd69dfc5be Allow FQDN for ExternalName Service 2020-12-14 20:32:08 +08:00
Manuel Alejandro de Brito Fontes
d0690c8329 Refactor ingress nginx variables 2020-12-12 08:52:47 -03:00
Kubernetes Prow Robot
df80d4bf1e Merge pull request #6608 from ElvinEfendi/ewma-canary-test
make sure canary attributes are reset on ewma backend sync
2020-12-11 07:21:24 -08:00
Elvin Efendi
858c672784 make sure canary attributes are reset on ewma backend sync 2020-12-11 09:38:58 -05:00
Kubernetes Prow Robot
9ba6572116 Merge pull request #6546 from nic-6443/ewma-cananry-fix
bugfix: update trafficShapingPolicy not working in ewma load-balance
2020-12-11 03:29:23 -08:00
Kubernetes Prow Robot
91cca23412 Merge pull request #6607 from ElvinEfendi/fix-flaky-lua-tests
fix flaky lua tests
2020-12-10 23:23:22 -08:00
Elvin Efendi
fb1d28cec0 fix flaky lua tests 2020-12-10 22:41:41 -05:00
Kubernetes Prow Robot
34ed57d05b Merge pull request #6598 from msschl/patch-1
Add a link to the helm ingress-nginx `CHANGELOG.md` file to the `README.md` file
2020-12-09 12:18:53 -08:00
Markus Schlotbohm
5510d58c54 Add a link to the helm ingress-nginx CHANGELOG.md file to the README.md 2020-12-09 14:17:30 +01:00