Commit graph

3289 commits

Author SHA1 Message Date
Manuel Alejandro de Brito Fontes
27c56fd3f2 Update OWNERS [skip ci] (#3205) 2018-10-08 15:40:25 -03:00
k8s-ci-robot
43c85fad3c Merge pull request #3201 from hchenxa/hchenxa
no data shows for config reloads charts when select to namespace or controller
2018-10-08 11:25:52 -07:00
k8s-ci-robot
b204d12095 Merge pull request #3197 from aledbf/remove-tcp-udp
Remove support for TCP and UDP services
2018-10-08 07:19:39 -07:00
k8s-ci-robot
0ac261c919 Merge pull request #3170 from Globegitter/move-mainsnippet
Move mainSnippet before events to fix load_module issue.
2018-10-08 06:22:25 -07:00
Hui Chen
9f32bb957d no data shows for config reloads charts when select the namespace or controller 2018-10-08 14:41:26 +08:00
k8s-ci-robot
56b29b5cb0 Merge pull request #3199 from mooncak/remove_duplication
Remove duplication in files
2018-10-07 08:53:42 -07:00
k8s-ci-robot
17e01740c4 Merge pull request #3196 from aledbf/remove-default-backend
Remove default backend requirement
2018-10-07 08:33:00 -07:00
mooncake
6e0002e046 remove duplication 2018-10-07 23:05:23 +08:00
Manuel Alejandro de Brito Fontes
e04416434f Remove flags 2018-10-07 11:27:44 -03:00
Manuel Alejandro de Brito Fontes
9c1aae6390 Remove support for TCP and UDP services 2018-10-07 10:53:37 -03:00
Manuel Alejandro de Brito Fontes
e43c92851a Remove default backend requirement 2018-10-07 10:32:36 -03:00
Manuel Alejandro de Brito Fontes
6763626b2d Release 0.20.0 (#3189)
* Release 0.20.0

* Fix dind cluster issues
2018-10-07 10:22:38 -03:00
k8s-ci-robot
078a2076c2 Merge pull request #3149 from diazjf/proxy-e2e-tests
Add e2e Tests for Proxy Annotations
2018-10-05 05:15:09 -07:00
k8s-ci-robot
1b4e1f7817 Merge pull request #3182 from Shopify/regex-fix
Allow curly braces to be used in regex paths
2018-10-04 08:29:15 -07:00
Zenara Daley
e4d9d558bf allow curly braces to be used in regex paths 2018-10-04 10:58:38 -04:00
k8s-ci-robot
15f7b430c3 Merge pull request #3179 from aledbf/update-nginx
Update nginx image
2018-10-03 20:17:01 -07:00
Manuel Alejandro de Brito Fontes
71d9bca2b3 Update nginx image 2018-10-03 23:43:17 -03:00
Manuel Alejandro de Brito Fontes
93eb834d33 Update nginx to 1.15.5 (#3178) 2018-10-03 23:28:54 -03:00
k8s-ci-robot
0ff239e7ce Merge pull request #3175 from yanc0/fix-server-snippet-annotation-doc
Fix yaml indentation in annotations server-snippet doc
2018-10-03 11:18:27 -07:00
Yann
765a044b50 Fix yaml indentation in server-snippet doc
Copy / Pasting the code made errors when injecting config in
kubernetes cluster. With this change, annotations now works
in ingresses metadata.
2018-10-03 19:31:14 +02:00
Globegitter
6b1c61d142 Move mainSnippet before events. 2018-10-02 15:24:44 +02:00
Fernando Diaz
ab2f2b7a8f Remove Unneeded Quotes from Nginx Directives
Removes quotes from nginx directives which my cause issues with
their functionality

Fixes #3152
2018-10-01 16:10:33 -05:00
Fernando Diaz
12c38e81b0 Add e2e Tests for Proxy Annotations
Adds e2e tests for the following annotations:

- proxy-body-size
- proxy-connect-timeout
- proxy-send-timeout
- proxy-read-timeout
- proxy-buffering
- proxy-buffer-size
- proxy-request-buffering
- proxy-next-upstream
- proxy-next-upstream-tries
- proxy-cookie-domain
- proxy-cookie-path

and also updates some documentation.
2018-10-01 16:10:09 -05:00
k8s-ci-robot
65acad3bc8 Merge pull request #3145 from Shopify/regex-modifier
Add "use-regex" Annotation to Toggle Regular Expression Location Modifier
2018-10-01 11:31:43 -07:00
Zenara Daley
8978e75ed4 Add 'use regex' annotation to toggle nginx regex location modifier 2018-10-01 13:54:11 -04:00
k8s-ci-robot
376bf8522b Merge pull request #3162 from ms4720/ms4720-patch-1
update name of config map in README.md
2018-09-30 05:54:27 -07:00
Marc Spitzer
f0bf129298 update name of config map 2018-09-30 10:51:42 +08:00
k8s-ci-robot
38f1390d3b Merge pull request #3159 from kirs/fix-dev-env.sh
Pass --shell to minikube docker-env
2018-09-29 14:43:34 -07:00
Kir Shatrov
484ec4d316 Pass --shell to minikube docker-env 2018-09-29 21:32:05 +01:00
Manuel Alejandro de Brito Fontes
ca6492087c Update default backend image (#3146) 2018-09-29 11:36:02 -03:00
k8s-ci-robot
c5a19958c6 Merge pull request #3151 from diazjf/cipher-e2e
Add e2e test for SSL-Ciphers
2018-09-27 12:51:20 -07:00
Fernando Diaz
b305d31c94 Add e2e test for SSL-Ciphers
Adds tests to make sure SSL-Ciphers are configurable via annotation
2018-09-27 14:23:02 -05:00
Manuel Alejandro de Brito Fontes
a6efab192d Fix error publishing docs [skip ci] (#3147) 2018-09-26 22:09:46 -03:00
k8s-ci-robot
ea0cae7442 Merge pull request #3125 from jonpulsifer/change-default-backend-metrics-port
[404-server] Conceal /metrics and /healthz behind port 10254
2018-09-26 14:38:17 -07:00
Jonathan Pulsifer
b645ac425b [404-server] conceal /metrics behind port 10254
This commit conceals the /metrics endpoint behind port 10254.

Thanks to @aledbf for all the help getting this through!

Signed-off-by: Jonathan Pulsifer <jonathan.pulsifer@shopify.com>
2018-09-26 16:02:18 -04:00
Markus Padourek
064c1d6a32 Fix incorrect .DisableLua access. (#3144)
* Fix incorrect .DisableLua access.

* Address comment.
2018-09-26 14:05:05 -03:00
Zenara Daley
e1892f5fa7 remove payload from log (#3135) 2018-09-26 12:09:14 -03:00
k8s-ci-robot
d4509f2450 Merge pull request #3143 from Globegitter/patch-2
Ensure monitoring for custom error pages
2018-09-26 07:59:30 -07:00
Globegitter
5d10163e49 Fix usage for $all. 2018-09-26 16:38:16 +02:00
Markus Padourek
7f8c35260f Ensure monitoring for custom error pages
Fixes #3140
2018-09-26 16:26:38 +02:00
Manuel Alejandro de Brito Fontes
b801222ec3 Fix deployments until next release (#3142) 2018-09-26 10:15:57 -03:00
k8s-ci-robot
32d58d6e10 Merge pull request #3126 from ElvinEfendi/optional-default-backend-service
do not require --default-backend-service
2018-09-26 02:53:08 -07:00
Elvin Efendi
0b8502e55b update docs 2018-09-25 21:49:37 -04:00
Elvin Efendi
0b07fbb426 do not require --default-backend-service 2018-09-25 21:14:28 -04:00
k8s-ci-robot
e7e1b7fc90 Merge pull request #3137 from aledbf/docker-user
Docker run as user
2018-09-25 17:17:17 -07:00
Manuel Alejandro de Brito Fontes
cb9705f07e Docker run as user 2018-09-25 20:42:26 -03:00
k8s-ci-robot
6941475f73 Merge pull request #3136 from aledbf/update-nginx
Update nginx image
2018-09-25 15:06:11 -07:00
Manuel Alejandro de Brito Fontes
25bbc8a3eb Update nginx image 2018-09-25 18:35:01 -03:00
k8s-ci-robot
a9eecd15d4 Merge pull request #3134 from aledbf/master
Update nginx to 1.15.4
2018-09-25 13:35:57 -07:00
Manuel Alejandro de Brito Fontes
ca2deacaa7 Update nginx to 1.15.4 2018-09-25 16:48:16 -03:00