Kubernetes Prow Robot
b36b96224a
Merge pull request #5984 from janosi/ingressclass-panic
...
Fix panic in ingress class validation
2020-08-07 11:01:57 -07:00
Laszlo Janosi
7d82903ce9
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
56a1e82125
Merge pull request #5980 from kundan2707/fix_5590
...
fix for 5590
2020-08-06 10:37:42 -07:00
Kundan Kumar
6239a66e5e
fix for 5590
2020-08-06 22:19:35 +05:30
Kubernetes Prow Robot
7772c2ac64
Merge pull request #5965 from haslersn/baremetal/kustomize
...
feat(baremetal): Add kustomization.yaml
2020-08-05 19:06:55 -07:00
haslersn
7ddb7343fa
feat(baremetal): Add kustomization.yaml
2020-08-06 00:43:42 +02:00
Kubernetes Prow Robot
030c15b321
Merge pull request #5971 from ryanwilsonperkin/patch-1
...
Fixed typo "permanen"
2020-08-04 13:24:22 -07:00
Ryan Wilson-Perkin
017a24f6da
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
3b31b9a0a8
Cleanup e2e tests
2020-07-31 07:31:09 -04:00
Manuel Alejandro de Brito Fontes
ff1718e57f
Disable enable-access-log-for-default-backend e2e test
2020-07-31 07:31:09 -04:00
Kubernetes Prow Robot
cb877a754b
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
094967cfd9
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
3b6015d89d
Merge pull request #5955 from atoptsoglou/patch-1
...
Fix typo
2020-07-30 04:30:31 -07:00
atoptsoglou
ed81ee3b75
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
a383117e1e
Refactor shutdown e2e tests
2020-07-29 13:03:29 -04:00
Kubernetes Prow Robot
a4f7006dbd
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
e5e963bcdb
Bump chart patch version
2020-07-29 14:29:40 +02:00
Philipp Strube
beae32b6fe
Update deploy scripts using hack/generate-deploy-scripts.sh
2020-07-29 12:02:09 +02:00
Philipp Strube
59b16c4e92
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
3435e78cd7
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
f4585f99a6
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
ded95c73c6
Merge pull request #5943 from joelsmith/master
...
Add repo SECURITY.md
2020-07-27 17:25:08 -07:00
Joel Smith
e1c0f6fa7b
Add SECURITY.md
2020-07-27 16:01:17 -06:00
Manuel Alejandro de Brito Fontes
6b4894ce3e
Fix default backend flaking e2e test for default
2020-07-27 09:31:06 -04:00
Kubernetes Prow Robot
82997a9711
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
7994e9a8e7
Update opentracing nginx module
2020-07-24 11:10:33 -04:00
Kubernetes Prow Robot
ca74f9ad7d
Merge pull request #5931 from bvandewalle/add-opentracing-operation-name-settings
...
Add opentracing operation name settings
2020-07-24 08:06:24 -07:00
Bernard Van De Walle
f3537204d2
Adding Zipkin collector to the E2E opentracing test as it is required to load at least one tracer to enable opentracing
...
Work on PR comments
Add tests for template builder
Signed-off-by: Bernard Van De Walle <bernard.vandewalle@getcruise.com>
2020-07-23 15:25:50 -07:00
Bernard Van De Walle
2baca9e32a
Merge branch 'add-opentracing-operation-name-settings' of https://github.com/JorritSalverda/ingress-nginx into add-opentracing-operation-name-settings
2020-07-23 11:42:44 -07:00
Manuel Alejandro de Brito Fontes
d89f23f2f8
Simplify development doc
2020-07-21 21:35:09 -04:00
Kubernetes Prow Robot
8f413c4231
Merge pull request #5926 from Frankgad/fixes
...
fixed some typos
2020-07-21 13:08:06 -07:00
Frank Gadban
e9059eef01
fixed some typos
...
Signed-off-by: Frank Gadban <frankgad@outlook.de>
2020-07-21 22:02:23 +02:00
Manuel Alejandro de Brito Fontes
a4ec5c8a88
Validate endpoints are ready in e2e tests
2020-07-21 09:53:03 -04:00
Manuel Alejandro de Brito Fontes
268f7c5c4b
Fix error in grpcbin deployment and enable e2e test
2020-07-21 09:39:56 -04:00
Kubernetes Prow Robot
2f32f4817f
Merge pull request #5911 from rihardssceredins/patch-1
...
Change image URL after switching to gcr.io in upgrade guide
2020-07-20 05:52:51 -07:00
Rihards Ščeredins
921ae6fed3
Update upgrade guide with the new image registry and add missing -n to commands
2020-07-20 10:53:34 +03:00
Kubernetes Prow Robot
e825af86e1
Merge pull request #5887 from dschwar/force-use-forwarded-for
...
Add force-enable-realip-module
2020-07-17 07:17:02 -07:00
Manuel Alejandro de Brito Fontes
274d09447e
Release v0.34.1
2020-07-15 16:46:16 -04:00
Manuel Alejandro de Brito Fontes
1d250bcbd9
Release helm chart for v0.34.1
2020-07-15 16:33:06 -04:00
Manuel Alejandro de Brito Fontes
da5fa45e28
Prepare for release v0.34.1
2020-07-15 15:27:54 -04:00
David Schwartz
d52141c2b9
Add enable-real-ip
2020-07-15 15:25:29 -04:00
Manuel Alejandro de Brito Fontes
d76ff21d94
Update e2e-test-runner image
2020-07-15 14:21:03 -04:00
Kubernetes Prow Robot
ed68e4aeb5
Merge pull request #5896 from kubernetes/revert-5691-use-regex
...
Revert "use-regex annotation should be applied to only one Location"
2020-07-15 11:12:37 -07:00
Manuel Alejandro de Brito Fontes
3a9d6354ac
Update go version
2020-07-15 13:31:00 -04:00
Manuel Alejandro de Brito Fontes
dc3876666b
Revert "use-regex annotation should be applied to only one Location"
...
This reverts commit a8a8b5f6e9
.
2020-07-15 11:20:47 -04:00
Kubernetes Prow Robot
51a661d666
Merge pull request #5888 from aledbf/de
...
Update dev-env.sh script
2020-07-13 11:29:22 -07:00
Manuel Alejandro de Brito Fontes
0c8accdf7f
Update dev-env.sh script
2020-07-13 14:22:06 -04:00
timdeluxe
b56258c068
Doc: Adding initial hardening guide
2020-07-10 16:40:12 +02:00
Manuel Alejandro de Brito Fontes
6982d72c40
Release 0.34.0
2020-07-10 09:16:31 -04:00
Manuel Alejandro de Brito Fontes
5e615efa91
Fix missing variable in run-chart-test script
2020-07-10 08:57:40 -04:00