Kubernetes Prow Robot
5dfc7e211f
Merge pull request #4221 from aledbf/upgrade-nginx-image
...
Switch to openresty image
2019-06-24 09:45:57 -07:00
Manuel Alejandro de Brito Fontes
73be06960e
Update test image and binaries
2019-06-23 22:51:38 -04:00
Manuel Alejandro de Brito Fontes
723411521b
Migrate to openresty
2019-06-23 20:25:47 -04:00
Manuel Alejandro de Brito Fontes
14a394fc9e
Update nginx ( #4150 )
...
* Update nginx image
* Fix IPV6 test issues in Prow
2019-06-04 12:15:03 -04:00
Ionut Craciunescu
d08b8844a1
update modsecurity to latest, libmodsecurity to v3.0.3 and owasp-scrs to v3.1.0 ( #4140 )
2019-06-04 12:13:40 -04:00
Kubernetes Prow Robot
29ced14f4a
Merge pull request #4123 from aledbf/update-nginx
...
Update nginx image to 0.86
2019-05-26 10:07:49 -07:00
Manuel Alejandro de Brito Fontes
77f5e4decb
Update nginx image to 0.86
2019-05-26 11:28:35 -04:00
Elvin Efendi
37a603a1af
updated nginx and some other modules
2019-05-26 09:09:57 -04:00
Manuel Alejandro de Brito Fontes
f63f0457be
Update e2e images ( #4110 )
2019-05-24 02:47:14 +02:00
Manuel Alejandro de Brito Fontes
b8fb09d7b3
Update go to 1.12.5, kubectl to 1.14.1 and kind to 0.2.1 ( #4064 )
2019-05-06 23:28:15 -04:00
Manuel Alejandro de Brito Fontes
e7a5bec5c7
Release custom error pages image v0.4 [skip-ci] ( #4042 )
2019-04-25 16:02:03 -04:00
Julio H Morimoto
7245340e88
Fix default Content-Type for custom-error-pages example
...
This should fix issue [4039](https://github.com/kubernetes/ingress-nginx/issues/4039 ). This default backend fails to send the correct `Content-Type` header when it fails to decode the `Accept` request header.
This patch simply forces `text/html` in that specific scenario.
2019-04-25 14:53:22 -03:00
Manuel Alejandro de Brito Fontes
7283a01b9f
Update nginx image and Go to 1.12.4 ( #4010 )
2019-04-17 22:45:51 -04:00
Manuel Alejandro de Brito Fontes
dddbd8293b
Update nginx to 1.15.12
2019-04-17 15:44:03 -04:00
Alex Kursell
ae592821c6
Remove valgrind
2019-04-12 12:09:52 -04:00
Manuel Alejandro de Brito Fontes
c9d069e64d
Update nginx image to 0.84 ( #3969 )
2019-04-06 12:30:35 -03:00
Manuel Alejandro de Brito Fontes
8960226f40
Update nginx image ( #3968 )
2019-04-06 12:30:13 -03:00
Kubernetes Prow Robot
c181f22774
Merge pull request #3933 from aledbf/update-nginx
...
Update nginx to 1.15.10
2019-03-27 16:14:48 -07:00
Manuel Alejandro de Brito Fontes
f38f1d9d0e
Update nginx image
2019-03-26 17:28:44 -03:00
Manuel Alejandro de Brito Fontes
1e9567b1c0
Update nginx to 1.15.10
2019-03-26 15:39:34 -03:00
Gregor Noczinski
bcc7d087ac
Aligned to golint
2019-03-22 11:59:58 +01:00
Gregor Noczinski
1bef3e75b2
Set X-Request-ID
for the default-backend
, too.
2019-03-22 11:33:11 +01:00
Kubernetes Prow Robot
ec81605cae
Merge pull request #3908 from aledbf/update-nginx
...
Update nginx image
2019-03-21 11:45:41 -07:00
Manuel Alejandro de Brito Fontes
0bd5f5e9a0
Update nginx image
2019-03-19 10:18:19 -03:00
Manuel Alejandro de Brito Fontes
6d0f3a00c7
Remove unnecessary copy of GeoIP databases
2019-03-19 09:36:30 -03:00
Manuel Alejandro de Brito Fontes
26f2b1330f
Remove authbind
2019-03-05 10:08:34 -03:00
Manuel Alejandro de Brito Fontes
fbed06fd3c
Update nginx image
2019-03-01 09:18:45 -03:00
Elvin Efendi
584750454f
bump luajit version to v2.1-20190228 that has fix for https://github.com/openresty/luajit2/issues/42
2019-02-28 21:16:49 -05:00
Kubernetes Prow Robot
166dd1a41f
Merge pull request #3821 from aledbf/update-nginx
...
Update nginx to 1.15.9
2019-02-26 10:36:27 -08:00
Manuel Alejandro de Brito Fontes
f899506b2b
Update nginx image
2019-02-26 14:38:09 -03:00
Manuel Alejandro de Brito Fontes
46d15e0039
Update nginx to 1.15.9
2019-02-26 14:19:53 -03:00
Manuel Alejandro de Brito Fontes
e0d1060606
Update nginx image
2019-02-25 13:46:39 -03:00
Dayang Shen
db4d012a97
Upgrade openresty/lua-resty-balancer
...
This fixes bug in chash:reinit which prevents endpoints from being
updated correctly.
See https://github.com/openresty/lua-resty-balancer/pull/25
2019-02-25 21:33:45 +08:00
Elvin Efendi
d2d160b839
print what lib is being downloaded
2019-02-20 08:09:25 -05:00
Elvin Efendi
f4b31743c0
build lua-bridge-tracer
2019-02-20 07:49:34 -05:00
Alan J Castonguay
a9eab9549c
Datadog Opentracing support - part 1
...
This commit is part 1 of 2, adding the Datadog Opentracing
module to the nginx container.
Download https://github.com/DataDog/dd-opentracing-cpp and
https://github.com/msgpack/msgpack-c/ , build and install both
during build of the quay.io/kubernetes-ingress-controller image.
Bump nginx tag version to 0.77
Fixes half of #3752
2019-02-15 15:11:50 -05:00
Kubernetes Prow Robot
265b00f8a2
Merge pull request #3747 from aledbf/update-nginx
...
Update nginx and modules
2019-02-13 15:35:12 -08:00
Manuel Alejandro de Brito Fontes
80d9024fca
Update e2e image
2019-02-13 16:58:17 -03:00
Manuel Alejandro de Brito Fontes
414511b279
Update nginx and modules
2019-02-10 15:25:31 -03:00
Kubernetes Prow Robot
35f5a6ce1f
Merge pull request #3644 from aledbf/update-ngx
...
Update nginx image
2019-01-09 18:11:58 -08:00
Manuel Alejandro de Brito Fontes
d663f58879
Update nginx image
2019-01-09 21:13:32 -03:00
Manuel Alejandro de Brito Fontes
d2e1daf087
Update nginx image
2019-01-09 21:07:44 -03:00
Manuel Alejandro de Brito Fontes
da5b75ebaf
Update nginx image ( #3625 )
2019-01-04 15:59:58 -03:00
Manuel Alejandro de Brito Fontes
811075a0c8
Update nginx to fix geoip database deprecation
2019-01-04 01:08:45 -03:00
Manuel Alejandro de Brito Fontes
5119f64e5c
Update nginx to 1.15.8 ( #3601 )
2018-12-26 19:12:21 -03:00
Manuel Alejandro de Brito Fontes
d9bc997e7c
Update go to 1.11.4
2018-12-19 11:33:47 -03:00
Manuel Alejandro de Brito Fontes
ea89d27b5d
Update nginx image ( #3530 )
2018-12-06 15:59:14 -03:00
Manuel Alejandro de Brito Fontes
4ef72b70da
Update nginx to 1.15.7
2018-12-03 17:08:43 -03:00
Andre Marianiello
56342a5e4b
Bump nginx-opentracing to get grpc tracing
2018-11-26 23:51:47 -05:00
k8s-ci-robot
d26543aa85
Merge pull request #3424 from aledbf/update-image
...
Update nginx image
2018-11-16 08:42:00 -08:00