Commit graph

5201 commits

Author SHA1 Message Date
Kubernetes Prow Robot
157cc5066c
Merge pull request #5613 from koba1t/fix-oauth2-proxy-hosted-repo
fix oauth2-proxy image repository
2020-05-31 13:07:54 -07:00
Manuel Alejandro de Brito Fontes
7598078104 Update buildx progress configuration 2020-05-31 16:04:14 -04:00
Manuel Alejandro de Brito Fontes
5f03b07245 Update e2e image 2020-05-31 15:38:02 -04:00
Manuel Alejandro de Brito Fontes
7bd62f5c0a Fix makefile task names 2020-05-31 12:57:02 -04:00
Manuel Alejandro de Brito Fontes
d250b97b43 Build multi-arch images by default 2020-05-31 12:35:19 -04:00
Manuel Alejandro de Brito Fontes
0f20548386 Use new multi-arch nginx image 2020-05-30 22:46:12 -04:00
Manuel Alejandro de Brito Fontes
e3c49c52f4 Update nginx image 2020-05-30 19:05:48 -04:00
Manuel Alejandro de Brito Fontes
efbd0e54e8 Update nginx image to use alpine 3.12 2020-05-30 16:03:14 -04:00
Kubernetes Prow Robot
734f3853a4
Merge pull request #5624 from agile6v/master
feat: add lj-releng tool to check Lua code for finding the potential problems
2020-05-30 09:03:53 -07:00
agile6v
4687a5fe67 add lj-releng tool to check lua code. 2020-05-30 23:32:33 +08:00
Manuel Alejandro de Brito Fontes
8683d2c2c6 Update terraform build images 2020-05-30 02:00:25 -04:00
Manuel Alejandro de Brito Fontes
6c633ee581 Remove unused download of GeoIP databases 2020-05-29 21:49:26 -04:00
Manuel Alejandro de Brito Fontes
85a94fc612 Add support for s390x 2020-05-29 21:49:26 -04:00
Kubernetes Prow Robot
ee02d897d5
Merge pull request #5534 from agile6v/master
Add annotation ssl-prefer-server-ciphers.
2020-05-29 08:35:16 -07:00
koba1t
e51556f692
fix oauth2-proxy image repository 2020-05-29 01:35:32 +09:00
Kubernetes Prow Robot
f6f695e7a1
Merge pull request #5578 from aledbf/ip
Use image promoter to push images to gcr
2020-05-26 16:52:41 -07:00
Manuel Alejandro de Brito Fontes
78935500eb Update nginx image and go to 1.14.3 2020-05-26 16:47:25 -04:00
Manuel Alejandro de Brito Fontes
209405940c Update debian-base image 2020-05-26 12:50:23 -04:00
Manuel Alejandro de Brito Fontes
227f974651 Update nginx to 1.19.0 2020-05-26 12:15:36 -04:00
Manuel Alejandro de Brito Fontes
ec3da4d2c9 Update go dependencies 2020-05-22 21:07:02 -04:00
Kubernetes Prow Robot
7169f3ba46
Merge pull request #5586 from adiov/geoip2-anon-support
Add MaxMind GeoIP2 Anonymous IP support
2020-05-21 12:20:15 -07:00
Kubernetes Prow Robot
ad0b9236a7
Merge pull request #5582 from Graham42/pull-by-digest
Allow pulling images by digest
2020-05-21 07:52:38 -07:00
adiov
d03266d505
Add MaxMind GeoIP2 Anonymous IP support 2020-05-21 06:50:57 +03:00
Manuel Alejandro de Brito Fontes
a53ef2b501 Add note about initial delay during first start 2020-05-20 18:55:34 -04:00
agile6v
0e79ad8e4f Update unit & e2e tests. 2020-05-21 02:19:13 +08:00
Graham McGregor
2205edb16b Allow pulling images by digest
The digest uniquely identifies a specific version of the image, so it is
never updated by Kubernetes unless you change the digest value. This is
desirable for security to gain confidence that no unvetted changes are
pulled to a deployment.
2020-05-20 12:05:43 -04:00
Kubernetes Prow Robot
0cbe783f43
Merge pull request #5572 from tuananhnguyen-ct/chart-node-taint-webhook
[chart] Add toleration support for admission webhooks
2020-05-20 06:52:20 -07:00
Tuan Anh Nguyen
e6d570d30b add toleration support for admission webhooks
Update charts/ingress-nginx/Chart.yaml

Co-authored-by: Alex Harder <13860012+ChiefAlexander@users.noreply.github.com>
2020-05-20 09:26:59 +07:00
Manuel Alejandro de Brito Fontes
766999a806 Use image promoter to push images to gcr 2020-05-19 17:14:06 -04:00
Kubernetes Prow Robot
a08296256f
Merge pull request #5566 from ebeigarts/docs-more-fix
Update configmap name in custom-headers/README.md
2020-05-18 08:41:36 -07:00
Edgars Beigarts
c0ca846bcd
Update configmap name in custom-headers/README.md 2020-05-18 11:02:52 +03:00
Kubernetes Prow Robot
84e5896299
Merge pull request #5563 from ebeigarts/docs-fix
Use ingress-nginx-* naming in docs to match the default deployments
2020-05-17 13:29:36 -07:00
Edgars Beigarts
c52d55a2ed
Use ingress-nginx-* naming in docs to match the default deployment 2020-05-17 21:27:56 +03:00
Manuel Alejandro de Brito Fontes
b18ea267a8 Wait before any request to the ingress controller pod 2020-05-14 10:47:51 -04:00
Manuel Alejandro de Brito Fontes
4179f71cc4 Check service If publish-service flag is defined 2020-05-14 09:13:43 -04:00
Kubernetes Prow Robot
2e4c8233d5
Merge pull request #5522 from kevinfrommelt/remove-duplicate-annotation-parse
Remove duplicate annotation parsing for annotationAffinityCookieChangeOnFailure
2020-05-13 17:06:22 -07:00
Manuel Alejandro de Brito Fontes
46cca5ad40 Fix error setting $service_name NGINX variable 2020-05-13 10:01:41 -04:00
agile6v
38f99cefb2 Update testcase for sslCipher. 2020-05-13 11:03:15 +08:00
agile6v
38a8556c4f Add comments for sslcipher.Config struct. 2020-05-13 10:40:56 +08:00
agile6v
41d82005ec Add annotation ssl-prefer-server-ciphers. 2020-05-11 16:31:08 +08:00
Kubernetes Prow Robot
bef2efc4f3
Merge pull request #5491 from praseodym/fix-tls-configuration
Actually enable TLSv1.3 by default
2020-05-09 06:03:51 -07:00
Kevin Frommelt
e775495a56
Remove duplicate Cookie.ChangeOnFailure assertion 2020-05-08 13:51:14 -05:00
Kevin Frommelt
3c5e3eda7b
Remove duplicate annotation parsing for annotationAffinityCookieChangeOnFailure 2020-05-08 09:14:10 -05:00
Mark Janssen
4a36c804e6 Add 0-RTT warning 2020-05-08 12:40:11 +02:00
Mark Janssen
639a8c7871 Enable TLSv1.3 by default
Fix for 049b25e566 which mistakenly only
updated documentation.
2020-05-08 12:40:11 +02:00
Kubernetes Prow Robot
0e785a0bf2
Merge pull request #5516 from cmluciano/cml/runcommentremove
build: remove unnecessary tag line in e2e
2020-05-07 11:57:43 -07:00
Christopher M. Luciano
5c65cf498e
build: remove unnecessary tag line in e2e
The comment on this block states that this line should be removed
after the multi-arch image action is merged in the Makefile.

Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2020-05-07 14:51:00 -04:00
Kubernetes Prow Robot
29aa50d029
Merge pull request #5512 from nirroz93/patch-1
Wrong filename in documantation example
2020-05-06 20:39:09 -07:00
nirroz93
75dab4a8aa
wrong filename
using different (and more logic) filename in the following lines
2020-05-06 17:39:55 +03:00
Manuel Alejandro de Brito Fontes
c8b6ba8376 Remove unused targetPort definition 2020-05-04 16:39:30 -04:00