Commit graph

5904 commits

Author SHA1 Message Date
Kubernetes Prow Robot
954b795202 Merge pull request #6022 from sharkymcdongles/patch-1
fix typo in development.md
2020-08-14 03:48:21 -07:00
Bryan
cfe7459b8c Update development.md
fix typo
2020-08-14 12:38:00 +02:00
Goran
186f482281 Added missing backend protocol.
As per https://kubernetes.github.io/ingress-nginx/user-guide/fcgi-services/
2020-08-14 11:16:53 +02:00
Manuel Alejandro de Brito Fontes
75506f0b58 Update go dependencies 2020-08-13 07:36:24 -04:00
Manuel Alejandro de Brito Fontes
4156b4d7c2 Update github action go to 1.15 2020-08-12 13:58:31 -04:00
Manuel Alejandro de Brito Fontes
fee3b64b34 Update nginx image 2020-08-12 13:58:31 -04:00
Manuel Alejandro de Brito Fontes
2d077c9099 Update e2e-test-runner image 2020-08-12 13:58:31 -04:00
Manuel Alejandro de Brito Fontes
0358599866 Update mimalloc to v1.6.4 2020-08-11 23:55:04 -04:00
Manuel Alejandro de Brito Fontes
3f0d62bca4 Remove .a files 2020-08-11 23:55:04 -04:00
Manuel Alejandro de Brito Fontes
d4f3d1b469 Rollback update of Jaeger library to 0.5.0 and update datadog to 1.2.0 2020-08-11 23:55:04 -04:00
Manuel Alejandro de Brito Fontes
0de029a455 Update to to 1.15 and chart testing to 3.0.0 2020-08-11 20:36:27 -04:00
Manuel Alejandro de Brito Fontes
6a77dbc766 Update nginx image 2020-08-11 20:36:27 -04:00
Manuel Alejandro de Brito Fontes
c674c844b9 Update nginx to 1.19.2 2020-08-11 14:46:01 -04:00
Manuel Alejandro de Brito Fontes
913881b3ca Update psp example 2020-08-11 11:23:08 -04:00
Kubernetes Prow Robot
2a0eddfcc3 Merge pull request #6000 from loozhengyuan/fix-error-msg-formatting
Fix error message formatting
2020-08-11 07:04:17 -07:00
Loo Zheng Yuan
4559c1f6ab fix variable ordering in error message 2020-08-11 20:06:14 +08:00
Kubernetes Prow Robot
3a3d0f1dc9 Merge pull request #5994 from urmet/minikube-docs
Clean up minikube installation instructions
2020-08-10 15:37:58 -07:00
urmet
75f4013269 Clean up minikube installation instructions
Remove development section under minikube installation instructions. It's a bit confusing and also wrong since #5059
2020-08-10 20:30:50 +03:00
Manuel Alejandro de Brito Fontes
4b7e8b4d5d Fix nginx command env variable reference 2020-08-09 12:06:11 -04:00
Manuel Alejandro de Brito Fontes
09963dc2d7 Fix wait times in e2e tests 2020-08-09 09:19:37 -04:00
Manuel Alejandro de Brito Fontes
a143ee29b2 Update dependencies for controller-runtime 2020-08-08 21:01:03 -04:00
Manuel Alejandro de Brito Fontes
0964d55844 Migrate to klog v2 2020-08-08 21:01:03 -04:00
Kubernetes Prow Robot
1e41982f7e Merge pull request #4139 from choffmeister/fix/collect-metrics-if-metrics-per-host-false
Always collect metrics when --metrics-per-host=false
2020-08-08 12:02:19 -07:00
Kubernetes Prow Robot
9dd7a6b96d Merge pull request #5984 from janosi/ingressclass-panic
Fix panic in ingress class validation
2020-08-07 11:01:57 -07:00
Laszlo Janosi
54ff0ccd58 Fix panic in ingress class validation
If an ingress had no class annotation, nor IngressClassName  at all, and an IngressClass resource was created for the ingress-nginx there was a panic when the controller tried to check the IngressClassName of the Ingress.
2020-08-07 17:09:14 +00:00
Kubernetes Prow Robot
da8d329956 Merge pull request #5980 from kundan2707/fix_5590
fix for 5590
2020-08-06 10:37:42 -07:00
Kundan Kumar
a347900cf4 fix for 5590 2020-08-06 22:19:35 +05:30
Kubernetes Prow Robot
652354863d Merge pull request #5965 from haslersn/baremetal/kustomize
feat(baremetal): Add kustomization.yaml
2020-08-05 19:06:55 -07:00
haslersn
4e3f024e9d feat(baremetal): Add kustomization.yaml 2020-08-06 00:43:42 +02:00
Kubernetes Prow Robot
4f2c61b8a7 Merge pull request #5971 from ryanwilsonperkin/patch-1
Fixed typo "permanen"
2020-08-04 13:24:22 -07:00
Ryan Wilson-Perkin
e8868dd4ab Fixed typo "permanen"
Noticed the use of the name "permanen-redirect" instead of "permanent-redirect" in some annotations for this test
2020-08-04 14:14:55 -04:00
Manuel Alejandro de Brito Fontes
f9899c4869 Cleanup e2e tests 2020-07-31 07:31:09 -04:00
Manuel Alejandro de Brito Fontes
d1a1f227e5 Disable enable-access-log-for-default-backend e2e test 2020-07-31 07:31:09 -04:00
Kubernetes Prow Robot
ca30a23c0d Merge pull request #5957 from johejo/fsnotify_v1.4.9
bump fsnotify to v1.4.9
2020-07-30 12:31:07 -07:00
Mitsuo Heijo
65f18754bc bump fsnotify to v1.4.9
migrate gopkg.in/fsnotify/fsnotify.v1 to github.com/fsnotify/fsnotify
2020-07-31 02:14:03 +09:00
Kubernetes Prow Robot
d1244ef25e Merge pull request #5955 from atoptsoglou/patch-1
Fix typo
2020-07-30 04:30:31 -07:00
atoptsoglou
ad21f3e8e7 Fix typo
Typo the correct CVE is CVE-2020-8553 and not CVE-2019-11251
2020-07-30 11:10:56 +02:00
Manuel Alejandro de Brito Fontes
bd90ab444f Refactor shutdown e2e tests 2020-07-29 13:03:29 -04:00
Kubernetes Prow Robot
4f875a9fdc Merge pull request #5951 from kbst/usenamespaceenvexpansion
Use env expansion to provide namespace in container args
2020-07-29 08:11:48 -07:00
Philipp Strube
1a5f89bdf1 Bump chart patch version 2020-07-29 14:29:40 +02:00
Philipp Strube
bc67ca4523 Update deploy scripts using hack/generate-deploy-scripts.sh 2020-07-29 12:02:09 +02:00
Philipp Strube
0707cb3195 Use Env expansion for namespace in args
When deploying the controller to a custom namespace, users have to
overwrite the namespace attribute as well as the hardcoded namespace
values in a number of args for the Deployment and the admission
controller Jobs.

Instead, this commit, uses the namespace name from the DownwardAPI,
and allows users to simply change the namespace attribute without
having to worry about the container args.
2020-07-29 11:44:08 +02:00
Kubernetes Prow Robot
7bacba725f Merge pull request #5946 from ddgenome/no-cluster-namespace
Do not add namespace to cluster-scoped resources
2020-07-28 12:19:47 -07:00
David Dooling
c358c44ec6 Do not add namespace to cluster-scoped resources
When adding namespace to the helm-generated YAML files, do not add it
to cluster-scoped resources like ClusterRole, ClusterRoleBinding, and
ValidatingWebhookConfiguration.  Regenerate static YAML resource
specs.
2020-07-28 14:14:05 -05:00
Kubernetes Prow Robot
aecfe278c8 Merge pull request #5943 from joelsmith/master
Add repo SECURITY.md
2020-07-27 17:25:08 -07:00
Joel Smith
ce3a775662 Add SECURITY.md 2020-07-27 16:01:17 -06:00
Manuel Alejandro de Brito Fontes
b1b14b7cc1 Fix default backend flaking e2e test for default 2020-07-27 09:31:06 -04:00
Kubernetes Prow Robot
c4167586f4 Merge pull request #5256 from kkorekk/fix-prometheus-metrics-for-custom-error-page
Register metrics for custom-error-pages
2020-07-24 08:22:22 -07:00
Manuel Alejandro de Brito Fontes
4f4721b11d Update opentracing nginx module 2020-07-24 11:10:33 -04:00
Kubernetes Prow Robot
835c40f6c5 Merge pull request #5931 from bvandewalle/add-opentracing-operation-name-settings
Add opentracing operation name settings
2020-07-24 08:06:24 -07:00