Commit graph

5957 commits

Author SHA1 Message Date
Jie Shen
0637d5288e Fix broken get started link in contributing doc (#7248) 2021-06-19 12:40:50 -07:00
Christian Rebischke
111bcad104 helm: add new ingressClass resource (#6882)
* helm: add new ingressClass resource

* add ingress parameters support

This commit adds ingress parameters support.
Credits go to Ariel Vinas: ariel@craftech.io
2021-06-18 16:16:42 -07:00
kevgrig
c5a83e4fd7 Issue #7153: Add note about matching host names in TLS user guide (#7239) 2021-06-13 10:17:03 -07:00
Aditya Sharma
50a6954b04 Skip validation checks if an ingress is marked as deleted (#7216)
Signed-off-by: Aditya Sharma <git@adi.run>
2021-06-08 09:27:34 -07:00
James Strong
7237c2b21d update docs with supported version of k8s, alpine and nginx (#7214) 2021-06-08 09:21:34 -07:00
Dax McDonald
f5d0dc2f27 Update test-runner to go 1.16 (#7221)
Signed-off-by: Dax McDonald <daxmc99@gmail.com>
2021-06-08 09:19:35 -07:00
James Strong
9133a2322e fixing wording for #7094 (#7218) 2021-06-06 12:52:38 -07:00
James Strong
7f89e17f03 the container images didnt get updated (#7217) 2021-06-06 11:24:40 -07:00
James Strong
310c808d39 update the changlog with links and the release docs to ensure updates to docs with new verison (#7213) 2021-06-06 09:42:39 -07:00
James Strong
f73dbf1539 Prep 0.47.0 release (#7210)
* update changelog for .47 release

* remove cors, we reverted that change

* update image sha

* updates docs for v0.47.0 release
2021-06-06 09:24:40 -07:00
Ricardo Katz
fdb492e3db Release v0.47.0 (#7211)
Signed-off-by: Ricardo Katz <ricardo.katz@gmail.com>
2021-06-06 09:22:39 -07:00
James Strong
7953a12613 Prepare to release v0.47.0 (#7209)
* Update base image for e2e tests

* updating base image in script as well

* prep release for new nginx image
2021-06-06 08:32:38 -07:00
Njegos Railic
570e18c28f Add annotations for HPA (#7117) 2021-06-02 02:52:24 -07:00
James Strong
48ddff84a8 Update the base nginx image for the 1.20.1 update (#7189)
* Update the base nginx image for the 1.20.1 update

* update the tests with the new nginx base image
2021-06-01 14:53:51 -07:00
James Strong
11a828bff3 update release docs with build.sh SHA requirements (#7185) 2021-05-30 16:42:26 -07:00
Maurice Faber
2914a7ae49 Update controller-poddisruptionbudget.yaml (#6734)
Logic was wrong. See additional check that is also part of the first OR.
2021-05-30 13:16:25 -07:00
Goran
bfc9e5acef Commented by default deprecated repository key/value pair (#7174) 2021-05-30 13:00:25 -07:00
nemobis
e877259cfd Fix typo in docs (#7061)
Signed-off-by: Federico Leva <federico.leva@relexsolutions.com>
2021-05-30 12:40:25 -07:00
James Strong
34a04248d2 The actual sah256 sum for nginx 1.20.1 (#7183) 2021-05-30 11:46:25 -07:00
James Strong
e5e6cc16f9 Update the sha for nginx 1.21.1 (#7182)
Update the sha for nginx 1.21.1
2021-05-30 11:32:25 -07:00
Shiming Zhang
32439c279e Upgrade Nginx to 1.20.1 (#7179) 2021-05-30 11:10:25 -07:00
Ricardo Katz
cface9943f Revert "feat: multiple-cors-allow-origin support (#7134)" (#7168)
This reverts commit 7023aa20ed.
2021-05-27 05:38:24 -07:00
zhaogaolong
90c7db862d perf: json encoding share to eatch request (#6955)
* perf: json encoding share to eatch request

* fix: fix lint lua
2021-05-23 17:57:38 -07:00
Alex Zhang
7023aa20ed feat: multiple-cors-allow-origin support (#7134) 2021-05-23 09:13:39 -07:00
Zach Rhoads
611f6e8320 updated values.yaml and templates to have separate values for registry and image with container images, left repository value for backwards compatability (#7095) 2021-05-23 09:07:38 -07:00
Matt Miller
c287127f77 Allow preservation of trailing slashes on TLS redirects via annotation. (#7144)
* allow retaining a trailing slash in a TLS redirect via annotation.

Signed-off-by: mamiller <mamiller@rosettastone.com>

* requested changes

* gofmt
2021-05-23 08:51:38 -07:00
Alex
e69330dcd0 Remove "Development" from Welcome page (#7150)
The development.md file does not exist. Clicking on "Development" link on the Welcome page returns a 404.

We already have a Developer Guide. Having the Development page should not be required. Hence, I am proposing that we remove it.
The cla has been signed.
2021-05-23 06:39:38 -07:00
Brian Harwell
19eaf9083d Add support for custom probes (#7137)
* Add support for custom probes

* Fix lint issue with comment

* Bump chart version

* Fix lint issue
2021-05-18 06:37:31 -07:00
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