Commit graph

5806 commits

Author SHA1 Message Date
Manuel Alejandro de Brito Fontes
6536721580 Add support for admission review v1beta1 2020-10-02 14:03:55 -03:00
Kubernetes Prow Robot
a086276022 Merge pull request #6264 from mrbobbytables/update-labels
Update triage/support label references to kind/support
2020-10-02 09:07:21 -07:00
Bob Killen
b81b40cca1 Update triage/support label references to kind/support
The label triage/support has been reclassified as kind/support. The
kind/* family of labels makes more logical sense, as they describe the
"kind" of thing an issue or PR is.

For more information, see the announcement email:
https://groups.google.com/g/kubernetes-dev/c/YcaJpsjjLKw/m/i15cLLx5CAAJ
2020-10-02 09:10:51 -04:00
Manuel Alejandro de Brito Fontes
67aef6515c Release helm chart 2020-10-01 17:53:49 -03:00
Manuel Alejandro de Brito Fontes
5c80325b01 Fix chart markdown link 2020-10-01 17:38:45 -03:00
Manuel Alejandro de Brito Fontes
d8066d3b9e Release v0.40.0 2020-10-01 16:56:44 -03:00
Aditya Purandare
7e61b90bc2 Update datadog opentracing plugin to v1.2.0
https://github.com/DataDog/dd-opentracing-cpp/releases/tag/v1.2.0
2020-10-01 09:56:14 -07:00
Manuel Alejandro de Brito Fontes
1c50b7fdc3 Prepare for release v0.40.0 2020-09-30 19:01:39 -03:00
Manuel Alejandro de Brito Fontes
b455b58b42 Update test runner image 2020-09-30 17:29:32 -03:00
Manuel Alejandro de Brito Fontes
4a9f497f57 Reduce number of e2e nodes 2020-09-30 14:42:15 -03:00
Manuel Alejandro de Brito Fontes
bcbb1953ae Refactor TLS e2e tests 2020-09-30 14:42:15 -03:00
Manuel Alejandro de Brito Fontes
b41f063de4 Improve e2e speed execution time 2020-09-30 14:42:15 -03:00
Manuel Alejandro de Brito Fontes
3dd802f485 Update nginx image 2020-09-30 14:33:25 -03:00
Manuel Alejandro de Brito Fontes
87205d0d44 Update nginx image and go to 1.15.2 2020-09-30 14:18:10 -03:00
Kubernetes Prow Robot
5f3b30cbd6 Merge pull request #6246 from aledbf/proxy
Cleanup proxy protocol e2e test
2020-09-30 09:07:25 -07:00
Manuel Alejandro de Brito Fontes
93428bf3b7 Cleanup proxy protocol e2e test 2020-09-29 22:39:30 -03:00
Manuel Alejandro de Brito Fontes
afd9b8eed5 Update nginx to 1.19.3 2020-09-29 12:44:30 -03:00
Manuel Alejandro de Brito Fontes
d525766f12 Fix e2e test error 2020-09-29 10:10:40 -03:00
Manuel Alejandro de Brito Fontes
924c26a528 Update e2e tests list doc 2020-09-29 09:00:43 -03:00
Kubernetes Prow Robot
1caa1f0084 Merge pull request #5348 from Antiarchitect/stream-log-annotations
Ability to separately disable access log in http and stream contexts
2020-09-28 11:02:53 -07:00
Manuel Alejandro de Brito Fontes
f28a5bef19 Replace request_uri 2020-09-27 20:26:39 -03:00
Manuel Alejandro de Brito Fontes
333d675ea6 Migrate to structured logging (klog) 2020-09-27 18:59:57 -03:00
Manuel Alejandro de Brito Fontes
8e0a3e30d8 Update go dependencies 2020-09-27 18:44:45 -03:00
Manuel Alejandro de Brito Fontes
a805a5c1e4 Cleanup 2020-09-27 17:16:09 -03:00
Manuel Alejandro de Brito Fontes
85292a40fb Add events for NGINX reloads 2020-09-27 17:16:09 -03:00
Kubernetes Prow Robot
47aaa7108a Merge pull request #6231 from shrpne/patch-1
Clear redundant Cross-Origin-Allow- headers from response
2020-09-27 12:06:48 -07:00
shrpne
5cfaa5d4ac better cors 2020-09-27 21:44:24 +03:00
Kubernetes Prow Robot
ce354511c5 Merge pull request #6217 from touchifyapp/@feature/cors-expose-headers
Add annotation to configure CORS Access-Control-Expose-Headers
2020-09-26 16:52:48 -07:00
Manuel Alejandro de Brito Fontes
10fb64f0ff Add admission controller e2e test 2020-09-26 16:06:58 -03:00
Kubernetes Prow Robot
827da1d4f1 Merge pull request #6226 from aledbf/defaults
Change defaults
2020-09-24 18:47:11 -07:00
Manuel Alejandro de Brito Fontes
15d2b13be1 Change defaults 2020-09-24 21:33:56 -03:00
Kubernetes Prow Robot
6a907793c1 Merge pull request #6221 from kundan2707/sep242020
corrected reference for release
2020-09-24 08:16:06 -07:00
Kundan Kumar
b4dbb91afd corrected reference for release 2020-09-24 15:35:46 +05:30
Maxime LUCE
5df6b4080d Add annotation to configure CORS Access-Control-Expose-Headers 2020-09-23 17:41:52 +02:00
Kubernetes Prow Robot
91bafcbe2d Merge pull request #6215 from miry/patch-1
Update the comment for Makefile taks live-docs
2020-09-23 05:42:09 -07:00
Michael Nikitochkin
dcd66c72c7 Update the comment for Makefile taks live-docs
There is a typo in comment for port that used for listening of docs server.
Changed from http://localhost:3000 to http://localhost:8000
2020-09-23 13:33:06 +02:00
Kubernetes Prow Robot
9bc7673f22 Merge pull request #6214 from daniel-kun/patch-1
Update annotations.md - improvements to the documentation of Client Certificate Authentication
2020-09-23 02:36:09 -07:00
Daniel Albuschat
57f0e27f0e Update annotations.md
Improvements to the documentation of Client Certificate Authentication. (auth-tls-* annotations).
- Mention that these rules are applied per host and not per Ingress/path
- Include more possible and default values
- Describe the headers that are sent to the upstream services
2020-09-23 09:51:08 +02:00
Kubernetes Prow Robot
913944a6ef Merge pull request #6203 from aledbf/false
Refactor key/value parsing
2020-09-21 10:20:31 -07:00
Manuel Alejandro de Brito Fontes
1ac1311ef3 Refactor parsing of key values 2020-09-21 13:04:32 -03:00
Kubernetes Prow Robot
7df75799c2 Merge pull request #6162 from Lucaber/chart-metrics-nodeport
Add helm chart options to expose metrics service as NodePort
2020-09-21 07:16:32 -07:00
Luca Berneking
8b57d6269c Add helm chart options to expose metrics service as NodePort 2020-09-21 11:33:39 +02:00
Kubernetes Prow Robot
2bb1d2e65f Merge pull request #6200 from wenzong/ocsp-cert-mismatch
Move ocsp_response_cache:delete after certificate_data:set
2020-09-19 11:20:29 -07:00
wenzong
219a81e46f Move ocsp_response_cache:delete after certificate_data:set 2020-09-19 23:16:00 +08:00
Kubernetes Prow Robot
f3bf3f2075 Merge pull request #6198 from wenzong/ocsp-cert-mismatch
Delete OCSP Response cache when certificate renewed
2020-09-18 09:44:46 -07:00
wenzong
9140937859 Use was_not_called without check args match 2020-09-19 00:15:42 +08:00
Kubernetes Prow Robot
b5e5eb0e92 Merge pull request #6196 from ElvinEfendi/disable-session-tickets-by-default
disable session tickets by default
2020-09-18 01:38:48 -07:00
wenzong
37c7ef228d Delete OCSP Response cache when certificate renewed 2020-09-18 14:30:18 +08:00
Elvin Efendi
850daa8205 disable session tickets by default 2020-09-18 00:08:00 -04:00
Kubernetes Prow Robot
f9cf59f655 Merge pull request #6172 from timmysilv/master
Update OSFileWatcher to support symlinks
2020-09-17 19:06:45 -07:00