Kubernetes Prow Robot
6c6710062c
Merge pull request #7126 from timmysilv/reject-x-forwarded-scheme
...
set x-forwarded-scheme to be the same as x-forwarded-proto
2021-05-18 04:09:30 -07:00
Kubernetes Prow Robot
3ba71e2d0e
Merge pull request #6740 from nic-6443/bug-fix
...
Bugfix: non-host canary ingress use default server name as host to merge
2021-05-17 09:39:30 -07:00
qianyong
4fb76d7c02
Bugfix: non-host canary ingress use default server name as host to merge
2021-05-14 10:25:12 +08:00
Matthew Silverman
6fc871fa1e
set x-forwarded-scheme like x-forwarded-proto
2021-05-13 09:26:27 -04:00
Kubernetes Prow Robot
df6164971a
Merge pull request #7131 from tokers/fix/listen-on-nginx-status-port
...
fix: use exponential backoff policy to listen on `nginx.StatusPort` in unit test cases
2021-05-13 06:08:26 -07:00
tokers
4562f50995
fix: use exponential backoff mechanism to listen on nginx.StatusPort
2021-05-13 15:02:11 +08:00
Ricardo Katz
c0c7056bdd
Create development guide section ( #7104 )
...
* Create development guide section
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* Apply suggestions from code review
Co-authored-by: Alex Zhang <tokers@apache.org>
* Typo solving and removing some TODOs
Co-authored-by: Alex Zhang <tokers@apache.org>
2021-05-12 17:16:25 -07:00
Kubernetes Prow Robot
f9d7a50766
Merge pull request #7027 from tylerbrazier/master
...
baremetal docs: fix example IP address
2021-05-12 15:27:28 -07:00
Kubernetes Prow Robot
a6b9061311
Merge pull request #7125 from strongjz/release-process
...
Moving the release process from a github issue to markdown in the repo
2021-05-11 05:49:36 -07:00
James Strong
bd0053d79c
Moving the release process from a github issue to markdown in the repo
2021-05-11 08:30:04 -04:00
Kubernetes Prow Robot
126f38b60a
Merge pull request #7114 from mathisve/markdown-fix
...
Fixed markdown typo in deploy/index.md
2021-05-07 14:27:03 -07:00
Mathis Van Eetvelde
7aecfed07f
fixed markdown typo
...
Signed-off-by: Mathis Van Eetvelde <mathis.vaneetvelde@protonmail.com>
2021-05-06 23:02:40 +02:00
Kubernetes Prow Robot
93ff97d729
Merge pull request #6994 from whiskeysierra/patch-1
...
Fixed oauth2 callback url
2021-05-04 15:05:15 -07:00
Kubernetes Prow Robot
6d62ebc707
Merge pull request #7046 from amirschw/controller-name
...
[Helm] allow configuring controller container name
2021-05-04 06:33:12 -07:00
Kubernetes Prow Robot
db0afae9b9
Merge pull request #6993 from cjyyb/dev
...
Fix cookieAffinity log printing error
2021-05-03 13:40:08 -07:00
Kubernetes Prow Robot
6c344369e7
Merge pull request #6838 from peter-miroshnikov/annotations_custom_timeout_docs
...
Adding note to Custom Timeouts in Annotation Docs.
2021-05-03 03:40:02 -07:00
Willi Schönborn
d61f7c63b9
Fixed oauth2 callback url
2021-05-03 11:22:43 +02:00
cjyyb
16ad0d030d
Fix log printing error
2021-05-02 11:34:57 +08:00
Kubernetes Prow Robot
7e4022458c
Merge pull request #7101 from bowei/rm-codecov
...
Remove usage of codecov.io for the time being
2021-04-30 18:11:59 -07:00
Bowei Du
d48987583f
Remove usage of codecov.io for the time being
...
There was a critical security compromise of the bash script
that was being downloaded as part of the coverage build:
https://about.codecov.io/security-update/
beginning January 31, 2021, there were periodic, unauthorized
alterations of our Bash Uploader script by a third party, which enabled
them to potentially export information stored in our users' continuous
integration (CI) environments. This information was then sent to a
third-party server outside of Codecov’s infrastructure.
The Bash Uploader is also used in these related uploaders:
Codecov-actions uploader for Github, the Codecov CircleCl Orb, and the
Codecov Bitrise Step (together, the “Bash Uploaders”). Therefore, these
related uploaders were also impacted by this event.
The altered version of the Bash Uploader script could potentially
affect:
Any credentials, tokens, or keys that our customers were passing through
their CI runner that would be accessible when the Bash Uploader script
was executed. Any services, datastores, and application code that could
be accessed with these credentials, tokens, or keys. The git remote
information (URL of the origin repository) of repositories using the
Bash Uploaders to upload coverage to Codecov in CI.
2021-04-30 17:03:23 -07:00
Kubernetes Prow Robot
f1551cffb7
Merge pull request #7100 from strongjz/prep-0.46.0-release
...
Prep 0.46.0 release
2021-04-30 16:03:58 -07:00
James Strong
dc0206c298
fix version with gen script
2021-04-30 18:45:53 -04:00
James Strong
92f2eb65ed
update version
2021-04-30 18:43:44 -04:00
James Strong
ee67df5714
fix typos
2021-04-30 18:43:44 -04:00
James Strong
3d45b3ea35
update the docs for 46
2021-04-30 18:43:44 -04:00
James Strong
1617a0a8ec
update the helm chart
2021-04-30 18:43:44 -04:00
James Strong
d11d475d10
update helm charts
2021-04-30 18:43:44 -04:00
James Strong
1150171ddf
update changelog
2021-04-30 18:43:43 -04:00
Kubernetes Prow Robot
41b1f8e31a
Merge pull request #7098 from strongjz/rel-0.46
...
Generate release v0.46
2021-04-30 14:01:59 -07:00
James Strong
fb1c2dbf8a
Generate release v0.46
2021-04-30 16:53:50 -04:00
Kubernetes Prow Robot
88b1a6bfb9
Merge pull request #7092 from rikatz/issue-service-external
...
Remove localhost calls from external names
2021-04-30 13:41:59 -07:00
Ricardo Pchevuzinske Katz
ad00106054
Remove localhost calls from external names
...
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
2021-04-30 16:49:35 -03:00
Kubernetes Prow Robot
b0de2bc763
Merge pull request #6879 from davidshen84/master
...
Make setup instructions for Docker Desktop general
2021-04-29 11:24:11 -07:00
Kubernetes Prow Robot
0308a7a106
Merge pull request #6942 from rwaweber/proxyrealipcidr_docs
...
[docs]: proxy-real-ip-cidr, mention default and comma-separated behavior
2021-04-29 07:58:51 -07:00
Kubernetes Prow Robot
1972db9c95
Merge pull request #6836 from RammusXu/patch-1
...
Update GKE internal LB annotations
2021-04-29 07:38:51 -07:00
Kubernetes Prow Robot
56b3d56c09
Merge pull request #6889 from alanjcastonguay/server-tokens-default-false
...
NIT: Correct comment re default of server-tokens=false
2021-04-29 07:16:51 -07:00
Kubernetes Prow Robot
19e84b9724
Merge pull request #7075 from rikatz/issue-template
...
Change support request template
2021-04-29 07:08:51 -07:00
Kubernetes Prow Robot
e829cd2000
Merge pull request #6895 from webwurst/patch-5
...
Update link to moved repo
2021-04-29 07:06:51 -07:00
Kubernetes Prow Robot
01547fe8e4
Merge pull request #7088 from cpanato/update-ci-k8s
...
ci: update kubernetes versions
2021-04-29 07:02:51 -07:00
Carlos Panato
90b2263443
ci: update kubernetes versions
2021-04-29 15:58:37 +02:00
Kubernetes Prow Robot
4d4ebae13b
Merge pull request #7012 from shuheiktgw/update_ketama_link
...
Update the link on ketama
2021-04-29 03:52:50 -07:00
Kubernetes Prow Robot
6c43a78484
Merge pull request #6914 from Shan1024/patch-1
...
Update Ingress variable label
2021-04-29 03:50:51 -07:00
Kubernetes Prow Robot
c405a18c2c
Merge pull request #6841 from argeas/patch-1
...
Readme Syntax fix
2021-04-29 03:48:51 -07:00
Kubernetes Prow Robot
0ff3eceea9
Merge pull request #6999 from secustor/fix-add-usage_of_regex
...
fix(dashboard): use regex for ingress
2021-04-29 03:46:50 -07:00
Kubernetes Prow Robot
bbdcddb87e
Merge pull request #7067 from MoienTajik/patch-1
...
Documentation: minikube - ingress-nginx instead of kube-system namespace
2021-04-29 03:44:51 -07:00
Kubernetes Prow Robot
0f6d11ff17
Merge pull request #7081 from rikatz/patch-3
...
Proposing myself as an approver temporarily
2021-04-28 19:40:50 -07:00
Kubernetes Prow Robot
35d6955b13
Merge pull request #6885 from hyder/oci-doc
...
[docs] Documentation for Oracle Cloud Infrastructure integration
2021-04-27 18:10:50 -07:00
Ricardo Katz
a72db6a015
Proposing myself as an approver temporarily
...
Proposing myself as an approver temporarily to help on PRs approvals and reviewing
2021-04-27 14:21:57 -03:00
Ali Mukadam
82dff12a28
[docs] Documentation for Oracle Cloud Infrastructure integration
...
Added documentation and sample YAML that demonstrate how to use
NGINX Ingress Controller to provision a load balancer on Oracle Cloud
Infrastructure. The following use cases are included:
- public and private load balancers
Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
2021-04-27 11:19:29 +10:00
Kubernetes Prow Robot
051d5f3863
Merge pull request #7069 from mahnoorm/update-catch-all-requirement
...
Update catch-all ingress requirement logic
2021-04-26 18:15:04 -07:00